From b94b8df435ba19ac64f7693000388ec64dbd8552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:03:27 +0000 Subject: [PATCH] build(deps): bump click from 8.3.0 to 8.3.1 in /requirements Bumps [click](https://github.com/pallets/click) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/fabric/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/fabric/test.txt b/requirements/fabric/test.txt index ed72f25dd3257..1363d85775c76 100644 --- a/requirements/fabric/test.txt +++ b/requirements/fabric/test.txt @@ -8,6 +8,6 @@ pytest-rerunfailures ==16.0.1; python_version < "3.10" pytest-rerunfailures ==16.1; python_version >= "3.10" pytest-random-order ==1.2.0 click ==8.1.8; python_version < "3.11" -click ==8.3.0; python_version > "3.10" +click ==8.3.1; python_version > "3.10" tensorboardX >=2.6, <2.7.0 # todo: relax it back to `>=2.2` after fixing tests huggingface-hub