diff --git a/poetry.lock b/poetry.lock index 2b270301d..337ed7778 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4566,14 +4566,14 @@ test = ["pytest"] [[package]] name = "yamlfix" -version = "1.17.0" +version = "1.19.0" description = "A simple opionated yaml formatter that keeps your comments!" optional = false python-versions = ">=3.9.1" groups = ["dev"] files = [ - {file = "yamlfix-1.17.0-py3-none-any.whl", hash = "sha256:0a510930a3a4f9655ca05a923594f2271849988f33f3c30363d5dee1261b6734"}, - {file = "yamlfix-1.17.0.tar.gz", hash = "sha256:81d7220b62798d1dda580e1574b3d3d6926701ae8cd79588c4e0b33f2e345d85"}, + {file = "yamlfix-1.19.0-py3-none-any.whl", hash = "sha256:9170a34bed093b8b45639e01fd05a1ded6886cb07dc43c174c061e15a6414bc8"}, + {file = "yamlfix-1.19.0.tar.gz", hash = "sha256:22f95ed2a5b88f46f06cf7922c616b6706d3596f23a0553138796ab909e5fa96"}, ] [package.dependencies] @@ -4835,4 +4835,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = ">=3.13.2,<3.14" -content-hash = "74841861cd6e2adb71956b9949829f7cf32fe0582451f2cd856cb6a37bacb524" +content-hash = "1c640afd996ce555577a47a99f1c9ab569341139088e29a44001d7219669b4e4" diff --git a/pyproject.toml b/pyproject.toml index 3b5a69443..a0dfcd05b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ basedpyright = "==1.29.5" # currently downgraded due to https://github.com/Detac ruff = "==0.12.10" poetry-types = "0.6.0" yamllint = "1.37.1" -yamlfix = "1.17.0" +yamlfix = "1.19.0" [tool.poetry.group.test.dependencies] pytest = "^8.0.0"