chg: Bump deps

pull/638/head
Raphaël Vinot 2023-03-12 19:24:49 +01:00
parent 07c365e3bb
commit d9eec029c2
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -2790,14 +2790,14 @@ files = [
[[package]]
name = "types-redis"
version = "4.5.1.4"
version = "4.5.1.5"
description = "Typing stubs for redis"
category = "dev"
optional = false
python-versions = "*"
files = [
{file = "types-redis-4.5.1.4.tar.gz", hash = "sha256:7660178754d60a4cfacf5b33ee063aa0625311791c62075cd936136627a3f7bf"},
{file = "types_redis-4.5.1.4-py3-none-any.whl", hash = "sha256:4ad21473605b9e1f96162b1298383dcbc73daa3bec2abe1fd3e81d077753f9ab"},
{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"},
]
[package.dependencies]
@ -2890,14 +2890,14 @@ files = [
[[package]]
name = "urllib3"
version = "1.26.14"
version = "1.26.15"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
{file = "urllib3-1.26.14-py2.py3-none-any.whl", hash = "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1"},
{file = "urllib3-1.26.14.tar.gz", hash = "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"},
{file = "urllib3-1.26.15-py2.py3-none-any.whl", hash = "sha256:aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42"},
{file = "urllib3-1.26.15.tar.gz", hash = "sha256:8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305"},
]
[package.extras]
@ -3175,4 +3175,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "c15f6f7e36fe4233045fed2f90d94859d885c1008204a65f310eee9a0a8a5ab7"
content-hash = "4dbde052bdba5e3dd2c8069b462e96757f37481e8872a7920af744c3fe2978ae"

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.4"
types-redis = "^4.5.1.5"
types-requests = "^2.28.11.15"
types-pkg-resources = "^0.1.3"
types-Deprecated = "^1.2.9.1"