summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-14 22:37:52 +0000
committerGitHub <noreply@github.com>2022-03-14 22:37:52 +0000
commit164f4731801ce57efc2c9e745b474bd64038e096 (patch)
treeb16b059299fe112cca0f5849c4f51987fa80fa28 /test-requirements.txt
parent933ef82916a93bec423ee7f1e4320fdecae0b302 (diff)
downloadpymemcache-164f4731801ce57efc2c9e745b474bd64038e096.tar.gz
Bump pytest from 7.0.1 to 7.1.0 (#384)
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e60ba3f..3823c29 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-pytest==7.0.1
+pytest==7.1.0
pytest-cov==3.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation
pylibmc==1.6.1; sys.platform != 'win32'