summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-01 08:24:48 +0000
committerGitHub <noreply@github.com>2020-10-01 08:24:48 +0000
commit89839e7429c32a669ca18b9aa06fb77259ea63fc (patch)
tree93722c6270c062d521d5095318fcaedfcb74fd0f
parent300386be34291fe7aca4086d0ce0f0ae3619f003 (diff)
downloadmarkupsafe-89839e7429c32a669ca18b9aa06fb77259ea63fc.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>
-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 e44ef9c..2c46c72 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.16 # 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.4 # 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.15.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 7001b90..814841b 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.4 # 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.15.0 # via packaging
toml==0.10.1 # via pytest