summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-01 08:24:17 +0000
committerGitHub <noreply@github.com>2020-10-01 08:24:17 +0000
commite589a42db45d40057b4fe443b930f47225ffab3c (patch)
tree979122c097d10e284fb8563702e20d62fbfefb09 /requirements
parent26e97c5dd762fa5459fb521db27fbfdc255d5609 (diff)
downloadjinja2-e589a42db45d40057b4fe443b930f47225ffab3c.tar.gz
Bump pytest from 6.0.2 to 6.1.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.2...6.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/dev.txt3
-rw-r--r--requirements/tests.txt3
2 files changed, 2 insertions, 4 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 654ab2c..e749836 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -12,7 +12,6 @@ distlib==0.3.0 # via virtualenv
filelock==3.0.12 # via tox, virtualenv
identify==1.4.15 # via pre-commit
iniconfig==1.0.0 # via pytest
-more-itertools==8.3.0 # via pytest
nodeenv==1.3.5 # via pre-commit
packaging==20.3 # via pytest, tox
pip-tools==5.3.1 # via -r requirements/dev.in
@@ -20,7 +19,7 @@ pluggy==0.13.1 # via pytest, tox
pre-commit==2.7.1 # via -r requirements/dev.in
py==1.9.0 # via pytest, tox
pyparsing==2.4.7 # via packaging
-pytest==6.0.2 # via -r requirements/tests.in
+pytest==6.1.0 # 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, pytest, tox
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 636ecf1..449392a 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -6,11 +6,10 @@
#
attrs==19.3.0 # via pytest
iniconfig==1.0.0 # via pytest
-more-itertools==8.3.0 # via pytest
packaging==20.3 # via pytest
pluggy==0.13.1 # via pytest
py==1.9.0 # via pytest
pyparsing==2.4.7 # via packaging
-pytest==6.0.2 # via -r requirements/tests.in
+pytest==6.1.0 # via -r requirements/tests.in
six==1.14.0 # via packaging
toml==0.10.1 # via pytest