Skip to content

Commit

Permalink
Upgrade Django redis
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Nov 5, 2024
1 parent 45d2df8 commit fe5fd56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
common_requirement,
"requests-toolbelt==0.9.*",
"mysqlclient==2.1.*",
"redis==3.3.*",
"django-redis==4.11.*",
"redis==5.2.0",
"django-redis==5.4.0",
"google-cloud-logging==1.*",
"google-auth==1.*",
"psycopg2==2.9.10"
Expand Down

0 comments on commit fe5fd56

Please sign in to comment.