summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Caccamo <fabio.caccamo@gmail.com>2022-12-06 16:07:26 +0100
committerGitHub <noreply@github.com>2022-12-06 16:07:26 +0100
commitff003e6157af733f7c9a65c8cced737da218f848 (patch)
treed568dc5b876d997f57fb70d922cc894cd4772b7f
parentaed4283bef7d918849534fd41770f7643d4a2f81 (diff)
downloadpymemcache-ff003e6157af733f7c9a65c8cced737da218f848.tar.gz
Bump `pylibmc` version to avoid installarion error while creating the development environment.
https://github.com/lericson/pylibmc/issues/284
-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