diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-08 08:44:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 08:44:54 +0000 |
commit | feeffb7d88461f6fca8fb0ac589962c26c433b8a (patch) | |
tree | 523c7f15ee826623ea4111afd730c91d1ab2d506 /requirements | |
parent | 6c99856518801d68d5135a8ff2426e937e740762 (diff) | |
download | jinja2-feeffb7d88461f6fca8fb0ac589962c26c433b8a.tar.gz |
Bump tox from 3.15.1 to 3.15.2dependabot/pip/tox-3.15.2
Bumps [tox](https://github.com/tox-dev/tox) from 3.15.1 to 3.15.2.
- [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.1...3.15.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt index d52e399..2d5f2ad 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.14.0 # via packaging, pip-tools, tox, virtualenv toml==0.10.1 # via pre-commit, tox -tox==3.15.1 # via -r requirements/dev.in +tox==3.15.2 # via -r requirements/dev.in virtualenv==20.0.20 # via pre-commit, tox wcwidth==0.1.9 # via pytest |