summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-01 08:02:28 +0000
committerGitHub <noreply@github.com>2021-09-01 08:02:28 +0000
commit9c417b4021e697d8176dcb297afb907a582730ee (patch)
tree07c5df070627dfb51924c5855aecdc06860006dd
parentb10f4af1400f4b5d22a6d83633e35d500ade31da (diff)
downloaditsdangerous-9c417b4021e697d8176dcb297afb907a582730ee.tar.gz
Bump pytest from 6.2.4 to 6.2.5dependabot/pip/pytest-6.2.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.4 to 6.2.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 8bab982..89fcd15 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -74,7 +74,7 @@ pygments==2.9.0
# via sphinx
pyparsing==2.4.7
# via packaging
-pytest==6.2.4
+pytest==6.2.5
# via -r requirements/tests.in
python-dateutil==2.8.1
# via freezegun
diff --git a/requirements/tests.txt b/requirements/tests.txt
index 3a3608c..4d359e7 100644
--- a/requirements/tests.txt
+++ b/requirements/tests.txt
@@ -18,7 +18,7 @@ py==1.10.0
# via pytest
pyparsing==2.4.7
# via packaging
-pytest==6.2.4
+pytest==6.2.5
# via -r requirements/tests.in
python-dateutil==2.8.1
# via freezegun