From d0832bb0b7cae18783d4a8a947ad94ac5da75ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:58:48 +0100 Subject: [PATCH] Update urwid requirement from <=2.6.15,>=2.6.14 to >=2.6.14,<=2.6.16 (#7296) 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...2.6.16) --- updated-dependencies: - dependency-name: urwid dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f00f0bb22..08f08ff91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "sortedcontainers>=2.3,<=2.4.0", "tornado<=6.4.1,>=6.4.1", "typing-extensions>=4.3,<=4.11.0; python_version<'3.11'", - "urwid>=2.6.14,<=2.6.15", + "urwid>=2.6.14,<=2.6.16", "wsproto>=1.0,<=1.2.0", "publicsuffix2>=2.20190812,<=2.20191221", "zstandard>=0.15,<=0.23.0",