Skip to content

Commit

Permalink
Update dependency redis
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent c72e940 commit a74d122
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 5432:5432

redis:
image: redis:5.0.8
image: redis:5.0.14
ports:
- 6379:6379

Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ posthog = "^3.0.1"
psycopg2 = "^2.9.5"
pyOpenSSL = "^23.1.1"
pycountry = "^19.7.15"
redis = "^4.4.4"
redis = "^5.0.0"
requests = "^2.28.2"
sentry-sdk = "^2.0.0"
social-auth-app-django = "5.4.2"
Expand Down

0 comments on commit a74d122

Please sign in to comment.