aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-31 08:29:26 +0000
committerGitHub <noreply@github.com>2020-07-31 08:29:26 +0000
commitd9037e07c07406900ccf95622387ffbcf373eec5 (patch)
tree4001acdcaa184482c2232038407d2bbe963f0c99
parent8771d6fea663c6adda969acfc0074e81e61a479e (diff)
downloadmarkupsafe-d9037e07c07406900ccf95622387ffbcf373eec5.tar.gz
Bump pytest from 6.0.0 to 6.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.0 to 6.0.1. - [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.0...6.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--requirements/dev.txt2
-rw-r--r--requirements/tests.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt
index c61bd67..66839ca 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -20,7 +20,7 @@ pluggy==0.13.1 # via pytest, tox
pre-commit==2.6.0 # via -r requirements/dev.in
py==1.9.0 # via pytest, tox
pyparsing==2.4.7 # via packaging
-pytest==6.0.0 # via -r requirements/tests.in
+pytest==6.0.1 # 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 890a495..233bc81 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -11,6 +11,6 @@ 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.0 # via -r requirements/tests.in
+pytest==6.0.1 # via -r requirements/tests.in
six==1.15.0 # via packaging
toml==0.10.1 # via pytest