From 44dcbb3303d62f92d472062c32385a626e320fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:43:17 +0000 Subject: [PATCH] build(deps): bump cachetools in the all-dependencies group Bumps the all-dependencies group with 1 update: [cachetools](https://github.com/tkem/cachetools). Updates `cachetools` from 7.1.3 to 7.1.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.3...v7.1.4) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9f78a8c..106d6b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,14 +244,14 @@ files = [ [[package]] name = "cachetools" -version = "7.1.3" +version = "7.1.4" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-7.1.3-py3-none-any.whl", hash = "sha256:9876787e2346e20584d5cca236cb5d49d04e7193de91646f230725b2e1e8b804"}, - {file = "cachetools-7.1.3.tar.gz", hash = "sha256:135cfe944bc3c1e805505f65dae0bef375a2f96261171ab66c79ef77d0bda39d"}, + {file = "cachetools-7.1.4-py3-none-any.whl", hash = "sha256:323dc4127934744db5b54eb4924482d7edafbf9554e820d1531c2e08c0e4ef54"}, + {file = "cachetools-7.1.4.tar.gz", hash = "sha256:437f55a4e0c1b01a4f3077cc470e6991d47430970e36fbcb77e2be0df4fc1cd6"}, ] [[package]] @@ -2550,4 +2550,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "290d9299d0659d4d966c1f926bc915bda54697e5eb7859547c60576d553eb3e4" +content-hash = "5fa79fe9393d2aee569eb0d5dbdd610504729f51619d5520557c7566b444d097" diff --git a/pyproject.toml b/pyproject.toml index 7cb4252..e78c35c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ python = "^3.13" # Gradio needs 3.8+ grpcio = "<=1.80.0" grpcio-tools = "<=1.80.0" jsonpickle = "^4.1.1" -cachetools = "^7.1.3" +cachetools = "^7.1.4" nltk = "^3.9.4" inflect = "^7.5.0" pytest = "^9.0.3"