Skip to content

Commit adb7c65

Browse files
build(deps): bump click from 8.3.0 to 8.3.1 in /requirements (#21378)
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](pallets/click@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
1 parent 1d062fc commit adb7c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/fabric/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ pytest-rerunfailures ==16.0.1; python_version < "3.10"
88
pytest-rerunfailures ==16.1; python_version >= "3.10"
99
pytest-random-order ==1.2.0
1010
click ==8.1.8; python_version < "3.11"
11-
click ==8.3.0; python_version > "3.10"
11+
click ==8.3.1; python_version > "3.10"
1212
tensorboardX >=2.6, <2.7.0 # todo: relax it back to `>=2.2` after fixing tests
1313
huggingface-hub

0 commit comments

Comments
 (0)