From 99fef26bc17c3e4f84aab42e29cbf3968cb48bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 17:40:10 +0000 Subject: [PATCH] Bump tox from 3.27.0 to 4.0.12 Bumps [tox](https://github.com/tox-dev/tox) from 3.27.0 to 4.0.12. - [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.27.0...4.0.12) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d43f9e84..4f110adb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ Pillow==9.3.0 # Test requirements. It's not worth the hassle to keep them separate. pytest==7.2.0 pytest-cov==4.0.0 -tox==3.27.0 +tox==4.0.12 flake8==6.0.0 -- GitLab