Skip to content

Commit

Permalink
Bump redis from 5.0.1 to 5.1.0 (#433)
Browse files Browse the repository at this point in the history
* Bump redis from 5.0.1 to 5.1.0

* fix requirements.txt
  • Loading branch information
wu-clan authored Sep 28, 2024
1 parent ab4495c commit 03add79
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
2 changes: 1 addition & 1 deletion backend/database/db_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import sys

from redis.asyncio.client import Redis
from redis.asyncio import Redis
from redis.exceptions import AuthenticationError, TimeoutError

from backend.common.log import log
Expand Down
28 changes: 13 additions & 15 deletions backend/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pytest==7.2.2",
"pytest-pretty==1.2.0",
"python-jose==3.3.0",
"redis[hiredis]==5.0.1",
"redis[hiredis]==5.1.0",
"SQLAlchemy==2.0.30",
"user-agents==2.2.0",
"uvicorn[standard]==0.29.0",
Expand Down
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
anyio==4.4.0
asgi-correlation-id==4.3.3
asgiref==3.8.1
async-timeout==4.0.3; python_full_version <= "3.11.2"
async-timeout==4.0.3; python_full_version < "3.11.3"
asyncmy==0.2.9
attrs==24.2.0
bcrypt==4.0.1
Expand Down Expand Up @@ -88,8 +88,8 @@ python-jose==3.3.0
python-multipart==0.0.9
pytz==2024.1
pyyaml==6.0.2
redis==5.0.1
redis[hiredis]==5.0.1
redis==5.1.0
redis[hiredis]==5.1.0
rich==13.8.0
rsa==4.9
ruff==0.6.4
Expand Down

0 comments on commit 03add79

Please sign in to comment.