Merge pull request #1069 from GSA/dependabot/pip/redis-5.0.5

Bump redis from 5.0.4 to 5.0.5
This commit is contained in:
Carlo Costino
2024-06-07 23:13:16 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -3635,13 +3635,13 @@ full = ["numpy"]
[[package]]
name = "redis"
version = "5.0.4"
version = "5.0.5"
description = "Python client for Redis database and key-value store"
optional = false
python-versions = ">=3.7"
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.0.5-py3-none-any.whl", hash = "sha256:30b47d4ebb6b7a0b9b40c1275a19b87bb6f46b3bed82a89012cf56dea4024ada"},
{file = "redis-5.0.5.tar.gz", hash = "sha256:3417688621acf6ee368dec4a04dd95881be24efd34c79f00d31f62bb528800ae"},
]
[package.extras]
@@ -4752,4 +4752,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "1548ec75e2eab5aeb900f31f1fc1e6e3815af3587e153854ade4a8223d64d05a"
content-hash = "75bd5796cd9ccafc4b2ce676d84757af06e73298ddb25c50d13f95bb1eb9d64b"

View File

@@ -76,7 +76,7 @@ urllib3 = "^2.2.1"
webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.4"
redis = "^5.0.4"
redis = "^5.0.5"
requests = "^2.32.3"