From d0669a1529ca15a97914366035544bed5727a9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:17:27 +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 | 7 ++++--- requirements-dev.txt | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index d63a1de..4db6631 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -20,7 +20,7 @@ django==4.2.20 # via # -r requirements-ci.in # django-components -django-components==0.140 +django-components==0.140.0 # via -r requirements-ci.in djc-core-html-parser==1.0.2 # via django-components @@ -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 @@ -69,8 +69,9 @@ tox-gh-actions==3.3.0 typing-extensions==4.12.2 # via # asgiref + # django-components # 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 da14cbc..f6936a2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,7 @@ django==4.2.20 # via # -r requirements-dev.in # django-components -django-components==0.140 +django-components==0.140.0 # via -r requirements-dev.in djc-core-html-parser==1.0.2 # via django-components @@ -101,17 +101,18 @@ 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 # asgiref # black + # django-components # mypy # pydantic # pydantic-core # tox -virtualenv==20.29.3 +virtualenv==20.31.2 # via # pre-commit # tox