diff --git a/poetry.lock b/poetry.lock index ab083555a..7d26c287a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -589,14 +589,14 @@ redis = ["redis (>=2.10.5)"] [[package]] name = "cachetools" -version = "5.4.0" +version = "6.0.0" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "cachetools-5.4.0-py3-none-any.whl", hash = "sha256:3ae3b49a3d5e28a77a0be2b37dbcb89005058959cb2323858c2657c4a8cab474"}, - {file = "cachetools-5.4.0.tar.gz", hash = "sha256:b8adc2e7c07f105ced7bc56dbb6dfbe7c4a00acce20e2227b3f355be89bc6827"}, + {file = "cachetools-6.0.0-py3-none-any.whl", hash = "sha256:82e73ba88f7b30228b5507dce1a1f878498fc669d972aef2dde4f3a3c24f103e"}, + {file = "cachetools-6.0.0.tar.gz", hash = "sha256:f225782b84438f828328fc2ad74346522f27e5b1440f4e9fd18b20ebfd1aa2cf"}, ] [[package]] @@ -5600,4 +5600,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "5209013166825596880ed9ad65ec486935022abb48d39f152b37bc7cdaebf3e4" +content-hash = "b263470236837905f24deed96f4e7f9b874da393e7a78e7043da31390ffcd443" diff --git a/pyproject.toml b/pyproject.toml index eca04575b..186c81d9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ amqp = "==5.3.1" beautifulsoup4 = "==4.13.4" boto3 = "^1.34.150" botocore = "^1.34.159" -cachetools = "==5.4.0" +cachetools = "==6.0.0" celery = {version = "==5.5.2", extras = ["redis"]} certifi = ">=2022.12.7" cffi = "==1.17.1"