Skip to content

Commit a12f0b8

Browse files
chore(deps): update redis requirement from <8,>=7.1.0 to >=7.1.0,<9
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ef5699 commit a12f0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"sqlalchemy[asyncio]>=2.0.44,<3",
5555
"asyncpg>=0.31.0,<1",
5656
"alembic>=1.17.2,<2",
57-
"redis>=7.1.0,<8",
57+
"redis>=7.1.0,<9",
5858
# CLI tools
5959
"cookiecutter>=2.6.0,<3",
6060
"pyperclip>=1.11.0,<2",

0 commit comments

Comments
 (0)