Update ruamel-yaml requirement from <=0.18.14,>=0.18.10 to >=0.18.10,<=0.18.15 (#7856)

* Update ruamel-yaml requirement

Updates the requirements on ruamel-yaml to permit the latest version.

---
updated-dependencies:
- dependency-name: ruamel-yaml
  dependency-version: 0.18.15
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-24 19:52:40 +02:00 committed by GitHub
parent d5b9d0ac6f
commit d44f8537d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ dependencies = [
"pyOpenSSL>=24.3,<=25.1.0",
"pyparsing>=2.4.2,<=3.2.3",
"pyperclip<=1.9.0,>=1.9.0",
"ruamel.yaml>=0.18.10,<=0.18.14",
"ruamel.yaml>=0.18.10,<=0.18.15",
"sortedcontainers>=2.3,<=2.4.0",
"tornado>=6.5.0,<=6.5.2",
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",

2
uv.lock generated
View file

@ -791,7 +791,7 @@ requires-dist = [
{ name = "pyopenssl", specifier = ">=24.3,<=25.1.0" },
{ name = "pyparsing", specifier = ">=2.4.2,<=3.2.3" },
{ name = "pyperclip", specifier = "<=1.9.0,>=1.9.0" },
{ name = "ruamel-yaml", specifier = ">=0.18.10,<=0.18.14" },
{ name = "ruamel-yaml", specifier = ">=0.18.10,<=0.18.15" },
{ name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" },
{ name = "tornado", specifier = ">=6.5.0,<=6.5.2" },
{ name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" },