build(deps): bump redis from 4.5.1 to 4.5.3

Bumps [redis](https://github.com/redis/redis-py) from 4.5.1 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.1...v4.5.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/21/head
dependabot[bot] 2023-03-27 21:34:17 +00:00 committed by GitHub
parent 9414a82551
commit e3f99bb38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.4.1 and should not be changed by hand. # This file is automatically @generated by Poetry and should not be changed by hand.
[[package]] [[package]]
name = "aiohttp" name = "aiohttp"
@ -1438,18 +1438,18 @@ files = [
[[package]] [[package]]
name = "redis" name = "redis"
version = "4.5.1" version = "4.5.3"
description = "Python client for Redis database and key-value store" description = "Python client for Redis database and key-value store"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "redis-4.5.1-py3-none-any.whl", hash = "sha256:5deb072d26e67d2be1712603bfb7947ec3431fb0eec9c578994052e33035af6d"}, {file = "redis-4.5.3-py3-none-any.whl", hash = "sha256:7df17a0a2b72a4c8895b462dd07616c51b1dcb48fdd7ecb7b6f4bf39ecb2e94e"},
{file = "redis-4.5.1.tar.gz", hash = "sha256:1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864"}, {file = "redis-4.5.3.tar.gz", hash = "sha256:56732e156fe31801c4f43396bd3ca0c2a7f6f83d7936798531b9848d103381aa"},
] ]
[package.dependencies] [package.dependencies]
async-timeout = ">=4.0.2" async-timeout = {version = ">=4.0.2", markers = "python_version < \"3.11\""}
hiredis = {version = ">=1.0.0", optional = true, markers = "extra == \"hiredis\""} hiredis = {version = ">=1.0.0", optional = true, markers = "extra == \"hiredis\""}
[package.extras] [package.extras]
@ -1815,4 +1815,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.1" python-versions = "^3.8.1"
content-hash = "c701984d2331008bd4006c177d99444a3969b43346e3a8a6f7efe2817d3d72eb" content-hash = "98ac422435f6511047b648d887f3d593d5cb051900e9ccc19bee0cc017bfe19b"

View File

@ -25,7 +25,7 @@ ssfetcher = "bin.ssfetcher:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8.1" python = "^3.8.1"
redis = {version = "^4.5.1,!=4.5.2", extras = ["hiredis"]} redis = {version = "^4.5.3", extras = ["hiredis"]}
flask-restx = "^1.1.0" flask-restx = "^1.1.0"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
python-dateutil = "^2.8.2" python-dateutil = "^2.8.2"