Skip to content

Commit 48fa086

Browse files
build(deps): bump click from 8.1.8 to 8.2.1 in /requirements (#21088)
* build(deps): bump click from 8.1.8 to 8.2.1 in /requirements Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.2.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 9ca360b commit 48fa086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/fabric/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ pytest-cov ==6.2.1
55
pytest-timeout ==2.4.0
66
pytest-rerunfailures ==15.1
77
pytest-random-order ==1.2.0
8-
click ==8.1.8
8+
click ==8.1.8; python_version < "3.11"
9+
click ==8.2.1; python_version > "3.10"
910
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute

0 commit comments

Comments
 (0)