Skip to content

Commit d3b5963

Browse files
Update click requirement from <8.3.0 to <8.4.0
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@0.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b7b1b74 commit d3b5963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lint-check = [
6363
support-legacy = true # Create setup.py
6464

6565
[build-system]
66-
requires = ["hatchling", "hatch-regex-commit", "click<8.3.0"]
66+
requires = ["hatchling", "hatch-regex-commit", "click<8.4.0"]
6767
build-backend = "hatchling.build"
6868

6969
[project]

0 commit comments

Comments
 (0)