diff --git a/poetry.lock b/poetry.lock index 82685f1..a19ecac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -385,13 +385,13 @@ cffi = ">=1.0.0" [[package]] name = "cachetools" -version = "5.3.3" +version = "5.4.0" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"}, - {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"}, + {file = "cachetools-5.4.0-py3-none-any.whl", hash = "sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474"}, + {file = "cachetools-5.4.0.tar.gz", hash = "sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827"}, ] [[package]] @@ -2471,4 +2471,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "188b9abcfb5ae73b95077472f8b0b4d780bd340386759fb80e50ba864d6ae69b" +content-hash = "42e82657dd2e89affe18c6ef21fffdf4d7a0363382a10a5f3ef227bc49e6312c" diff --git a/pyproject.toml b/pyproject.toml index 7e4fe5a..8b28a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ rich = "13.7.1" discord-webhook = { version = "1.3.1", extras = ["async"] } python-multipart = "0.0.9" passlib = { version = "1.7.4", extras = ["bcrypt"] } -cachetools = "5.3.3" +cachetools = "5.4.0" asyncache = "0.3.1" hypercorn = "0.17.3" tzdata = "2024.1"