Skip to content

Commit 9a17512

Browse files
deps: update click requirement from >=8.1 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@8.1.0...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3467af8 commit 9a17512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [{name = "Revenue Holdings"}]
1313
keywords = ["schema", "orm", "prisma", "drizzle", "typeorm", "django", "sql", "converter", "migration"]
1414

1515
dependencies = [
16-
"click>=8.1",
16+
"click>=8.4.0",
1717
"rich>=13.0",
1818
"pyyaml>=6.0",
1919
"sqlparse>=0.5.0",

0 commit comments

Comments
 (0)