Skip to content

Commit

Permalink
downgrade pyyaml (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Mar 2, 2023
1 parent 052ba16 commit 315e836
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 50 deletions.
87 changes: 38 additions & 49 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 @@ -27,7 +27,7 @@ omitempty = "^0.1.1"
importlib-metadata = "^6.0.0"
mergedeep = "^1.3.4"
dataclass-wizard = "^0.22.2"
pyyaml = "^6.0"
PyYAML = ">= 5.4.1, < 6.0" # note: required for enterprise

[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.10.0"
Expand Down

0 comments on commit 315e836

Please sign in to comment.