From 46db8f6f9a292e346b1c50e827852c6bc29dea73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:45:20 +0000 Subject: [PATCH] Bump packaging from 25.0 to 26.2 Bumps [packaging](https://github.com/pypa/packaging) from 25.0 to 26.2. - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/25.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 6f0d2f3..a134b31 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -24,7 +24,7 @@ iniconfig==2.3.0 # via pytest nodeenv==1.9.1 # via pre-commit -packaging==25.0 +packaging==26.2 # via pytest platformdirs==4.5.1 # via virtualenv diff --git a/requirements/tests.txt b/requirements/tests.txt index 6764edf..1230761 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -14,7 +14,7 @@ idna==3.11 # via requests iniconfig==2.3.0 # via pytest -packaging==26.0 +packaging==26.2 # via pytest pluggy==1.6.0 # via