diff --git a/poetry.lock b/poetry.lock index 15c517c2..5f0b4be6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -373,13 +373,13 @@ virtualenv = ["virtualenv (>=20.0.35)"] [[package]] name = "cachetools" -version = "5.5.1" +version = "5.5.2" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.5.1-py3-none-any.whl", hash = "sha256:b76651fdc3b24ead3c648bbdeeb940c1b04d365b38b4af66788f9ec4a81d42bb"}, - {file = "cachetools-5.5.1.tar.gz", hash = "sha256:70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95"}, + {file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"}, + {file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"}, ] [[package]] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "41213658db6d6645acd2b7ce6b7918db02fa16da0946130dcb0c583983f7d724" +content-hash = "6eb5059a992c25c65e98e202e48eab0e23964dceafd419cfc0b5814ee7fc8784" diff --git a/pyproject.toml b/pyproject.toml index 5e6cfb02..df5391b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ alembic = "==1.14.1" pygments = "==2.19.1" sqlite-vec-sl-tmp = "==0.0.4" greenlet = "==3.1.1" -cachetools = "==5.5.1" +cachetools = "==5.5.2" legacy-cgi = "==2.6.2" presidio-analyzer = "==2.2.357" presidio-anonymizer = "==2.2.357"