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 Sep 12, 2023
1 parent 2626be9 commit 6598f10
Show file tree
Hide file tree
Showing 3 changed files with 30 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 @@ -22,7 +22,7 @@ jobs:
- 5432:5432

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

Expand Down
32 changes: 28 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 @@ -64,7 +64,7 @@ psycopg2 = "^2.9.6"
pygithub = "1.58.2"
pypdf2 = "^3.0.1"
python-magic = "^0.4.27"
redis = "^4.5.5"
redis = "^5.0.0"
requests = "2.31.0"
sentry-sdk = "1.27.0"
smart-open = {extras = ["s3"], version = "^6.3.0"}
Expand Down

0 comments on commit 6598f10

Please sign in to comment.