From b7bddf4d70ca56abe9d01ecb886feb1de525bb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:52:56 +0000 Subject: [PATCH] Build(deps): Bump packaging from 26.2 to 26.3 Bumps [packaging](https://github.com/pypa/packaging) from 26.2 to 26.3. - [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/26.2...26.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production update-type: version-update:semver-minor ... 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 277a9f9f..e3da569e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "packaging==26.2", + "packaging==26.3", "PyGithub==2.9.1", "appdirs==1.4.4", "requests==2.34.2", @@ -56,7 +56,7 @@ doc = [ ] freeze = [ "pyinstaller==6.21.0", - "packaging==26.2", + "packaging==26.3", "PyGithub==2.9.1", "appdirs==1.4.4", "requests==2.34.2", diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 0710cf80..b79111fc 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ requests==2.34.2 -packaging==26.2 +packaging==26.3