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 2021/08/09 06:20:43 UTC

[buildstream] 02/02: requirements: Refresh the static required versions used in tox environments.

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

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

commit afcc05680ae95efed7ceef42c56b9ccb31ce3edb
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Aug 9 15:19:58 2021 +0900

    requirements: Refresh the static required versions used in tox environments.
---
 requirements/cov-requirements.txt | 10 +++++-----
 requirements/dev-requirements.txt | 24 +++++++++++-------------
 requirements/requirements.txt     | 28 ++++++++++++++--------------
 3 files changed, 30 insertions(+), 32 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 24a5cb9..4bb1048 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,12 +1,12 @@
 coverage==4.4
 pytest-cov==2.10.1
-pytest==6.1.2
-Cython==0.29.21
+pytest==6.2.4
+Cython==0.29.24
 ## The following requirements were added by pip freeze:
-attrs==20.3.0
+attrs==21.2.0
 iniconfig==1.1.1
-packaging==20.7
+packaging==21.0
 pluggy==0.13.1
-py==1.9.0
+py==1.10.0
 pyparsing==2.4.7
 toml==0.10.2
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 5ad8be9..6c4dc98 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,27 +1,25 @@
 pexpect==4.8.0
-pylint==2.6.0
+pylint==2.9.6
 # Pytest 6.0.0 doesn't play well with pylint
-pytest==6.1.2
+pytest==6.2.4
 pytest-datafiles==2.0
 pytest-env==0.6.2
-pytest-xdist==2.1.0
+pytest-xdist==2.3.0
 pytest-timeout==1.4.2
 pyftpdlib==1.5.6
 ## The following requirements were added by pip freeze:
-apipkg==1.5
-astroid==2.4.2
-attrs==20.3.0
-execnet==1.7.1
+astroid==2.6.6
+attrs==21.2.0
+execnet==1.9.0
 iniconfig==1.1.1
-isort==5.6.4
-lazy-object-proxy==1.4.3
+isort==5.9.3
+lazy-object-proxy==1.6.0
 mccabe==0.6.1
-packaging==20.7
+packaging==21.0
 pluggy==0.13.1
-ptyprocess==0.6.0
-py==1.9.0
+ptyprocess==0.7.0
+py==1.10.0
 pyparsing==2.4.7
 pytest-forked==1.3.0
-six==1.15.0
 toml==0.10.2
 wrapt==1.12.1
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 0d4f7d7..9953fec 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,15 +1,15 @@
-click==7.1.2
-grpcio==1.34.0
-Jinja2==2.11.2
-pluginbase==1.0.0
-protobuf==3.14.0
-psutil==5.7.3
-ruamel.yaml==0.16.12
-ruamel.yaml.clib==0.2.2
-setuptools==49.1.3
-pyroaring==0.2.9
-ujson==4.0.1
-python-dateutil==2.8.1
+click==8.0.1
+grpcio==1.39.0
+Jinja2==3.0.1
+pluginbase==1.0.1
+protobuf==3.17.3
+psutil==5.8.0
+ruamel.yaml==0.17.10
+ruamel.yaml.clib==0.2.6
+setuptools==44.1.1
+pyroaring==0.3.3
+ujson==4.0.2
+python-dateutil==2.8.2
 ## The following requirements were added by pip freeze:
-MarkupSafe==1.1.1
-six==1.15.0
+MarkupSafe==2.0.1
+six==1.16.0