diff --git a/poetry.lock b/poetry.lock index b0b8a214e..67bc85306 100644 --- a/poetry.lock +++ b/poetry.lock @@ -327,14 +327,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.1.0" +version = "6.2.0" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"}, - {file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"}, + {file = "cachetools-6.2.0-py3-none-any.whl", hash = "sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6"}, + {file = "cachetools-6.2.0.tar.gz", hash = "sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32"}, ] [[package]] @@ -4220,4 +4220,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "dc2fa90c35105acfea8079bfee2aa77c526d57950a1460a3c5338d13cdc72e28" +content-hash = "0f2810948115d6b3342e0d36c29d5483d7440e471ee7df8ce8f53ebdeab371bb" diff --git a/pyproject.toml b/pyproject.toml index 1e71f5d2c..bbfd7e412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ async-timeout = "^5.0.1" bleach = "^6.1.0" boto3 = "^1.35.99" botocore = "^1.35.99" -cachetools = "^6.1.0" +cachetools = "^6.2.0" cffi = "^1.16.0" cryptography = "^45.0.6" flask-redis = "^0.4.0"