From ebbdd5f3e7d23d0f57c8abfbdf507a3ab14e7d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:45:35 +0100 Subject: [PATCH] Update urwid requirement from <=3.0.3,>=2.6.14 to >=2.6.14,<=3.0.5 (#8115) * Update urwid requirement from <=3.0.3,>=2.6.14 to >=2.6.14,<=3.0.5 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...3.0.5) --- updated-dependencies: - dependency-name: urwid dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] * [autofix.ci] apply automated fixes --------- Signed-off-by: dependabot[bot] 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> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5b542daa..3bc9b97b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "sortedcontainers>=2.3,<=2.4.0", "tornado>=6.5.0,<=6.5.4", "typing-extensions>=4.13.2,<=4.14; python_version < '3.13'", - "urwid>=2.6.14,<=3.0.3", + "urwid>=2.6.14,<=3.0.5", "wsproto>=1.0,<=1.3.2", "publicsuffix2>=2.20190812,<=2.20191221", "zstandard>=0.25,<=0.25.0", diff --git a/uv.lock b/uv.lock index 53b2c1c13..12d403c41 100644 --- a/uv.lock +++ b/uv.lock @@ -1062,7 +1062,7 @@ requires-dist = [ { name = "sortedcontainers", specifier = ">=2.3,<=2.4.0" }, { name = "tornado", specifier = ">=6.5.0,<=6.5.4" }, { name = "typing-extensions", marker = "python_full_version < '3.13'", specifier = ">=4.13.2,<=4.14" }, - { name = "urwid", specifier = ">=2.6.14,<=3.0.3" }, + { name = "urwid", specifier = ">=2.6.14,<=3.0.5" }, { name = "wsproto", specifier = ">=1.0,<=1.3.2" }, { name = "zstandard", specifier = "<=0.25.0,>=0.25" }, ]