summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-12-06 11:51:15 -0800
committerGitHub <noreply@github.com>2022-12-06 11:51:15 -0800
commit433151acc2f4155142c004e8fae423c9a891d50e (patch)
treed568dc5b876d997f57fb70d922cc894cd4772b7f
parentaed4283bef7d918849534fd41770f7643d4a2f81 (diff)
parentff003e6157af733f7c9a65c8cced737da218f848 (diff)
downloadpymemcache-433151acc2f4155142c004e8fae423c9a891d50e.tar.gz
Merge pull request #451 from fabiocaccamo/patch-1
Bump `pylibmc` version to avoid installation error while creating the dev env.
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 09f39ae..8d2a37c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,6 @@ Faker==15.1.0
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'
+pylibmc==1.6.3; sys.platform != 'win32'
python-memcached==1.59
zstd==1.5.2.5