aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock29
-rw-r--r--pyproject.toml1
2 files changed, 16 insertions, 14 deletions
diff --git a/poetry.lock b/poetry.lock
index 6d8fa2789..e9cc816fb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -297,21 +297,22 @@ testing = ["pre-commit"]
[[package]]
name = "fakeredis"
-version = "1.8.1"
+version = "1.7.5"
description = "Fake implementation of redis API for testing purposes."
category = "main"
optional = false
-python-versions = ">=3.7,<4.0"
+python-versions = ">=3.7"
[package.dependencies]
-lupa = {version = ">=1.13,<2.0", optional = true, markers = "extra == \"lua\""}
-redis = "<4.4"
-six = ">=1.16.0,<2.0.0"
-sortedcontainers = ">=2.4.0,<3.0.0"
+lupa = {version = "*", optional = true, markers = "extra == \"lua\""}
+packaging = "*"
+redis = "<=4.3.1"
+six = ">=1.12"
+sortedcontainers = "*"
[package.extras]
-aioredis = ["aioredis (>=2.0.1,<3.0.0)"]
-lua = ["lupa (>=1.13,<2.0)"]
+aioredis = ["aioredis"]
+lua = ["lupa"]
[[package]]
name = "feedparser"
@@ -908,7 +909,7 @@ full = ["numpy"]
[[package]]
name = "redis"
-version = "4.3.4"
+version = "4.3.1"
description = "Python client for Redis database and key-value store"
category = "main"
optional = false
@@ -1144,7 +1145,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
-content-hash = "43f0af79499bce31a2816e3738604da95e31b307395fd174cea2c9ed23aa863f"
+content-hash = "c55988d11516f1e4a8d81f027acda6c186bf8d27376329224a0d737497dc8679"
[metadata.files]
aiodns = [
@@ -1394,8 +1395,8 @@ execnet = [
{file = "execnet-1.9.0.tar.gz", hash = "sha256:8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5"},
]
fakeredis = [
- {file = "fakeredis-1.8.1-py3-none-any.whl", hash = "sha256:4a0f8fe0d5c18147864db50ae2e86f667420ea06653bec08b3a5fccfd3fbde6f"},
- {file = "fakeredis-1.8.1.tar.gz", hash = "sha256:ca516f86181f85615cd8210854b43acbe7b1f37ed8a082c5557749c73f2f0dd3"},
+ {file = "fakeredis-1.7.5-py3-none-any.whl", hash = "sha256:c4ca2be686e7e7637756ccc7dcad8472a5e4866b065431107d7a4b7a250d4e6f"},
+ {file = "fakeredis-1.7.5.tar.gz", hash = "sha256:49375c630981dd4045d9a92e2709fcd4476c91f927e0228493eefa625e705133"},
]
feedparser = [
{file = "feedparser-6.0.8-py3-none-any.whl", hash = "sha256:1b7f57841d9cf85074deb316ed2c795091a238adb79846bc46dccdaf80f9c59a"},
@@ -2096,8 +2097,8 @@ rapidfuzz = [
{file = "rapidfuzz-2.0.7.tar.gz", hash = "sha256:93bf42784fd74ebf1a8e89ca1596e9bea7f3ac4a61b825ecc6eb2d9893ad6844"},
]
redis = [
- {file = "redis-4.3.4-py3-none-any.whl", hash = "sha256:a52d5694c9eb4292770084fa8c863f79367ca19884b329ab574d5cb2036b3e54"},
- {file = "redis-4.3.4.tar.gz", hash = "sha256:ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880"},
+ {file = "redis-4.3.1-py3-none-any.whl", hash = "sha256:84316970995a7adb907a56754d2b92d88fc2d252963dc5ac34c88f0f1a22c25d"},
+ {file = "redis-4.3.1.tar.gz", hash = "sha256:94b617b4cd296e94991146f66fc5559756fbefe9493604f0312e4d3298ac63e9"},
]
regex = [
{file = "regex-2022.3.15-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:42eb13b93765c6698a5ab3bcd318d8c39bb42e5fa8a7fcf7d8d98923f3babdb1"},
diff --git a/pyproject.toml b/pyproject.toml
index 6d247e8df..ce9dbe5d9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/
aiodns = "3.0.0"
aiohttp = "3.8.1"
aioredis = "1.3.1"
+fakeredis = "1.7.5"
arrow = "1.2.2"
async-rediscache = { version = "0.2.0", extras = ["fakeredis"] }
beautifulsoup4 = "4.10.0"