From cac502d96b7b964b4bf13b3f49daaa086a7b8881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 06:13:58 +0000 Subject: [PATCH] Build(deps): Bump packaging from 25.0 to 26.0 Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.0. - [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/25.0...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- scripts/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92932efe..3cd7ef12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "packaging==25.0", + "packaging==26.0", "PyGithub==2.8.1", "appdirs==1.4.4", "requests==2.32.5", @@ -54,7 +54,7 @@ doc = [ ] freeze = [ "pyinstaller==6.18.0", - "packaging==25.0", + "packaging==26.0", "PyGithub==2.8.1", "appdirs==1.4.4", "requests==2.32.5", diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 9c973a07..b0a6ce88 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.5 -packaging==25.0 +packaging==26.0