Skip to content

Commit

Permalink
pin pyyaml to v6.0.1 (#326)
Browse files Browse the repository at this point in the history
* fixes #324
  • Loading branch information
BenjiU authored Jul 22, 2023
1 parent 7ab0b71 commit d7e07f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ documentation = "https://flyte.github.io/mqtt-io/"

[tool.poetry.dependencies]
python = "^3.6"
PyYAML = "^6.0"
PyYAML = "^6.0.1"
Cerberus = "^1.3.2"
typing-extensions = "^3.7.4"
dataclasses = { version = "^0.8", python = ">=3.6,<3.7" }
Expand Down

0 comments on commit d7e07f5

Please sign in to comment.