diff --git a/poetry.lock b/poetry.lock index d5e203e..1483976 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "antlr4-python3-runtime" @@ -141,13 +141,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[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]] @@ -2133,4 +2133,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "f52852de6604c85282dcda8a716b03fc1a02ec7caa63fc708b6451ef4fe63d24" +content-hash = "85edb83c1977044ca50239efee91402391a7b6bbf1c1dbdb52a133eb53ce0484" diff --git a/pyproject.toml b/pyproject.toml index 103bbbf..466efdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ uvicorn = { extras = ["standart"], version = "~0.30" } omegaconf = "~2.3" # caching utils -cachetools = "~5.3" +cachetools = "~5.4" asyncache = "~0.3" loguru = "~0.7"