Skip to content

Commit 159a5aa

Browse files
dependabot[bot]potiuk
authored andcommitted
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.2.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a46a837 commit 159a5aa

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>=23.11.0",
4848
# TODO: Click 8.2.0 is Python 3.10+ only by mistake (should be ~3.8) so we should limit it
4949
# until this is fixed https://github.com/pallets/click/issues/2896
50-
"click>=8.1.8, <8.2.0",
50+
"click>=8.1.8, <8.3.0",
5151
"filelock>=3.13.0",
5252
"flit>=3.12.0",
5353
"flit-core>=3.12.0",

0 commit comments

Comments
 (0)