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/02/18 05:17:36 UTC

[buildstream] branch bst-1 updated: requirements.in: use ruamel-yaml < 0.17

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

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


The following commit(s) were added to refs/heads/bst-1 by this push:
     new 88eaa1c  requirements.in: use ruamel-yaml < 0.17
     new ef1946c  Merge pull request #1562 from abderrahim/ruamel-yaml
88eaa1c is described below

commit 88eaa1ca4b212dc6d20f1a84fd0718c1003f8ae6
Author: Abderrahim Kitouni <ak...@gnome.org>
AuthorDate: Fri Jan 14 08:04:18 2022 +0100

    requirements.in: use ruamel-yaml < 0.17
    
    somewhere in the 0.17 series, ruamel.yaml broke round-tripping for the old API.
    
    Regenerate requirements accordingly
---
 requirements/cov-requirements.txt    | 2 +-
 requirements/dev-requirements.txt    | 6 +++---
 requirements/plugin-requirements.txt | 1 +
 requirements/requirements.in         | 2 +-
 requirements/requirements.txt        | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 28d0fac..e52fbdf 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -7,5 +7,5 @@ packaging==21.3
 pluggy==1.0.0
 py==1.11.0
 pyparsing==3.0.7
-pytest==7.0.0
+pytest==7.0.1
 tomli==2.0.1
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index c64ac1b..109a5d2 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,6 +1,6 @@
 pep8==1.7.1
 pylint==2.12.2
-pytest==7.0.0
+pytest==7.0.1
 pytest-datafiles==2.0
 pytest-env==0.6.2
 pytest-xdist==2.5.0
@@ -15,12 +15,12 @@ isort==5.10.1
 lazy-object-proxy==1.7.1
 mccabe==0.6.1
 packaging==21.3
-platformdirs==2.4.1
+platformdirs==2.5.0
 pluggy==1.0.0
 py==1.11.0
 pyparsing==3.0.7
 pytest-forked==1.4.0
 toml==0.10.2
 tomli==2.0.1
-typing_extensions==4.0.1
+typing_extensions==4.1.1
 wrapt==1.13.3
diff --git a/requirements/plugin-requirements.txt b/requirements/plugin-requirements.txt
index ec44c8c..0ab7e2b 100644
--- a/requirements/plugin-requirements.txt
+++ b/requirements/plugin-requirements.txt
@@ -1 +1,2 @@
 arpy==2.2.0
+## The following requirements were added by pip freeze:
diff --git a/requirements/requirements.in b/requirements/requirements.in
index 14569a3..17a1cf5 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -4,6 +4,6 @@ jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6
 psutil
-ruamel.yaml >= 0.16
+ruamel.yaml < 0.17
 setuptools
 ujson
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index c29785f..030c57b 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -4,7 +4,7 @@ Jinja2==3.0.3
 pluginbase==1.0.1
 protobuf==3.19.4
 psutil==5.9.0
-ruamel.yaml==0.17.20
+ruamel.yaml==0.16.13
 setuptools==59.6.0
 ujson==5.1.0
 ## The following requirements were added by pip freeze: