From 481012f9233ceb11f04927b2e54a4ca2b603b1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:00:04 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.8 to ~=4.11 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.8.0...4.11.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 e886a5be..097b7076 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pylint-quotes = "~=0.2.3" pytest = "~=7.4" pytest-cov = "~=4.1" python-dateutil = "~=2.8" -tox = "~=4.8" +tox = "~=4.11" typing-extensions = "~=4.7" types-python-dateutil = "~=2.8"