summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-01 10:10:53 +0000
committerGitHub <noreply@github.com>2021-02-01 10:10:53 +0000
commit02959df6e5f9f19347974965464022f5dd48acd2 (patch)
tree6ecc334c0a2ca971872ddb8d9b901c0a2d3f0941 /requirements
parent923ce6ba6af66b92213c7616e849c99c05aa14c1 (diff)
downloadmarkupsafe-02959df6e5f9f19347974965464022f5dd48acd2.tar.gz
Bump pytest from 6.2.1 to 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>
Diffstat (limited to 'requirements')
-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 4844225..5c91fe1 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -66,7 +66,7 @@ pygments==2.7.4
# via sphinx
pyparsing==2.4.7
# via packaging
-pytest==6.2.1
+pytest==6.2.2
# via -r requirements/tests.in
pytz==2020.5
# via babel
diff --git a/requirements/tests.txt b/requirements/tests.txt
index abcb137..3cc97a6 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.4 # 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.15.0 # via packaging
-toml==0.10.1 # via pytest
+attrs==19.3.0
+ # via pytest
+iniconfig==1.0.0
+ # via pytest
+packaging==20.4
+ # 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.15.0
+ # via packaging
+toml==0.10.1
+ # via pytest