Skip to content

Commit

Permalink
fix(deps): update dependency redis
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 168e491 commit dc1ed54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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
9 changes: 5 additions & 4 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 @@ -73,7 +73,7 @@ newrelic = "^6.4.1.158"
pyOpenSSL = "^23.1.1"
psycopg2 = "^2.9.5"
pycountry = "^19.7.15"
redis = "^4.4.4"
redis = "^5.0.0"
requests = "^2.28.2"
sentry-sdk = "^1.4.2"
social-auth-app-django = "^4.0.0"
Expand Down

0 comments on commit dc1ed54

Please sign in to comment.