From 03afce17fd398ae67a833193703db507e17b929a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:13:45 +0000 Subject: [PATCH] build(deps-dev): bump types-redis from 4.6.0.20240819 to 4.6.0.20240903 Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.20240819 to 4.6.0.20240903. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-redis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index dcaff5c9..b3ab8cb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2797,13 +2797,13 @@ cryptography = ">=35.0.0" [[package]] name = "types-redis" -version = "4.6.0.20240819" +version = "4.6.0.20240903" description = "Typing stubs for redis" optional = false python-versions = ">=3.8" files = [ - {file = "types-redis-4.6.0.20240819.tar.gz", hash = "sha256:08f51f550ad41d0152bd98d77ac9d6d8f761369121710a213642f6036b9a7183"}, - {file = "types_redis-4.6.0.20240819-py3-none-any.whl", hash = "sha256:86db9af6f0033154e12bc22c77236cef0907b995fda8c9f0f0eacd59943ed2fc"}, + {file = "types-redis-4.6.0.20240903.tar.gz", hash = "sha256:4bab1a378dbf23c2c95c370dfdb89a8f033957c4fd1a53fee71b529c182fe008"}, + {file = "types_redis-4.6.0.20240903-py3-none-any.whl", hash = "sha256:0e7537e5c085fe96b7d468d5edae0cf667b4ba4b62c6e4a5dfc340bd3b868c23"}, ] [package.dependencies] @@ -3206,4 +3206,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "548c9502e21abffa3869d417d34ecb7953524e35ab33fcffc67bbb5e1a4ba98b" +content-hash = "61ee5fe793ec73a6c734621cc27fe04cb7c1f4d0dfd1d654f7e7752e3006f129" diff --git a/pyproject.toml b/pyproject.toml index 89bee7b3..9db7a813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ black = "^24.8.0" isort = "^5.13.2" ruff = "^0.6.4" yamllint = "^1.35.1" -types-redis = "^4.6.0.20240819" +types-redis = "^4.6.0.20240903" [build-system]