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 Oct 14, 2024
1 parent b010810 commit 05efb8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 5432:5432

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

Expand Down
14 changes: 7 additions & 7 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 @@ -43,7 +43,7 @@ pygithub = "2.3.0"
pypdf = "^4.2.0"
python-magic = "^0.4.27"
pyyaml = "^6.0.1"
redis = "^4.5.5"
redis = "^5.0.0"
requests = "2.32.3"
sentry-sdk = "2.8.0"
smart-open = {extras = ["s3"], version = "^6.3.0"}
Expand Down

0 comments on commit 05efb8a

Please sign in to comment.