Skip to content

Commit

Permalink
Merge pull request #1342 from opsmill/pog-upgrade-ruamel-yaml
Browse files Browse the repository at this point in the history
Upgrade ruamel-yaml=0.18.5 to fix broken build
  • Loading branch information
ogenstad authored Nov 3, 2023
2 parents 744f625 + 52033d3 commit 846bff6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
20 changes: 5 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infrahub"
version = "0.8.0"
version = "0.8.1"
description = ""
authors = ["OpsMill <[email protected]>"]

Expand Down Expand Up @@ -77,6 +77,7 @@ diffsync = "^1.8.0"
nornir = "^3.3.0"
nornir-utils = "^0.2.0"
python-slugify = "^8.0.1"
ruamel-yaml = "0.18.5"

[tool.poetry.scripts]
infrahub = "infrahub.cli:app"
Expand Down

0 comments on commit 846bff6

Please sign in to comment.