mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 08:28:15 -04:00
Bump redis from 6.4.0 to 7.0.0
Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.0.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/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
9
poetry.lock
generated
9
poetry.lock
generated
@@ -3454,17 +3454,18 @@ all = ["numpy"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redis"
|
name = "redis"
|
||||||
version = "6.4.0"
|
version = "7.0.0"
|
||||||
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.9"
|
python-versions = ">=3.9"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "redis-6.4.0-py3-none-any.whl", hash = "sha256:f0544fa9604264e9464cdf4814e7d4830f74b165d52f2a330a760a88dd248b7f"},
|
{file = "redis-7.0.0-py3-none-any.whl", hash = "sha256:1e66c8355b3443af78367c4937484cd875fdf9f5f14e1fed14aa95869e64f6d1"},
|
||||||
{file = "redis-6.4.0.tar.gz", hash = "sha256:b01bc7282b8444e28ec36b261df5375183bb47a07eb9c603f284e89cbc5ef010"},
|
{file = "redis-7.0.0.tar.gz", hash = "sha256:6546ada54354248a53a47342d36abe6172bb156f23d24f018fda2e3c06b9c97a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
|
circuit-breaker = ["pybreaker (>=1.4.0)"]
|
||||||
hiredis = ["hiredis (>=3.2.0)"]
|
hiredis = ["hiredis (>=3.2.0)"]
|
||||||
jwt = ["pyjwt (>=2.9.0)"]
|
jwt = ["pyjwt (>=2.9.0)"]
|
||||||
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"]
|
ocsp = ["cryptography (>=36.0.1)", "pyopenssl (>=20.0.1)", "requests (>=2.31.0)"]
|
||||||
@@ -4420,4 +4421,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "37868fcef68e149a4be5882b70a3e53c8746f30681207c6897c2ca14e4294c84"
|
content-hash = "d0613e1cd515fe861dbc8cc5a45090a59735b71ef47be17397a071165641a3b4"
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ phonenumbers = "^9.0.16"
|
|||||||
pycparser = "^2.23"
|
pycparser = "^2.23"
|
||||||
pyjwt = "^2.10.1"
|
pyjwt = "^2.10.1"
|
||||||
python-json-logger = "^4.0.0"
|
python-json-logger = "^4.0.0"
|
||||||
redis = "^6.4.0"
|
redis = "^7.0.0"
|
||||||
regex = "^2025.10.23"
|
regex = "^2025.10.23"
|
||||||
s3transfer = "^0.10.2"
|
s3transfer = "^0.10.2"
|
||||||
shapely = "^2.1.2"
|
shapely = "^2.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user