From d5b84b899e4abad6afd914d0e5342476cb955de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:46:21 -0700 Subject: [PATCH] chore(deps-dev): update tox requirement from ~=4.6 to ~=4.8 (#902) 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.6.0...4.8.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f423e1d8..e886a5be 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.6" +tox = "~=4.8" typing-extensions = "~=4.7" types-python-dateutil = "~=2.8"