From daeee05abbd6be453e51fb23ded991658aab9fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:00:53 +0000 Subject: [PATCH] Bump pylibmc from 1.6.1 to 1.6.3 in /requirements Bumps [pylibmc](https://github.com/lericson/pylibmc) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/lericson/pylibmc/releases) - [Changelog](https://github.com/lericson/pylibmc/blob/master/docs/changelog.rst) - [Commits](https://github.com/lericson/pylibmc/compare/1.6.1...1.6.3) --- updated-dependencies: - dependency-name: pylibmc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 73f51034e..82a7db177 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ -r common.txt django-pylibmc==0.6.1 django-redis-cache==3.0.1 -pylibmc==1.6.1 +pylibmc==1.6.3 redis==5.0.7 sentry-sdk==1.44.1