Skip to content

Commit

Permalink
Merge pull request #703 from hpcflow/bump/yaml
Browse files Browse the repository at this point in the history
fix: bump ruamel.yaml
  • Loading branch information
aplowman authored Nov 14, 2024
2 parents a33c076 + 2aa6c1f commit 5c741ee
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 21 deletions.
66 changes: 47 additions & 19 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ numpy = [
{version = "^1.24.4", python = "<3.9"},
{version = "^1.26.4", python = ">=3.9"},
]
"ruamel.yaml" = "^0.17.20"
ruamel-yaml = "^0.18.6"
colorama = "^0.4.6"
termcolor = "^1.1.0"
fsspec = "^2022.2.0"
Expand All @@ -36,7 +36,7 @@ paramiko = "^3.2.0"
aiohttp = "^3.8.4"
rich = "^13.4.2"
h5py = "^3.9.0"
valida = "^0.7.2"
valida = "^0.7.5"
requests = "^2.31.0"
platformdirs = "^4.2.1"

Expand Down

0 comments on commit 5c741ee

Please sign in to comment.