This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/requirements in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit f90b64db78da2361d64cb5ae0b9d7958ef3b3db4 Author: Jürg Billeter <[email protected]> AuthorDate: Sat Apr 25 12:06:36 2026 +0200 Update requirements --- requirements/cov-requirements.txt | 16 ++++++++-------- requirements/dev-requirements.txt | 31 ++++++++++++++++--------------- requirements/requirements.txt | 18 +++++++++--------- 3 files changed, 33 insertions(+), 32 deletions(-) diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt index d8a6a63fb..285f5c068 100644 --- a/requirements/cov-requirements.txt +++ b/requirements/cov-requirements.txt @@ -1,12 +1,12 @@ -coverage==7.11.0 -pytest-cov==7.0.0 -pytest==8.4.2 -Cython==3.1.6 +coverage==7.13.5 +pytest-cov==7.1.0 +pytest==9.0.3 +Cython==3.2.4 ## The following requirements were added by pip freeze: -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 iniconfig==2.3.0 -packaging==25.0 +packaging==26.2 pluggy==1.6.0 -Pygments==2.19.2 -tomli==2.3.0 +Pygments==2.20.0 +tomli==2.4.1 typing_extensions==4.15.0 diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index b75f2a1da..25307fc60 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,25 +1,26 @@ pexpect==4.9.0 -pylint==4.0.2 +pylint==4.0.5 # Pytest 6.0.0 doesn't play well with pylint -pytest==8.4.2 -pytest-datafiles==3.0.0 -pytest-env==1.2.0 +pytest==9.0.3 +pytest-datafiles==3.0.1 +pytest-env==1.6.0 pytest-xdist==3.8.0 pytest-timeout==2.4.0 -pyftpdlib==2.1.0 +pyftpdlib==2.2.0 ## The following requirements were added by pip freeze: -astroid==4.0.1 -dill==0.4.0 -exceptiongroup==1.3.0 -execnet==2.1.1 +astroid==4.0.4 +dill==0.4.1 +exceptiongroup==1.3.1 +execnet==2.1.2 iniconfig==2.3.0 -isort==7.0.0 +isort==8.0.1 mccabe==0.7.0 -packaging==25.0 -platformdirs==4.5.0 +packaging==26.2 +platformdirs==4.9.6 pluggy==1.6.0 ptyprocess==0.7.0 -Pygments==2.19.2 -tomli==2.3.0 -tomlkit==0.13.3 +Pygments==2.20.0 +python-dotenv==1.2.2 +tomli==2.4.1 +tomlkit==0.14.0 typing_extensions==4.15.0 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index bccec9ed4..081193959 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,14 +1,14 @@ -click==8.3.0 -grpcio==1.76.0 +click==8.3.3 +grpcio==1.80.0 Jinja2==3.1.6 -packaging==25.0 +packaging==26.2 pluginbase==1.0.1 -protobuf==6.33.0 -psutil==7.1.3 -ruamel.yaml==0.18.16 -ruamel.yaml.clib==0.2.14 -pyroaring==1.0.3 -ujson==5.11.0 +protobuf==7.34.1 +psutil==7.2.2 +ruamel.yaml==0.19.1 +ruamel.yaml.clib==0.2.15 +pyroaring==1.1.0 +ujson==5.12.0 ## The following requirements were added by pip freeze: MarkupSafe==3.0.3 typing_extensions==4.15.0
