From bf2e8adacce373a93ab31971f0ad6391b8c0b028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:03:10 +0000 Subject: [PATCH] Update python-memcached requirement from >=1.58 to >=1.62 Updates the requirements on [python-memcached](https://github.com/linsomniac/python-memcached) to permit the latest version. - [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.58...1.62) --- updated-dependencies: - dependency-name: python-memcached dependency-version: '1.62' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8efcd0d1..424ac1ccf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ # Django>=4.2,<6 -python-memcached>=1.58 +python-memcached>=1.62 txAMQP>=0.8.2,<0.9 django-tagging gunicorn