From b2930d242c13187e0e1061a5bfa5d19a36bb77d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:39:33 +0000 Subject: [PATCH 1/2] Bump virtualenv from 20.24.6 to 20.26.6 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.24.6 to 20.26.6. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.24.6...20.26.6) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 543ca29..5c75c55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ pytest==7.4.2 tomlkit==0.12.1 tox==4.11.3 typing_extensions==4.8.0 -virtualenv==20.24.6 +virtualenv==20.26.6 From 4bba7eeb34bef238e7eefde610fbe9977a7c075e Mon Sep 17 00:00:00 2001 From: Sebastian Kloibhofer Date: Wed, 22 Jan 2025 16:07:11 +0100 Subject: [PATCH 2/2] Update dependencies --- requirements.txt | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5c75c55..be8721c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,26 +1,26 @@ -astroid==3.0.1 -black==24.3.0 -cachetools==5.3.2 +astroid==3.3.8 +black==24.10.0 +cachetools==5.5.1 chardet==5.2.0 -click==8.1.7 +click==8.1.8 colorama==0.4.6 -dill==0.3.7 -distlib==0.3.7 -filelock==3.13.1 +dill==0.3.9 +distlib==0.3.9 +filelock==3.17.0 iniconfig==2.0.0 -isort==5.12.0 +isort==5.13.2 mccabe==0.7.0 -mypy==1.6.1 +mypy==1.14.1 mypy-extensions==1.0.0 -packaging==23.1 -pathspec==0.11.2 -platformdirs==3.11.0 -pluggy==1.3.0 -pyfakefs==5.3.1 -pylint==3.0.2 -pyproject-api==1.6.1 -pytest==7.4.2 -tomlkit==0.12.1 -tox==4.11.3 -typing_extensions==4.8.0 -virtualenv==20.26.6 +packaging==24.2 +pathspec==0.12.1 +platformdirs==4.3.6 +pluggy==1.5.0 +pyfakefs==5.7.4 +pylint==3.3.3 +pyproject-api==1.9.0 +pytest==8.3.4 +tomlkit==0.13.2 +tox==4.24.1 +typing_extensions==4.12.2 +virtualenv==20.29.1