From 93a72bc8f26587e79f5ff545c1606580169ab796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 05:54:10 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.14 to ~=4.15 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.14.0...4.15.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 e8800052..9bb3ea67 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pylint-quotes = "~=0.2.3" pytest = "~=8.2" pytest-cov = "~=4.1" python-dateutil = "~=2.9" -tox = "~=4.14" +tox = "~=4.15" types-python-dateutil = "~=2.9" [packages]