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] <support@github.com>
pull/644/head
dependabot[bot] 2023-03-23 11:01:18 +00:00 committed by GitHub
parent 1783314c33
commit da59d72056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"