Skip to content

Commit

Permalink
change PyYaml version to 6.0.1 to support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zep-Tepi committed Jun 18, 2024
1 parent 8dc0026 commit c90251a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 43 deletions.
95 changes: 53 additions & 42 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 @@ -66,7 +66,7 @@ tomlkit = [ "tomlkit",]
yaml = [ "PyYAML",]

[tool.poetry.dependencies.PyYAML]
version = ">=5.1"
version = ">=6.0.1"
optional = true

[tool.poetry.dependencies.toml]
Expand Down

0 comments on commit c90251a

Please sign in to comment.