From a857010f0589dd3b83190507957f390b416f976f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:06:26 +0000 Subject: [PATCH] Bump redis from 5.0.4 to 5.2.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.2.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.4...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0ad7331..f031721 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -1015,18 +1015,18 @@ test = ["coverage", "pytest"] [[package]] name = "redis" -version = "5.0.4" +version = "5.2.0" description = "Python client for Redis database and key-value store" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "redis-5.0.4-py3-none-any.whl", hash = "sha256:7adc2835c7a9b5033b7ad8f8918d09b7344188228809c98df07af226d39dec91"}, - {file = "redis-5.0.4.tar.gz", hash = "sha256:ec31f2ed9675cc54c21ba854cfe0462e6faf1d83c8ce5944709db8a4700b9c61"}, + {file = "redis-5.2.0-py3-none-any.whl", hash = "sha256:ae174f2bb3b1bf2b09d54bf3e51fbc1469cf6c10aa03e21141f51969801a7897"}, + {file = "redis-5.2.0.tar.gz", hash = "sha256:0b1087665a771b1ff2e003aa5bdd354f15a70c9e25d5a7dbf9c722c16528a7b0"}, ] [package.extras] -hiredis = ["hiredis (>=1.0.0)"] -ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)"] +hiredis = ["hiredis (>=3.0.0)"] +ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)"] [[package]] name = "requests" @@ -1288,4 +1288,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "a5a67f8d731dd2ea5da4fcd7d8f5ba8d066403fde7fd8188bd53f90bfe5423ff" +content-hash = "1b42be385ad4fc56ba339923f22522dd4270b2cdd86dcc3a53db90fd3486b88a" diff --git a/pyproject.toml b/pyproject.toml index 02a1859..7ff0007 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pyotp = "2.9.0" Pillow = "10.3.0" PyJWT = "2.9.0" psutil = "6.0.0" -redis = "5.0.4" +redis = "5.2.0" sentry-sdk = {version = "2.16.0", extras = ["django"]} [tool.poetry.dev-dependencies]