Skip to content

Commit

Permalink
Bump click from 7.1.2 to 8.1.3
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed May 2, 2022
1 parent 40520f7 commit 68d0d4e
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 16 deletions.
60 changes: 45 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/splitgraph/splitgraph"

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
click = "^7"
click = ">=7,<9"
psycopg2-binary = "^2"
parsimonious = "^0.8"
minio = ">=4"
Expand Down

0 comments on commit 68d0d4e

Please sign in to comment.