Skip to content

Commit 712bdb4

Browse files
deps: update pyyaml requirement from >=6.0 to >=6.0.3
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3467af8 commit 712bdb4

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
@@ -15,7 +15,7 @@ keywords = ["schema", "orm", "prisma", "drizzle", "typeorm", "django", "sql", "c
1515
dependencies = [
1616
"click>=8.1",
1717
"rich>=13.0",
18-
"pyyaml>=6.0",
18+
"pyyaml>=6.0.3",
1919
"sqlparse>=0.5.0",
2020
]
2121

0 commit comments

Comments
 (0)