summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-01 09:55:12 +0000
committerGitHub <noreply@github.com>2021-02-01 09:55:12 +0000
commitb003afdbd5d1f8ca09f4fd73046c4d6dd794da7e (patch)
tree5f8d1a6113a1cce3f89772074d21fb1a1f7bc5a2
parentc74ae61c166e88160d80de08ea2f4e5de40dae3a (diff)
downloadjinja2-dependabot/pip/pytest-6.2.2.tar.gz
Bump pytest from 6.2.1 to 6.2.2dependabot/pip/pytest-6.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2. - [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.2.1...6.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/tests.txt27
2 files changed, 19 insertions, 10 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 91031a0..290570c 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -42,7 +42,7 @@ py==1.9.0
# tox
pyparsing==2.4.7
# via packaging
-pytest==6.2.1
+pytest==6.2.2
# via -r requirements/tests.in
pyyaml==5.3.1
# via pre-commit
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 9fa44b7..b6dd944 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -4,12 +4,21 @@
#
# pip-compile requirements/tests.in
#
-attrs==19.3.0 # via pytest
-iniconfig==1.0.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.2.1 # via -r requirements/tests.in
-six==1.14.0 # via packaging
-toml==0.10.1 # via pytest
+attrs==19.3.0
+ # via pytest
+iniconfig==1.0.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.2.2
+ # via -r requirements/tests.in
+six==1.14.0
+ # via packaging
+toml==0.10.1
+ # via pytest