From 1cc23602b9f53cb3df77f9340085aed96b53c1cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 11:09:48 +0000 Subject: [PATCH] chore(deps): update tox requirement from ~=3.23 to ~=3.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/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.23.0...3.24.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 278a6fe95..1b911868c 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ black = "==20.8b1" pytest = "~=6.2" pytest-cov = "~=2.12" -tox = "~=3.23" +tox = "~=3.24" httpretty = "~=1.0" python-dateutil = "~=2.8"