From d78ae61928a69c038cf943612fdc317f1f899ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:46:54 +0000 Subject: [PATCH] build(deps): bump tox from 4.25.0 to 4.26.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.26.0. - [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.25.0...4.26.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 4 ++-- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 752df54..6e0e5aa 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -34,7 +34,7 @@ tomli==2.2.1 # via # pyproject-api # tox -tox==4.25.0 +tox==4.26.0 # via # -r requirements-ci.in # tox-gh-actions @@ -42,5 +42,5 @@ tox-gh-actions==3.3.0 # via -r requirements-ci.in typing-extensions==4.13.0 # via tox -virtualenv==20.29.2 +virtualenv==20.31.2 # via tox diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f30aeb..908199a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -85,14 +85,14 @@ tomli==2.2.1 # pyproject-api # pytest # tox -tox==4.25.0 +tox==4.26.0 # via -r requirements-dev.in typing-extensions==4.12.2 # via # black # mypy # tox -virtualenv==20.29.2 +virtualenv==20.31.2 # via # pre-commit # tox