diff --git a/django/poetry.lock b/django/poetry.lock index 55cc8b23b..b3cf52519 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -1041,13 +1041,13 @@ files = [ [[package]] name = "redis" -version = "4.5.5" +version = "4.6.0" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-4.5.5-py3-none-any.whl", hash = "sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119"}, - {file = "redis-4.5.5.tar.gz", hash = "sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880"}, + {file = "redis-4.6.0-py3-none-any.whl", hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c"}, + {file = "redis-4.6.0.tar.gz", hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a77629c81ae57b82168bc776d1238213dab233df6dedc76d469add82db897222" +content-hash = "f7f53a2bf3c46732ded8acb94d1c7d415ce7f22b1304afeb79291f7289def5f9" diff --git a/django/pyproject.toml b/django/pyproject.toml index 14fc52f09..102fad878 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -15,7 +15,7 @@ sqlalchemy = "2.0.17" social-auth-app-django = "5.2.0" social-auth-core = "4.4.2" sentry-sdk = "1.26.0" -redis = "4.5.5" +redis = "4.6.0" tweepy = "4.14.0" django-celery-results = "2.5.1" daphne = "4.0.0"