Update ruamel-yaml requirement from <0.18,>=0.16 to >=0.16,<0.19 (#6438)
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:
parent
0b17e5214c
commit
22d52f56e2
|
@ -50,7 +50,7 @@ dependencies = [
|
|||
"pyOpenSSL>=22.1,<23.4",
|
||||
"pyparsing>=2.4.2,<3.2",
|
||||
"pyperclip>=1.6.0,<1.9",
|
||||
"ruamel.yaml>=0.16,<0.18",
|
||||
"ruamel.yaml>=0.16,<0.19",
|
||||
"sortedcontainers>=2.3,<2.5",
|
||||
"tornado>=6.2,<7",
|
||||
"typing-extensions>=4.3,<5; python_version<'3.11'",
|
||||
|
|
Loading…
Reference in New Issue