From 2b5d269824be9adee471ded30fc2184b70fc2dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 11:51:56 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.26 to ~=4.27 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [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.26.0...4.27.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.27.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f0fea58f..15b8beca 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest = "~=8.4" pytest-cov = "~=5.0" python-dateutil = "~=2.9" ruff = "~=0.11.13" -tox = "~=4.26" +tox = "~=4.27" types-python-dateutil = "~=2.9" [packages]