diff --git a/poetry.lock b/poetry.lock index ab7369c..8ec4dae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,13 +308,13 @@ cryptography = ">=3.2" [[package]] name = "cachetools" -version = "5.3.1" +version = "5.3.2" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.3.1-py3-none-any.whl", hash = "sha256:95ef631eeaea14ba2e36f06437f36463aac3a096799e876ee55e5cdccb102590"}, - {file = "cachetools-5.3.1.tar.gz", hash = "sha256:dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b"}, + {file = "cachetools-5.3.2-py3-none-any.whl", hash = "sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1"}, + {file = "cachetools-5.3.2.tar.gz", hash = "sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2"}, ] [[package]] @@ -2126,4 +2126,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "8b540238e35c64b1359053ba29131297cf6b534f70fef6bd144152c74671fec8" +content-hash = "7e755f93ef5bd7a20259a6836b13092b895e1eb3e4e33b727bc8ce6a4c8261ed" diff --git a/pyproject.toml b/pyproject.toml index eea27ba..1534cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Authlib = "^1.2.1" SQLAlchemy-Searchable = "^1.4.1" httpx = {extras = ["http2"], version = "^0.25.0"} pygtrie = "^2.5.0" -cachetools = "^5.3.1" +cachetools = "^5.3.2" rapidfuzz = "^3.3.1" aioretry = "^5.0.2" pydantic = "^2.4.2"