diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6482c8df7..7bfed1fcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - 5432:5432 redis: - image: redis:5.0.8 + image: redis:5.0.14@sha256:fc5ecd863862f89f04334b7cbb57e93c9790478ea8188a49f6e57b0967d38c75 ports: - 6379:6379 diff --git a/poetry.lock b/poetry.lock index 45600b7b9..21abbb943 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3658,17 +3658,17 @@ files = [ [[package]] name = "redis" -version = "4.6.0" +version = "5.0.3" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, - {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, + {file = "redis-5.0.3-py3-none-any.whl", hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d"}, + {file = "redis-5.0.3.tar.gz", hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580"}, ] [package.dependencies] -async-timeout = {version = ">=4.0.2", markers = "python_full_version <= \"3.11.2\""} +async-timeout = {version = ">=4.0.3", markers = "python_full_version < \"3.11.3\""} [package.extras] hiredis = ["hiredis (>=1.0.0)"] @@ -4483,4 +4483,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "e93e92f8fcf304542cf735136d9bf3a5dd7ef6e500b219e9a9ae2dd83dc73fb8" +content-hash = "4190604b6275a9bf7244723d3f996ae6d25dbc84e919a8b783048ed0ee425b0b" diff --git a/pyproject.toml b/pyproject.toml index a44090881..28a75d6fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ newrelic = "^6.4.1.158" pyOpenSSL = "^23.1.1" psycopg2 = "^2.9.5" pycountry = "^19.7.15" -redis = "^4.4.4" +redis = "^5.0.0" requests = "^2.28.2" sentry-sdk = "^1.4.2" social-auth-app-django = "^4.0.0"