aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-15 08:19:46 +0000
committerGitHub <noreply@github.com>2020-07-15 08:19:46 +0000
commitfe9dd99db045c3415c1a188c4eaf20a7acc5b471 (patch)
tree6673f0e4ec01bed895bbb1362cd7b61205770475
parentca1eb4718e902bf8bcb3548b4a3bacab19476047 (diff)
downloadmarkupsafe-fe9dd99db045c3415c1a188c4eaf20a7acc5b471.tar.gz
Bump tox from 3.16.1 to 3.17.0
Bumps [tox](https://github.com/tox-dev/tox) from 3.16.1 to 3.17.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/3.17.0/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.16.1...3.17.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--requirements/dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index ac4ca5c..9d370a8 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -23,7 +23,7 @@ pytest==5.4.3 # via -r requirements/tests.in
pyyaml==5.3.1 # via pre-commit
six==1.15.0 # via packaging, pip-tools, tox, virtualenv
toml==0.10.1 # via pre-commit, tox
-tox==3.16.1 # via -r requirements/dev.in
+tox==3.17.0 # via -r requirements/dev.in
virtualenv==20.0.21 # via pre-commit, tox
wcwidth==0.1.9 # via pytest