From 084c1f4ca43a98306d8e60e5b2f474c6ec13a3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 02:38:05 +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 2097337..ac8703d 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -60,7 +60,7 @@ tomli==2.2.1 # pyproject-api # pytest # tox -tox==4.25.0 +tox==4.26.0 # via # -r requirements-ci.in # tox-gh-actions @@ -72,5 +72,5 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # tox -virtualenv==20.29.3 +virtualenv==20.31.2 # via tox diff --git a/requirements-dev.txt b/requirements-dev.txt index 0d295e8..9c5fe30 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -101,7 +101,7 @@ 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 @@ -111,7 +111,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # tox -virtualenv==20.29.3 +virtualenv==20.31.2 # via # pre-commit # tox