Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit f2f05ac

Browse files
build(deps): update click requirement from <=8.1.3,>=7.1.2 to >=7.1.2,<=8.1.6 in /requirements (#1652)
build(deps): update click requirement in /requirements Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](pallets/click@7.1.2...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9789c3 commit f2f05ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytorch-lightning >1.8.0, <2.0.0 # strict
99
pyDeprecate >0.2.0
1010
pandas >1.1.0, <=2.0.3
1111
jsonargparse[signatures] >=4.22.0, <4.23.0
12-
click >=7.1.2, <=8.1.3
12+
click >=7.1.2, <=8.1.6
1313
protobuf <=3.20.1
1414
fsspec[http] >=2022.5.0,<=2023.6.0
1515
lightning-utilities >=0.4.1

0 commit comments

Comments
 (0)