Skip to content

Commit f428bff

Browse files
Update click requirement in /dev/breeze
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/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07ec02e commit f428bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/breeze/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"black>=25.0.0",
4848
# There is a bug in Click 8.2.0 and 8.2.1 that makes flag variables do not properly evaluate
4949
# "false"-y values set in environment variables. See https://github.com/pallets/click/issues/2952
50-
"click>=8.1.8,<8.2.0",
50+
"click>=8.1.8,<8.4.0",
5151
"filelock>=3.13.0",
5252
"flit>=3.12.0",
5353
"flit-core>=3.12.0",

0 commit comments

Comments
 (0)