From 247e429519ba4dcae0ca6fb4d020ebe83715d3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:35:13 +0000 Subject: [PATCH] Bump python-memcached from 1.59 to 1.62 Bumps [python-memcached](https://github.com/linsomniac/python-memcached) from 1.59 to 1.62. - [Release notes](https://github.com/linsomniac/python-memcached/releases) - [Changelog](https://github.com/linsomniac/python-memcached/blob/master/ChangeLog) - [Commits](https://github.com/linsomniac/python-memcached/compare/1.59...1.62) --- updated-dependencies: - dependency-name: python-memcached dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6bd8a74..67ed097 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,6 @@ pytest==7.4.1 pytest-cov==4.0.0 gevent==24.2.1; "PyPy" not in platform_python_implementation pylibmc==1.6.3; sys.platform != 'win32' -python-memcached==1.59 +python-memcached==1.62 zstd==1.5.4.0 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability