diff options
-rw-r--r-- | poetry.lock | 2 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 86a56b93..2602dfcb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2040,4 +2040,4 @@ fakeredis = ["fakeredis"] [metadata] lock-version = "2.0" python-versions = "3.11.* || 3.12.*" -content-hash = "03af5de33668b996161fb7b20bf47dafa6ab60de201e4935ed195591e4d075c9" +content-hash = "1899384d2275884e0af4582aad540a44a6c2be1f76a9d777107b6718cfb8ab12" diff --git a/pyproject.toml b/pyproject.toml index 09453c31..68299ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = "3.11.* || 3.12.*" "discord.py" = "~=2.3.2" async-rediscache = { version = "1.0.0rc2", optional = true } -fakeredis = { version = "~=2.0", extras = ["lua"], optional = true, python = "<3.12" } +fakeredis = { version = "~=2.0", extras = ["lua"], optional = true } pydantic = "~=2.6" statsd = "~=4.0" aiodns = "~=3.1" |