Update ruamel-yaml requirement from <=0.18.7,>=0.16 to >=0.16,<=0.18.10 (#7449)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-06 15:03:43 +00:00 committed by GitHub
parent 94836341d5
commit 421fb46040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ dependencies = [
"pyOpenSSL>=22.1,<=24.3.0",
"pyparsing>=2.4.2,<=3.2.1",
"pyperclip<=1.9.0,>=1.9.0",
"ruamel.yaml>=0.16,<=0.18.7",
"ruamel.yaml>=0.16,<=0.18.10",
"sortedcontainers>=2.3,<=2.4.0",
"tornado>=6.4.1,<=6.4.2",
"urwid>=2.6.14,<=2.6.16",