From 1ec8bd2b15082efd1c30be04c8359df00ed8705a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:48:13 +0000 Subject: [PATCH] Bump cachetools from 5.5.2 to 7.1.4 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.5.2 to 7.1.4. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.5.2...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 705724f..933d692 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -36,14 +36,14 @@ trio = ["trio (<0.22)"] [[package]] name = "cachetools" -version = "5.5.2" +version = "7.1.4" description = "Extensible memoizing collections and decorators" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-5.5.2-py3-none-any.whl", hash = "sha256:d26a22bcc62eb95c3beabd9f1ee5e820d3d2704fe2967cbe350e20c8ffcd3f0a"}, - {file = "cachetools-5.5.2.tar.gz", hash = "sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4"}, + {file = "cachetools-7.1.4-py3-none-any.whl", hash = "sha256:323dc4127934744db5b54eb4924482d7edafbf9554e820d1531c2e08c0e4ef54"}, + {file = "cachetools-7.1.4.tar.gz", hash = "sha256:437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6"}, ] [[package]] @@ -2342,4 +2342,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f1f87f1c0f1ed925b18620061ef7f76bc838cf1d84aeeeaccddb5d9691b27ed6" +content-hash = "f3eabb34994f63d87f2a04e39fcdb596c8e5037def1a461836e826d4c134bbba" diff --git a/pyproject.toml b/pyproject.toml index 124569c..8a838e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydantic = "^2.5.0" pydantic-settings = "^2.1.0" openai = "^1.6.0" python-multipart = "^0.0.6" -cachetools = "^5.3.2" +cachetools = "^7.1.4" httpx = "^0.25.0" pandas = "^2.3.3" prometheus-client = "^0.19.0"