From 3196728d5d075fa15a05386d0268c6726a3795ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:26:50 +0000 Subject: [PATCH] build(deps): bump tox from 4.25.0 to 4.28.0 --- updated-dependencies: - dependency-name: tox dependency-version: 4.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 18 +++++++++--------- requirements-dev.txt | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 752df54..64f2676 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-ci.in # -cachetools==5.5.1 +cachetools==6.1.0 # via tox chardet==5.2.0 # via tox @@ -12,35 +12,35 @@ colorama==0.4.6 # via tox distlib==0.3.9 # via virtualenv -filelock==3.16.1 +filelock==3.18.0 # via # tox # virtualenv -packaging==24.2 +packaging==25.0 # via # pyproject-api # tox -platformdirs==4.3.6 +platformdirs==4.3.8 # via # tox # virtualenv -pluggy==1.5.0 +pluggy==1.6.0 # via tox pygments==2.19.1 # via -r requirements-ci.in -pyproject-api==1.8.0 +pyproject-api==1.9.1 # via tox tomli==2.2.1 # via # pyproject-api # tox -tox==4.25.0 +tox==4.28.0 # via # -r requirements-ci.in # tox-gh-actions tox-gh-actions==3.3.0 # via -r requirements-ci.in -typing-extensions==4.13.0 +typing-extensions==4.14.1 # via tox -virtualenv==20.29.2 +virtualenv==20.32.0 # via tox diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f30aeb..2f2933f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ # black==25.1.0 # via -r requirements-dev.in -cachetools==5.5.1 +cachetools==6.1.0 # via tox cfgv==3.4.0 # via pre-commit @@ -20,7 +20,7 @@ distlib==0.3.9 # via virtualenv exceptiongroup==1.2.2 # via pytest -filelock==3.16.1 +filelock==3.18.0 # via # tox # virtualenv @@ -46,7 +46,7 @@ mypy-extensions==1.0.0 # mypy nodeenv==1.9.1 # via pre-commit -packaging==24.2 +packaging==25.0 # via # black # pyproject-api @@ -54,12 +54,12 @@ packaging==24.2 # tox pathspec==0.12.1 # via black -platformdirs==4.3.6 +platformdirs==4.3.8 # via # black # tox # virtualenv -pluggy==1.5.0 +pluggy==1.6.0 # via # pytest # tox @@ -71,7 +71,7 @@ pyflakes==3.3.1 # via flake8 pygments==2.19.1 # via -r requirements-dev.in -pyproject-api==1.8.0 +pyproject-api==1.9.1 # via tox pytest==8.3.5 # via -r requirements-dev.in @@ -85,14 +85,14 @@ tomli==2.2.1 # pyproject-api # pytest # tox -tox==4.25.0 +tox==4.28.0 # via -r requirements-dev.in -typing-extensions==4.12.2 +typing-extensions==4.14.1 # via # black # mypy # tox -virtualenv==20.29.2 +virtualenv==20.32.0 # via # pre-commit # tox