Skip to content
Snippets Groups Projects
Commit 1b02ecb3 authored by RenovateBot's avatar RenovateBot
Browse files

chore(deps): update dependency aioredis to v2

parent 6086f581
No related branches found
No related tags found
1 merge request!53chore(deps): update dependency aioredis to v2
Pipeline #26297 passed with stages
in 5 minutes and 20 seconds
......@@ -35,15 +35,18 @@ sa = ["sqlalchemy[postgresql-psycopg2binary] (>=1.3,<1.5)"]
[[package]]
name = "aioredis"
version = "1.3.1"
version = "2.0.1"
description = "asyncio (PEP 3156) Redis support"
category = "main"
optional = false
python-versions = "*"
python-versions = ">=3.6"
[package.dependencies]
async-timeout = "*"
hiredis = "*"
typing-extensions = "*"
[package.extras]
hiredis = ["hiredis (>=1.0)"]
[[package]]
name = "aioresponses"
......@@ -701,7 +704,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = ">=3.9,<4.0"
content-hash = "a718b188e0af37d64aa5cce02a8f533bfb9e45ad111dff1eae8cf2ee5624aa91"
content-hash = "ab7b0e269366b4cd64edda40f04fe4be917a1da2a6b4052a3602291dffb4de05"
[metadata.files]
aiohttp = [
......@@ -798,8 +801,8 @@ aiopg = [
{file = "aiopg-1.4.0.tar.gz", hash = "sha256:116253bef86b4d954116716d181e9a0294037f266718b2e1c9766af995639d71"},
]
aioredis = [
{file = "aioredis-1.3.1-py3-none-any.whl", hash = "sha256:b61808d7e97b7cd5a92ed574937a079c9387fdadd22bfbfa7ad2fd319ecc26e3"},
{file = "aioredis-1.3.1.tar.gz", hash = "sha256:15f8af30b044c771aee6787e5ec24694c048184c7b9e54c3b60c750a4b93273a"},
{file = "aioredis-2.0.1-py3-none-any.whl", hash = "sha256:9ac0d0b3b485d293b8ca1987e6de8658d7dafcca1cddfcd1d506cae8cdebfdd6"},
{file = "aioredis-2.0.1.tar.gz", hash = "sha256:eaa51aaf993f2d71f54b70527c440437ba65340588afeb786cd87c55c89cd98e"},
]
aioresponses = [
{file = "aioresponses-0.7.3-py2.py3-none-any.whl", hash = "sha256:7b1897169062c92fa87d6ecc503ac566ac87fbfacb2504f8ca81c8035a2eb068"},
......
......@@ -9,7 +9,7 @@ python = ">=3.9,<4.0"
aiopg = "1.4.0"
aiohttp = "3.8.3"
click = "8.1.3"
aioredis = "1.3.1"
aioredis = "2.0.1"
marshmallow = "~=3"
semver = "2.13.0"
asynctest = "0.13.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment