From 6f18354e4ddbf03c94b936eb600a476f00b1a9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 09:33:23 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [cachetools](https://github.com/tkem/cachetools) and [gradio](https://github.com/gradio-app/gradio). Updates `cachetools` from 7.0.1 to 7.0.2 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v7.0.1...v7.0.2) Updates `gradio` from 6.7.0 to 6.8.0 - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@6.7.0...gradio@6.8.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gradio dependency-version: 6.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index daef2f1..870585a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -256,14 +256,14 @@ files = [ [[package]] name = "cachetools" -version = "7.0.1" +version = "7.0.2" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "cachetools-7.0.1-py3-none-any.whl", hash = "sha256:8f086515c254d5664ae2146d14fc7f65c9a4bce75152eb247e5a9c5e6d7b2ecf"}, - {file = "cachetools-7.0.1.tar.gz", hash = "sha256:e31e579d2c5b6e2944177a0397150d312888ddf4e16e12f1016068f0c03b8341"}, + {file = "cachetools-7.0.2-py3-none-any.whl", hash = "sha256:938dcad184827c5e94928c4fd5526e2b46692b7fb1ae94472da9131d0299343c"}, + {file = "cachetools-7.0.2.tar.gz", hash = "sha256:7e7f09a4ca8b791d8bb4864afc71e9c17e607a28e6839ca1a644253c97dbeae0"}, ] [[package]] @@ -699,14 +699,14 @@ tqdm = ["tqdm"] [[package]] name = "gradio" -version = "6.7.0" +version = "6.8.0" description = "Python library for easily interacting with trained machine learning models" optional = false python-versions = ">=3.10" groups = ["demo"] files = [ - {file = "gradio-6.7.0-py3-none-any.whl", hash = "sha256:940076fac276454926e663059b6d43fd2d9eeea4a56bf4231d0215d6a851882c"}, - {file = "gradio-6.7.0.tar.gz", hash = "sha256:a0a7e911571f00163a35a0d9b6811a444f7bf4c95cfd294eb506a3c054e9fa66"}, + {file = "gradio-6.8.0-py3-none-any.whl", hash = "sha256:1ece9f3d075bec3da5a6e69c77fa03ddcf3b14af56a9ca843a499406c2b3afd6"}, + {file = "gradio-6.8.0.tar.gz", hash = "sha256:79154e7b77ff2deb4570e94eba9a900b7b9495121e24376c2f6cfa30fee1b92d"}, ] [package.dependencies] @@ -2561,4 +2561,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "698eda86b619536e70296219d3f757f4d5b44191474a19986b606411431e14a2" +content-hash = "b4396cbbb072f7fd8b6201bb9159676c497b34f948b6c17a2435422fdb802610" diff --git a/pyproject.toml b/pyproject.toml index e7253c7..156fb36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ python = "^3.13" # Gradio needs 3.8+ grpcio = "<=1.78.1" grpcio-tools = "<=1.78.1" jsonpickle = "^4.1.1" -cachetools = "^7.0.1" +cachetools = "^7.0.2" nltk = "^3.9.3" inflect = "^7.5.0" pytest = "^9.0.2" @@ -93,7 +93,7 @@ flake8-2020 = "^1.7.0" [tool.poetry.group.demo.dependencies] -gradio = "^6.7.0" +gradio = "^6.8.0" [build-system] requires = ["poetry-core"]