summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-03-17 15:50:17 -0700
committerGitHub <noreply@github.com>2022-03-17 15:50:17 -0700
commit703ea837efc0bcdcf861513930707e439c19d2dc (patch)
tree7d1d497775e912a908fdfef444ee4a9d0394fba9
parentf77bc5670fe967429f021f1eb752c06efe299c31 (diff)
parent2994dc8e57db2487915e1f3c53a475b661fbf5c7 (diff)
downloadpymemcache-703ea837efc0bcdcf861513930707e439c19d2dc.tar.gz
Merge pull request #385 from pinterest/dependabot/pip/pytest-7.1.1
Bump pytest from 7.1.0 to 7.1.1
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3823c29..ac08524 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-pytest==7.1.0
+pytest==7.1.1
pytest-cov==3.0.0
gevent==21.12.0; "PyPy" not in platform_python_implementation
pylibmc==1.6.1; sys.platform != 'win32'