mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
build(deps): update urwid requirement from <=4.0.2,>=2.6.14 to >=2.6.14,<=4.0.8 (#8388)
* build(deps): update urwid requirement Updates the requirements on [urwid](https://github.com/urwid/urwid) to permit the latest version. - [Release notes](https://github.com/urwid/urwid/releases) - [Changelog](https://github.com/urwid/urwid/blob/master/docs/changelog.rst) - [Commits](https://github.com/urwid/urwid/compare/2.6.14...4.0.8) --- updated-dependencies: - dependency-name: urwid dependency-version: 4.0.8 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
c53f951a52
commit
64994386e4
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ dependencies = [
|
|||
"sortedcontainers>=2.3,<=2.4.0",
|
||||
"tornado>=6.5.0,<=6.5.5",
|
||||
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",
|
||||
"urwid>=2.6.14,<=4.0.2",
|
||||
"urwid>=2.6.14,<=4.0.8",
|
||||
"wsproto>=1.0,<=1.3.2",
|
||||
"publicsuffix2>=2.20190812,<=2.20191221",
|
||||
"zstandard>=0.25,<=0.25.0",
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -1060,7 +1060,7 @@ requires-dist = [
|
|||
{ name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" },
|
||||
{ name = "tornado", specifier = ">=6.5.0,<=6.5.5" },
|
||||
{ name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" },
|
||||
{ name = "urwid", specifier = ">=2.6.14,<=4.0.2" },
|
||||
{ name = "urwid", specifier = ">=2.6.14,<=4.0.8" },
|
||||
{ name = "wsproto", specifier = ">=1.0,<=1.3.2" },
|
||||
{ name = "zstandard", specifier = "<=0.25.0,>=0.25" },
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue