From 94647276416b32d5adbf86806622e63149332341 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 19:53:12 +0000 Subject: [PATCH] fix(deps): update dependency cachetools to ^5.5.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e2ab7c38..bf9c5eb72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,7 +162,7 @@ python-versions = ">=3.7" [[package]] name = "cachetools" -version = "5.3.3" +version = "5.5.0" description = "Extensible memoizing collections and decorators" category = "main" optional = false @@ -1093,7 +1093,7 @@ propcache = ">=0.2.0" [metadata] lock-version = "1.1" python-versions = "~3.12.2" -content-hash = "d99708daed4dd6ac2866e745f1090e6b98e0d635e5f328f070994e08d999b4e8" +content-hash = "6aa5c0e9c2672e421467747001b4f57c7371ed227b41b4c9ca17c4d255f9914b" [metadata.files] aiohappyeyeballs = [ @@ -1257,8 +1257,8 @@ cachelib = [ {file = "cachelib-0.10.2.tar.gz", hash = "sha256:593faeee62a7c037d50fc835617a01b887503f972fb52b188ae7e50e9cb69740"}, ] cachetools = [ - {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"}, - {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"}, + {file = "cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292"}, + {file = "cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a"}, ] cairocffi = [ {file = "cairocffi-1.6.1-py3-none-any.whl", hash = "sha256:aa78ee52b9069d7475eeac457389b6275aa92111895d78fbaa2202a52dac112e"}, diff --git a/pyproject.toml b/pyproject.toml index 211171192..c012caaea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ gunicorn = "^21.2.0" blinker = "^1.6.3" markdown = "^3.5.2" requests = "^2.28.1" -cachetools = "^5.3.3" +cachetools = "^5.5.0" inflection = "^0.5.1" protobuf = "^4.21.9" contentful = "^2.0.0"