summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-26 22:38:48 +0000
committerdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-01 16:10:33 +0000
commit0188e697d777559a4054c3b4ee19ad1acf2a9150 (patch)
treeb233d618ab5d41620ac35086346b3891530cb695
parentf8146068e139541864bbae0e9a3c105a891b8a66 (diff)
downloadpymemcache-0188e697d777559a4054c3b4ee19ad1acf2a9150.tar.gz
Bump pytest from 7.1.1 to 7.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.2.0. - [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/7.1.1...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4014629..09f39ae 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
Faker==15.1.0
-pytest==7.1.1
+pytest==7.2.0
pytest-cov==4.0.0
gevent==22.10.1; "PyPy" not in platform_python_implementation
pylibmc==1.6.1; sys.platform != 'win32'