From ce0592b19b7a66953de2f24178f5dd3aee58d714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:52:59 +0000 Subject: [PATCH] build(deps): bump tox from 4.24.1 to 4.24.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.24.1 to 4.24.2. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.24.1...4.24.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 0cb9d51..e8da6c6 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -30,7 +30,7 @@ pygments==2.19.1 # via -r requirements-ci.in pyproject-api==1.8.0 # via tox -tox==4.24.1 +tox==4.24.2 # via # -r requirements-ci.in # tox-gh-actions diff --git a/requirements-dev.txt b/requirements-dev.txt index 913d1fc..078a3c4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -75,7 +75,7 @@ pytest==8.3.4 # via -r requirements-dev.in pyyaml==6.0.2 # via pre-commit -tox==4.24.1 +tox==4.24.2 # via -r requirements-dev.in typing-extensions==4.12.2 # via mypy