From ab7357508e4f6d8e95f919dbc618f71531bbdcde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:34:03 +0000 Subject: [PATCH] pip(deps-dev): bump types-redis from 4.6.0.11 to 4.6.0.20240106 Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.11 to 4.6.0.20240106. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 76e86348..66cf2649 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2634,13 +2634,13 @@ cryptography = ">=35.0.0" [[package]] name = "types-redis" -version = "4.6.0.11" +version = "4.6.0.20240106" description = "Typing stubs for redis" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "types-redis-4.6.0.11.tar.gz", hash = "sha256:c8cfc84635183deca2db4a528966c5566445fd3713983f0034fb0f5a09e0890d"}, - {file = "types_redis-4.6.0.11-py3-none-any.whl", hash = "sha256:94fc61118601fb4f79206b33b9f4344acff7ca1d7bba67834987fb0efcf6a770"}, + {file = "types-redis-4.6.0.20240106.tar.gz", hash = "sha256:2b2fa3a78f84559616242d23f86de5f4130dfd6c3b83fb2d8ce3329e503f756e"}, + {file = "types_redis-4.6.0.20240106-py3-none-any.whl", hash = "sha256:912de6507b631934bd225cdac310b04a58def94391003ba83939e5a10e99568d"}, ] [package.dependencies] @@ -3003,4 +3003,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7845cd2b36f305fb63c759720cf8dd33777802fc3b08f2750abd8ee48aad7d58" +content-hash = "00d887b06b0067e290ace130a78c4e4acd490d5a8bfe0fa81c705954bb20b84b" diff --git a/pyproject.toml b/pyproject.toml index 9c5306c7..8cac230f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ black = "^23.12.1" isort = "^5.13.2" ruff = "^0.1.11" yamllint = "^1.33.0" -types-redis = "^4.6.0.11" +types-redis = "^4.6.0.20240106" [build-system]