This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/python-3.13 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit f258d6675cdf51f32b74598be417a4c26b076f3d Author: Jürg Billeter <[email protected]> AuthorDate: Fri Nov 22 14:19:50 2024 +0100 Update dependencies for Python 3.13 support --- requirements/cov-requirements.txt | 10 +++++----- requirements/dev-requirements.txt | 20 +++++++++++--------- requirements/requirements.txt | 14 +++++++------- 3 files changed, 23 insertions(+), 21 deletions(-) diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt index 538b93813..ca84e6c85 100644 --- a/requirements/cov-requirements.txt +++ b/requirements/cov-requirements.txt @@ -1,8 +1,8 @@ -coverage==7.6.0 -pytest-cov==5.0.0 -pytest==8.2.2 -Cython==3.0.10 +coverage==7.6.7 +pytest-cov==6.0.0 +pytest==8.3.3 +Cython==3.0.11 ## The following requirements were added by pip freeze: iniconfig==2.0.0 -packaging==24.1 +packaging==24.2 pluggy==1.5.0 diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 6d3c8f94f..f0d74d83f 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,21 +1,23 @@ pexpect==4.9.0 -pylint==3.2.5 +pylint==3.3.1 # Pytest 6.0.0 doesn't play well with pylint -pytest==8.2.2 +pytest==8.3.3 pytest-datafiles==3.0.0 -pytest-env==1.1.3 +pytest-env==1.1.5 pytest-xdist==3.6.1 pytest-timeout==2.3.1 -pyftpdlib==1.5.10 +pyftpdlib==2.0.1 ## The following requirements were added by pip freeze: -astroid==3.2.3 -dill==0.3.8 +astroid==3.3.5 +dill==0.3.9 execnet==2.1.1 iniconfig==2.0.0 isort==5.13.2 mccabe==0.7.0 -packaging==24.1 -platformdirs==4.2.2 +packaging==24.2 +platformdirs==4.3.6 pluggy==1.5.0 ptyprocess==0.7.0 -tomlkit==0.13.0 +pyasynchat==1.0.4 +pyasyncore==1.0.4 +tomlkit==0.13.2 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 71485fc8a..5852fb750 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,13 +1,13 @@ click==8.1.7 -grpcio==1.65.1 +grpcio==1.68.0 Jinja2==3.1.4 pluginbase==1.0.1 -protobuf==5.27.2 -psutil==6.0.0 +protobuf==5.28.3 +psutil==6.1.0 ruamel.yaml==0.18.6 -ruamel.yaml.clib==0.2.8 -setuptools==71.0.3 -pyroaring==0.4.5 +ruamel.yaml.clib==0.2.12 +setuptools==75.6.0 +pyroaring==1.0.0 ujson==5.10.0 ## The following requirements were added by pip freeze: -MarkupSafe==2.1.5 +MarkupSafe==3.0.2
