diff --git a/poetry.lock b/poetry.lock index d5e203e..de3f9b7 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.5.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.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"}, + {file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"}, ] [[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 = "8efc94d669eb6a7cf46d2702539742f792e9388e296e9e9ebfda3408e5994706" diff --git a/pyproject.toml b/pyproject.toml index 103bbbf..65e3ef4 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.5" asyncache = "~0.3" loguru = "~0.7"