From ddd3e33e42172431db0af0830bc9fdded3462b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:43:10 +0000 Subject: [PATCH 1/3] Update packaging requirement from <=26.2,>=24.0 to <=26.3,>=26.3 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.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' 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 cce486402..efe5f834a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.0 typeguard>=4.0.0 -packaging >= 24.0, <= 26.2 +packaging <= 26.3, >= 26.3 From 6d77d55bc050403388301130bc4e949039167a10 Mon Sep 17 00:00:00 2001 From: Mihael Hategan Date: Wed, 26 Aug 2026 11:20:28 -0700 Subject: [PATCH 2/3] Apply suggestion from @hategan --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efe5f834a..0067bcd5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.0 typeguard>=4.0.0 -packaging <= 26.3, >= 26.3 +packaging <= 26.3, >= 24.0 From d69b8a5f05bdb4cfe5b7ff5191d7c2ae97350a62 Mon Sep 17 00:00:00 2001 From: Mihael Hategan Date: Wed, 26 Aug 2026 11:21:22 -0700 Subject: [PATCH 3/3] Apply suggestion from @hategan --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0067bcd5e..572413c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.2.2 pystache>=0.6.0 typeguard>=4.0.0 -packaging <= 26.3, >= 24.0 +packaging >= 24.0, <= 26.3