diff --git a/poetry.lock b/poetry.lock index b3016b415..5532baf27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -582,14 +582,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "6.0.0" +version = "6.1.0" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"}, - {file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"}, + {file = "cachetools-6.1.0-py3-none-any.whl", hash = "sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e"}, + {file = "cachetools-6.1.0.tar.gz", hash = "sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587"}, ] [[package]] @@ -5587,4 +5587,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "81e9884060dde73a08dfea4fa01a34345c78cfa64519ae9364dc9aca9c55f222" +content-hash = "489b7e304a489490abf5f5f2219254c0f1027c1654c8dec8ba5bc15b3f764645" diff --git a/pyproject.toml b/pyproject.toml index 959a6470b..e6205ecfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ amqp = "==5.3.1" beautifulsoup4 = "==4.13.4" boto3 = "^1.38.27" botocore = "^1.38.27" -cachetools = "==6.0.0" +cachetools = "==6.1.0" celery = {version = "==5.5.3", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==1.17.1"