From 5f0d67da5651e32c8866f961c2b50c59af3f363a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:16:28 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.22 to ~=4.23 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.22.0...4.23.0) --- updated-dependencies: - dependency-name: tox 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 2e26cd1d..25e742b1 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest = "~=8.3" pytest-cov = "~=5.0" python-dateutil = "~=2.9" ruff = "~=0.6.9" -tox = "~=4.22" +tox = "~=4.23" types-python-dateutil = "~=2.9" [packages]