Skip to content

Commit 9fa50b2

Browse files
Bump click from 7.1.2 to 8.1.3 (#186)
Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.1.3. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@7.1.2...8.1.3) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad38128 commit 9fa50b2

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ anonlink = 'anonlinkclient.cli:cli'
4242
python = ">=3.8,<3.12"
4343
bashplotlib = "^0.6"
4444
blocklib = "^0.1"
45-
click = "^7.1.2"
45+
click = ">=7.1.2,<9.0.0"
4646
clkhash = "^0.17"
4747
jsonschema = ">=3.2,<5.0"
4848
requests = "^2.25.1"

0 commit comments

Comments
 (0)