Skip to content

Commit

Permalink
chore: Update redis version from 4.3.1 to 4.4.4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutuzov13 authored Jun 2, 2023
1 parent 9890912 commit 70d9a76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 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.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SQLAlchemy = "~2.0.0"
asyncpg = "~0.25.0" # DB backend for application
psycopg2-binary = "~2.9.2" # DB backend for alembic (migration tool)
redis = "~4.3.1"
redis = "~4.4.4"
saq = { version = "~0.7.1", extras = ["hiredis"] }
importlib-resources = { version = "^5.4.0", python = "<3.9" }
Expand Down

0 comments on commit 70d9a76

Please sign in to comment.