From da59d72056beb5a3b274d161387f803c987ec35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:01:18 +0000 Subject: [PATCH] build(deps-dev): bump types-redis from 4.5.1.5 to 4.5.3.0 Bumps [types-redis](https://github.com/python/typeshed) from 4.5.1.5 to 4.5.3.0. - [Release notes](https://github.com/python/typeshed/releases) - [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 603ac6ed..bf2e9c81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "aiohttp" @@ -2793,14 +2793,14 @@ files = [ [[package]] name = "types-redis" -version = "4.5.1.5" +version = "4.5.3.0" description = "Typing stubs for redis" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-redis-4.5.1.5.tar.gz", hash = "sha256:f516254bd593023110a38b77e80d5a76a7f033f1d94c53bee09a7d5d0433f34d"}, - {file = "types_redis-4.5.1.5-py3-none-any.whl", hash = "sha256:43d92b4d6315a45bb0e9a790683ba4448ada88cd1233f3f9886fa6f783f53956"}, + {file = "types-redis-4.5.3.0.tar.gz", hash = "sha256:f23415e448ca25ec5028c24fdf3717a13f0c905eb1933733e8a8a7d4952f6908"}, + {file = "types_redis-4.5.3.0-py3-none-any.whl", hash = "sha256:7c1d5fdb0a2d5fd92eac37ce382fdb47d99a69889e7d6c2bc4479148ac646c73"}, ] [package.dependencies] @@ -3177,4 +3177,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "3d8c16f3a6ff1c8735d5a6f24ceb15cd58c7e28845d5f29eb0f594a56e662dd9" +content-hash = "4f4ccd2095c8028ff2e8b06a54a34ccf3707fa0efe8dbba514bb7d901cf385ce" diff --git a/pyproject.toml b/pyproject.toml index 4fe8d60d..f7fd5c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pylookyloomonitoring = "^0.2.0" [tool.poetry.group.dev.dependencies] mypy = "^1.1.1" ipython = "^8.11.0" -types-redis = "^4.5.1.5" +types-redis = "^4.5.3.0" types-requests = "^2.28.11.15" types-pkg-resources = "^0.1.3" types-Deprecated = "^1.2.9.1"