From 7d651f73f6c389b2b5c5f17d2cef5b2395cd0e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:05:19 +0000 Subject: [PATCH] Update packaging requirement from <=24.1,>=24.0 to >=24.0,<=24.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...24.2) --- updated-dependencies: - dependency-name: packaging 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 e3f68f7a..f6ea94b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ psutil >=5.9, <=6.1.0 pystache>=0.6.0 typeguard>=3.0.1 typing-compat -packaging >= 24.0, <= 24.1 +packaging >= 24.0, <= 24.2