aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-23 18:12:14 +0000
committerGitHub <noreply@github.com>2020-05-23 18:12:14 +0000
commit8e0afc264797fb9a9bce1a1938ae956ab80aea06 (patch)
treef860c54edb5cabe453f45e72cbcf91329f7bfbaf
parent3e41c01caa75b4a46ee0e3b14e9928ab2a7555a3 (diff)
downloadjinja-8e0afc264797fb9a9bce1a1938ae956ab80aea06.tar.gz
Bump tox from 3.15.0 to 3.15.1
Bumps [tox](https://github.com/tox-dev/tox) from 3.15.0 to 3.15.1. - [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.15.0...3.15.1) 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 37243a37..553a404f 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -23,7 +23,7 @@ pytest==5.4.2 # via -r requirements/tests.in
pyyaml==5.3.1 # via pre-commit
six==1.14.0 # via packaging, pip-tools, tox, virtualenv
toml==0.10.1 # via pre-commit, tox
-tox==3.15.0 # via -r requirements/dev.in
+tox==3.15.1 # via -r requirements/dev.in
virtualenv==20.0.20 # via pre-commit, tox
wcwidth==0.1.9 # via pytest