diff options
author | 2024-03-24 21:00:33 +0000 | |
---|---|---|
committer | 2024-03-24 21:00:33 +0000 | |
commit | 578b2218f36d1dcf35e94cafd232ba5e7116c26d (patch) | |
tree | 591c260cf597ee1b1444c84ed6f23975b7aebe85 /poetry.lock | |
parent | Lint repo with new ruff rules (diff) |
Remove the requirement for <3.12 for fakeredis
lupa now has support for 3.12, so this restriction can be removed
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 2 |
1 files changed, 1 insertions, 1 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" |