You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/05/04 07:01:29 UTC

[buildstream] branch tristan/upgrade-grpcio created (now d7dc7453e)

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a change to branch tristan/upgrade-grpcio
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at d7dc7453e requirements: Updated requirements with unrestricted grpcio

This branch includes the following new commits:

     new d7dc7453e requirements: Updated requirements with unrestricted grpcio

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: requirements: Updated requirements with unrestricted grpcio

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/upgrade-grpcio
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d7dc7453e05771205311e3180889402c0a04f0ff
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed May 4 16:00:34 2022 +0900

    requirements: Updated requirements with unrestricted grpcio
    
    Fixes #1616
---
 requirements/cov-requirements.txt |  6 +++---
 requirements/dev-requirements.txt | 20 ++++++++++----------
 requirements/requirements.in      |  5 +----
 requirements/requirements.txt     | 16 +++++++---------
 4 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 188a70fe3..d202c6e4c 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,12 +1,12 @@
 coverage==4.4
 pytest-cov==2.10.1
-pytest==7.0.1
-Cython==0.29.27
+pytest==7.1.2
+Cython==0.29.28
 ## The following requirements were added by pip freeze:
 attrs==21.4.0
 iniconfig==1.1.1
 packaging==21.3
 pluggy==1.0.0
 py==1.11.0
-pyparsing==3.0.7
+pyparsing==3.0.8
 tomli==2.0.1
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 3e7e972c9..040734d2e 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,28 +1,28 @@
 pexpect==4.8.0
-pylint==2.12.2
+pylint==2.13.8
 # Pytest 6.0.0 doesn't play well with pylint
-pytest==7.0.1
-pytest-datafiles==2.0
+pytest==7.1.2
+pytest-datafiles==2.0.1
 pytest-env==0.6.2
 pytest-xdist==2.5.0
 pytest-timeout==2.1.0
 pyftpdlib==1.5.6
 ## The following requirements were added by pip freeze:
-astroid==2.9.3
+astroid==2.11.4
 attrs==21.4.0
+dill==0.3.4
 execnet==1.9.0
 iniconfig==1.1.1
 isort==5.10.1
 lazy-object-proxy==1.7.1
-mccabe==0.6.1
+mccabe==0.7.0
 packaging==21.3
-platformdirs==2.5.0
+platformdirs==2.5.2
 pluggy==1.0.0
 ptyprocess==0.7.0
 py==1.11.0
-pyparsing==3.0.7
+pyparsing==3.0.8
 pytest-forked==1.4.0
-toml==0.10.2
 tomli==2.0.1
-typing_extensions==4.1.1
-wrapt==1.13.3
+typing-extensions==4.2.0
+wrapt==1.14.1
diff --git a/requirements/requirements.in b/requirements/requirements.in
index c1c75c8ca..e184c568e 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -1,8 +1,5 @@
 Click >= 7.0
-#
-# We are experiencing crashes with grpcio >= 1.39
-#
-grpcio >= 1.34, < 1.39
+grpcio
 Jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index c0be4a4a0..a8ab1ef94 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,17 +1,15 @@
-click==8.0.3
-#
-# We are experiencing crashes with grpcio >= 1.39
-grpcio==1.38.1
-Jinja2==3.0.3
+click==8.1.3
+grpcio==1.46.0
+Jinja2==3.1.2
 pluginbase==1.0.1
-protobuf==3.19.4
+protobuf==3.20.1
 psutil==5.9.0
 ruamel.yaml==0.17.21
 ruamel.yaml.clib==0.2.6
-setuptools==59.6.0
+setuptools==44.1.1
 pyroaring==0.3.3
-ujson==5.1.0
+ujson==5.2.0
 python-dateutil==2.8.2
 ## The following requirements were added by pip freeze:
-MarkupSafe==2.0.1
+MarkupSafe==2.1.1
 six==1.16.0