From 9faae73df8c605413908f7a8ab4fdfec4dd64dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:34:56 +0000 Subject: [PATCH] chore(deps): update dependency ruamel.yaml to >=0.19.1,<0.20 --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 114ac53..9d26ecf 100644 --- a/pixi.toml +++ b/pixi.toml @@ -14,7 +14,7 @@ conda-standalone = "*" jinja2 = "*" jsonschema = ">=4" pillow = ">=3.1" -"ruamel.yaml" = ">=0.11.14,<0.19" +"ruamel.yaml" = ">=0.19.1,<0.20" [pypi-dependencies] constructor = { git = "https://github.com/chrisburr/constructor.git", branch = "fix/mkdir-conda-guard" }