From cb69d10a137d34eeaf91829825f9e9e5f043bcbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 19:54:36 +0000 Subject: [PATCH 1/2] Update packaging requirement from <=26.0,>=24.0 to <=26.2,>=26.2 Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40ac8d9bd..a002d7377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.8 typeguard>=4.0.0 -packaging >= 24.0, <= 26.0 +packaging <= 26.2, >= 26.2 From 86000a064a9201f23d443a257f3263b55c6e198a Mon Sep 17 00:00:00 2001 From: Mihael Hategan Date: Thu, 30 Apr 2026 13:00:07 -0700 Subject: [PATCH 2/2] Keep lower bound --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a002d7377..478fc9242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.8 typeguard>=4.0.0 -packaging <= 26.2, >= 26.2 +packaging >= 24.0, <= 26.2