From 6f2dbe2e3cb322526aaabee61da79ffe4c530ff3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:17:01 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=3.26 to ~=4.4 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/3.26.0...4.4.2) --- 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 9c382447d..62641a7c3 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ pylint = "~=2.15.3" pytest = "~=7.1" pytest-cov = "~=4.0" python-dateutil = "~=2.8" -tox = "~=3.26" +tox = "~=4.4" typing-extensions = "~=4.4" types-python-dateutil = "~=2.8"