Skip to content

Commit 0bf6f52

Browse files
Update urwid requirement from <=3.0.3,>=2.6.14 to >=2.6.14,<=3.0.4
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](urwid/urwid@2.6.14...3.0.4) --- updated-dependencies: - dependency-name: urwid dependency-version: 3.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05cf4a9 commit 0bf6f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"sortedcontainers>=2.3,<=2.4.0",
5555
"tornado>=6.5.0,<=6.5.2",
5656
"typing-extensions>=4.13.2,<=4.14; python_version < '3.13'",
57-
"urwid>=2.6.14,<=3.0.3",
57+
"urwid>=2.6.14,<=3.0.4",
5858
"wsproto>=1.0,<=1.3.2",
5959
"publicsuffix2>=2.20190812,<=2.20191221",
6060
"zstandard>=0.25,<=0.25.0",

0 commit comments

Comments
 (0)