Merge pull request #28546 from akhilnarang/bump-redis

chore: bump dependencies
This commit is contained in:
Akhil Narang 2024-11-25 13:27:34 +05:30 committed by GitHub
commit 72af3e52cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ dependencies = [
"filetype~=1.2.0",
"GitPython~=3.1.34",
"Jinja2~=3.1.2",
"Pillow~=10.3.0",
"Pillow~=11.0.0",
"PyJWT~=2.8.0",
# We depend on internal attributes,
# do NOT add loose requirements on PyMySQL versions.
@ -59,8 +59,8 @@ dependencies = [
"python-dateutil~=2.8.2",
"pytz==2023.3",
"rauth~=0.7.3",
"redis~=5.0.1",
"hiredis~=2.2.3",
"redis~=5.2.0",
"hiredis~=3.0.0",
"setproctitle~=1.3.3",
"requests-oauthlib~=1.3.1",
"requests~=2.32.0",