Skip to content

Commit 0ed8a00

Browse files
build(deps): bump redis from 5.3.1 to 7.4.0
Bumps [redis](https://github.com/redis/redis-py) from 5.3.1 to 7.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.3.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2cd7b0 commit 0ed8a00

2 files changed

Lines changed: 15 additions & 33 deletions

File tree

poetry.lock

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scripts_controller = "bin.scripts_controller:main"
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.10,<3.15"
23-
redis = {version = "^5.3.0,<6.0", extras = ["hiredis"]}
23+
redis = {version = "^7.4.0", extras = ["hiredis"]}
2424
flask-restx = "^1.3.2"
2525
werkzeug = "^3.1.7"
2626
gunicorn = "^25.1.0"

0 commit comments

Comments
 (0)