From 61719d429845a704f325b9e602c238592c9847e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:20:33 +0000 Subject: [PATCH] Bump gradio from 6.2.0 to 6.3.0 in the all-dependencies group Bumps the all-dependencies group with 1 update: [gradio](https://github.com/gradio-app/gradio). Updates `gradio` from 6.2.0 to 6.3.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.2.0...gradio@6.3.0) --- updated-dependencies: - dependency-name: gradio dependency-version: 6.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index a5bc2e8..3a4d681 100644 --- a/poetry.lock +++ b/poetry.lock @@ -699,14 +699,14 @@ tqdm = ["tqdm"] [[package]] name = "gradio" -version = "6.2.0" +version = "6.3.0" description = "Python library for easily interacting with trained machine learning models" optional = false python-versions = ">=3.10" groups = ["demo"] files = [ - {file = "gradio-6.2.0-py3-none-any.whl", hash = "sha256:65bcd9e26e77e9be8d688abdb18351d3f537ed16418c4274a513f280894317ed"}, - {file = "gradio-6.2.0.tar.gz", hash = "sha256:f4f1d7407d5179ac3917ffb2f40545c6c23146bde4257b0bd5110e7b5e862e5b"}, + {file = "gradio-6.3.0-py3-none-any.whl", hash = "sha256:f33d8a2b6ca240a85c502ac83f82d30a6a8c5fe6e59bfe6a2ad740ce2c677a3d"}, + {file = "gradio-6.3.0.tar.gz", hash = "sha256:fef669ff0515d6cb85503a11f78740d82d7f10e3c243777a8603831ea9633217"}, ] [package.dependencies] @@ -716,7 +716,7 @@ audioop-lts = {version = "<1.0", markers = "python_version >= \"3.13\""} brotli = ">=1.1.0" fastapi = ">=0.115.2,<1.0" ffmpy = "*" -gradio-client = "2.0.2" +gradio-client = "2.0.3" groovy = ">=0.1,<1.0" httpx = ">=0.24.1,<1.0" huggingface-hub = ">=0.33.5,<2.0" @@ -745,14 +745,14 @@ oauth = ["authlib", "itsdangerous"] [[package]] name = "gradio-client" -version = "2.0.2" +version = "2.0.3" description = "Python library for easily interacting with trained machine learning models" optional = false python-versions = ">=3.10" groups = ["demo"] files = [ - {file = "gradio_client-2.0.2-py3-none-any.whl", hash = "sha256:46a7f63eaa7758fe2e38be7f78f26a1fff48a7b526ebdd87141b050e08556622"}, - {file = "gradio_client-2.0.2.tar.gz", hash = "sha256:9800a3cead74881ffb3b0d6b731ea4a8e3c52d2ba63d5ab350e30db53566d4bf"}, + {file = "gradio_client-2.0.3-py3-none-any.whl", hash = "sha256:bcc88da74e3a387bcd41535578abbafe2091bcf4715c9542111804741b9e50b0"}, + {file = "gradio_client-2.0.3.tar.gz", hash = "sha256:8f1cec02dccaf64ac0285ed60479a2b0db3778dfe74c85a36d7ec9a95daeccc4"}, ] [package.dependencies] @@ -2548,4 +2548,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "e663e89e047662b384128a76a0e1d1ffade2f2653fa2393acffb583fde3e3c29" +content-hash = "92d5865cca610a00bcbf6618d1338617ff6f98f8c3e18445bf91df9cc920b492" diff --git a/pyproject.toml b/pyproject.toml index c608fb7..5ac1973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ flake8-2020 = "^1.7.0" [tool.poetry.group.demo.dependencies] -gradio = "^6.2.0" +gradio = "^6.3.0" [build-system] requires = ["poetry-core"]