Skip to content

Commit 57dea0d

Browse files
build(deps): update click requirement in the updates group
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. Updates `click` to 8.3.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.2.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production dependency-group: updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9bd49a4 commit 57dea0d

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
@@ -65,7 +65,7 @@ requires-python = "<4.0, >=3.13"
6565

6666
# 2: Required dependencies.
6767
dependencies = [
68-
"click <8.3, >=8.2.1",
68+
"click >=8.2.1, <8.4",
6969
"coloredlogs <16.0, >=15.0.1",
7070
"cryptography >=37.0.2",
7171
"python-dotenv <1.2, >=1.1.0",

0 commit comments

Comments
 (0)