From 3e72bde6e4ea0a18f473de2398c04f598aeb379f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:44:24 +0000 Subject: [PATCH] pip: 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 213a20f..8e5416a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ transifex-python==3.7.0 # Dependencies required by scripts/manage_versions.py bs4==0.0.2 beautifulsoup4==4.14.3 -packaging==25.0 +packaging==26.0 requests==2.32.5