diff --git a/poetry.lock b/poetry.lock index 89991c569..51c87bc29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.2.3" +version = "6.2.4" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.2.3-py3-none-any.whl", hash = "sha256:3fde34f7033979efb1e79b07ae529c2c40808bdd23b0b731405a48439254fba5"}, - {file = "cachetools-6.2.3.tar.gz", hash = "sha256:64e0a4ddf275041dd01f5b873efa87c91ea49022b844b8c5d1ad3407c0f42f1f"}, + {file = "cachetools-6.2.4-py3-none-any.whl", hash = "sha256:69a7a52634fed8b8bf6e24a050fb60bff1c9bd8f6d24572b99c32d4e71e62a51"}, + {file = "cachetools-6.2.4.tar.gz", hash = "sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607"}, ] [[package]] @@ -4495,4 +4495,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "0cef0b7c4ce3f1899fe198321c1f6182c7aef18294bf355ec4f8a7f628f745ed" +content-hash = "0b60849eda55fa0af3b8d347d4c0ec4b3979d6e6b1d00744cbda18a2028a58a0" diff --git a/pyproject.toml b/pyproject.toml index 75580820e..e08ddba88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ async-timeout = "^5.0.1" bleach = "^6.3.0" boto3 = "^1.35.99" botocore = "^1.35.99" -cachetools = "^6.2.3" +cachetools = "^6.2.4" cffi = "^2.0.0" cryptography = "^46.0.3" flask-redis = "^0.4.0"