Merge pull request #1080 from GSA/dependabot/pip/redis-5.0.6

Bump redis from 5.0.5 to 5.0.6
This commit is contained in:
Carlo Costino
2024-06-14 10:26:25 -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]] [[package]]
name = "redis" name = "redis"
version = "5.0.5" version = "5.0.6"
description = "Python client for Redis database and key-value store" description = "Python client for Redis database and key-value store"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "redis-5.0.5-py3-none-any.whl", hash = "sha256:30b47d4ebb6b7a0b9b40c1275a19b87bb6f46b3bed82a89012cf56dea4024ada"}, {file = "redis-5.0.6-py3-none-any.whl", hash = "sha256:c0d6d990850c627bbf7be01c5c4cbaadf67b48593e913bb71c9819c30df37eee"},
{file = "redis-5.0.5.tar.gz", hash = "sha256:3417688621acf6ee368dec4a04dd95881be24efd34c79f00d31f62bb528800ae"}, {file = "redis-5.0.6.tar.gz", hash = "sha256:38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197"},
] ]
[package.extras] [package.extras]
@@ -4752,4 +4752,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "6f824e8e5e271cfe1eae85f61fa990daed593f78edd744f4d3daefce29367e4d" content-hash = "8ad47b2ca42462873ea960683134c0a1a0c3957bec4228ccb6e9c9a3f407cbab"

View File

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