From 5421212901de0a5ddd91d807aa6c5d1f8f7d5c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:36:01 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.23 to ~=4.24 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.23.0...4.24.1) --- 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 6535a758..2f8a4c9c 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest = "~=8.3" pytest-cov = "~=5.0" python-dateutil = "~=2.9" ruff = "~=0.9.2" -tox = "~=4.23" +tox = "~=4.24" types-python-dateutil = "~=2.9" [packages]