Update ruamel-yaml requirement from ==0.17.* to ==0.18.* in /docker/main

Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-24 11:41:13 +00:00 committed by GitHub
parent e0e8a6fcc9
commit d9a4952c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ pydantic == 1.10.*
git+https://github.com/fbcotter/py3nvml#egg=py3nvml
PyYAML == 6.0.*
pytz == 2023.3
ruamel.yaml == 0.17.*
ruamel.yaml == 0.18.*
tzlocal == 5.1
types-PyYAML == 6.0.*
requests == 2.31.*