From ed9c825f218ab030c65c468d9b8372ab65ded582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:11:04 +0200 Subject: [PATCH] build(deps): bump redis from 5.0.6 to 5.0.7 (#151) Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.0.6...v5.0.7) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dbe9098..55469d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1426,13 +1426,13 @@ files = [ [[package]] name = "redis" -version = "5.0.6" +version = "5.0.7" description = "Python client for Redis database and key-value store" optional = false python-versions = ">=3.7" files = [ - {file = "redis-5.0.6-py3-none-any.whl", hash = "sha256:c0d6d990850c627bbf7be01c5c4cbaadf67b48593e913bb71c9819c30df37eee"}, - {file = "redis-5.0.6.tar.gz", hash = "sha256:38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197"}, + {file = "redis-5.0.7-py3-none-any.whl", hash = "sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db"}, + {file = "redis-5.0.7.tar.gz", hash = "sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b"}, ] [package.extras] @@ -1992,4 +1992,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ee44763b059f059df4c5028971a046791ba2ac748346f88814e3ace6da4dd017" +content-hash = "8d85eab18187e4a24c07d2664ec3417d6e650a94d1c0f580dc0267b1e86fa04d" diff --git a/pyproject.toml b/pyproject.toml index 8d7d3dc..2c1f22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ fastapi = "^0.111.0" httpx = {extras = ["http2"], version = "^0.27.0"} loguru = "^0.7.2" lxml = "^5.2.2" -redis = "^5.0.6" +redis = "^5.0.7" pydantic = "^2.7.4" pydantic-settings = "^2.3.3"