Skip to content

Commit

Permalink
Update dependency redis
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent ffcfcf5 commit 32e0172
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
16 changes: 8 additions & 8 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 32e0172

Please sign in to comment.