From 4bd19800b963c7f5bd29e069af33c77ec30a0f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:01:04 +0000 Subject: [PATCH] Bump tox from 3.25.1 to 3.27.0 Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 to 3.27.0. - [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.25.1...3.27.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e1958d46..a493fb1d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,8 +14,6 @@ distlib==0.3.1 # via virtualenv django==4.0.8 # via -r requirements-dev.in -exceptiongroup==1.0.0rc9 - # via pytest filelock==3.0.12 # via # tox @@ -52,11 +50,7 @@ six==1.15.0 # virtualenv sqlparse==0.4.2 # via django -toml==0.10.2 - # via tox -tomli==2.0.0 - # via pytest -tox==3.25.1 +tox==3.27.0 # via -r requirements-dev.in virtualenv==20.4.3 # via tox