From 5d16768a9cf78b1f94937e8ebeaa23a126ed054b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:27:04 +0000 Subject: [PATCH] chore(deps): bump packaging from 24.1 to 26.0 Bumps [packaging](https://github.com/pypa/packaging) from 24.1 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/24.1...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] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index cf75b96..6350a60 100644 --- a/requirements.in +++ b/requirements.in @@ -2,7 +2,7 @@ backoff==2.2.1 deprecation==2.1.0 mock==5.1.0 monotonic==1.6 -packaging==24.1 +packaging==26.0 pytest==8.3.3 requests==2.32.3 flake8==7.1.1 diff --git a/requirements.txt b/requirements.txt index 89d9beb..9131a7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ mock==5.1.0 # via -r requirements.in monotonic==1.6 # via -r requirements.in -packaging==24.1 +packaging==26.0 # via # -r requirements.in # deprecation