Skip to content

Commit

Permalink
update redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Palwisha-18 committed Feb 14, 2025
1 parent 502e7a2 commit b2051da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

redis:
container_name: redis
image: redis:5.0.5
image: redis:7.4.2
restart: always
ports:
- '6379:6379'
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pillow==11.1.0
psycopg2-binary==2.9.10
python-dotenv==1.0.1
PyJWT==2.9.0
redis==3.5.3
redis==5.2.1
requests==2.32.3
setuptools==75.1.0
sqlparse==0.5.1
Expand Down

0 comments on commit b2051da

Please sign in to comment.