From 8cb6f8b5ec2f8c34021467e57ba577f3d31734d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:47:05 +0000 Subject: [PATCH] build(deps): bump cachetools Bumps the all-dependencies group with 1 update in the / directory: [cachetools](https://github.com/tkem/cachetools). Updates `cachetools` from 7.1.1 to 7.1.3 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.1.1...v7.1.3) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 e5f0260..9f78a8c 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-doc" @@ -244,14 +244,14 @@ files = [ [[package]] name = "cachetools" -version = "7.1.1" +version = "7.1.3" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-7.1.1-py3-none-any.whl", hash = "sha256:0335cd7a0952d2b22327441fb0628139e234c565559eeb91a8a4ac7551c5353d"}, - {file = "cachetools-7.1.1.tar.gz", hash = "sha256:27bdf856d68fd3c71c26c01b5edc312124ed427524d1ddb31aa2b7746fe20d4b"}, + {file = "cachetools-7.1.3-py3-none-any.whl", hash = "sha256:9876787e2346e20584d5cca236cb5d49d04e7193de91646f230725b2e1e8b804"}, + {file = "cachetools-7.1.3.tar.gz", hash = "sha256:135cfe944bc3c1e805505f65dae0bef375a2f96261171ab66c79ef77d0bda39d"}, ] [[package]] @@ -1046,7 +1046,7 @@ version = "3.15" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.8" -groups = ["demo", "dev"] +groups = ["demo"] files = [ {file = "idna-3.15-py3-none-any.whl", hash = "sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8"}, {file = "idna-3.15.tar.gz", hash = "sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc"}, @@ -2550,4 +2550,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "b7a41c802dae1f83d85fade97ec7312849fc280903ac2653ec864d200292b849" +content-hash = "290d9299d0659d4d966c1f926bc915bda54697e5eb7859547c60576d553eb3e4" diff --git a/pyproject.toml b/pyproject.toml index d23d3a9..7cb4252 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.1" +cachetools = "^7.1.3" nltk = "^3.9.4" inflect = "^7.5.0" pytest = "^9.0.3"