mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Update ruamel-yaml requirement from <=0.18.12,>=0.18.10 to >=0.18.10,<=0.18.14 (#7779)
* 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.14 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:
parent
a9ebed5832
commit
404e2aace5
2 changed files with 2 additions and 2 deletions
|
|
@ -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.12",
|
||||
"ruamel.yaml>=0.18.10,<=0.18.14",
|
||||
"sortedcontainers>=2.3,<=2.4.0",
|
||||
"tornado>=6.5.0,<=6.5.1",
|
||||
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -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.12" },
|
||||
{ name = "ruamel-yaml", specifier = ">=0.18.10,<=0.18.14" },
|
||||
{ name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" },
|
||||
{ name = "tornado", specifier = ">=6.5.0,<=6.5.1" },
|
||||
{ name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue