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/08/01 13:51:15 UTC

[buildstream] branch tristan/bst-1/update-ruamel created (now d323a8700)

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

tvb pushed a change to branch tristan/bst-1/update-ruamel
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at d323a8700 requirements: Update requirements removing the ruamel.yaml restriction

This branch includes the following new commits:

     new d323a8700 requirements: Update requirements removing the ruamel.yaml restriction

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: Update requirements removing the ruamel.yaml restriction

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

tvb pushed a commit to branch tristan/bst-1/update-ruamel
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d323a8700a4bfc7d653df14887cee1bfe87d3e54
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Mon Aug 1 21:59:33 2022 +0900

    requirements: Update requirements removing the ruamel.yaml restriction
---
 requirements/cov-requirements.txt    |  6 +++---
 requirements/dev-requirements.txt    | 23 ++++++++++++-----------
 requirements/plugin-requirements.txt |  2 +-
 requirements/requirements.in         |  2 +-
 requirements/requirements.txt        | 18 +++++++++---------
 5 files changed, 26 insertions(+), 25 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index e52fbdfe4..c092d2344 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,11 +1,11 @@
 coverage==4.5.4
 pytest-cov==2.10.1
 ## The following requirements were added by pip freeze:
-attrs==21.4.0
+attrs==22.1.0
 iniconfig==1.1.1
 packaging==21.3
 pluggy==1.0.0
 py==1.11.0
-pyparsing==3.0.7
-pytest==7.0.1
+pyparsing==3.0.9
+pytest==7.1.2
 tomli==2.0.1
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 109a5d2c3..84d78261c 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,26 +1,27 @@
 pep8==1.7.1
-pylint==2.12.2
-pytest==7.0.1
-pytest-datafiles==2.0
+pylint==2.14.5
+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
-attrs==21.4.0
+astroid==2.11.7
+attrs==22.1.0
+dill==0.3.5.1
 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
 py==1.11.0
-pyparsing==3.0.7
+pyparsing==3.0.9
 pytest-forked==1.4.0
-toml==0.10.2
 tomli==2.0.1
-typing_extensions==4.1.1
-wrapt==1.13.3
+tomlkit==0.11.1
+typing-extensions==4.3.0
+wrapt==1.14.1
diff --git a/requirements/plugin-requirements.txt b/requirements/plugin-requirements.txt
index 0ab7e2b08..33f59b1f2 100644
--- a/requirements/plugin-requirements.txt
+++ b/requirements/plugin-requirements.txt
@@ -1,2 +1,2 @@
-arpy==2.2.0
+arpy==2.3.0
 ## The following requirements were added by pip freeze:
diff --git a/requirements/requirements.in b/requirements/requirements.in
index d810ba990..eda65c0c6 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -4,6 +4,6 @@ jinja2 >= 2.10
 pluginbase
 protobuf >= 3.19
 psutil
-ruamel.yaml < 0.17
+ruamel.yaml
 setuptools
 ujson
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index 030c57b09..9044ca1ba 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,13 +1,13 @@
-click==8.0.3
-grpcio==1.43.0
-Jinja2==3.0.3
+click==8.1.3
+grpcio==1.48.0
+Jinja2==3.1.2
 pluginbase==1.0.1
-protobuf==3.19.4
-psutil==5.9.0
-ruamel.yaml==0.16.13
-setuptools==59.6.0
-ujson==5.1.0
+protobuf==4.21.4
+psutil==5.9.1
+ruamel.yaml==0.17.21
+setuptools==44.1.1
+ujson==5.4.0
 ## The following requirements were added by pip freeze:
-MarkupSafe==2.0.1
+MarkupSafe==2.1.1
 ruamel.yaml.clib==0.2.6
 six==1.16.0