From 3231bd8f47e3b9400bdb53b3498f53eb4a7a5e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:45:29 +0000 Subject: [PATCH] chore(deps): bump packaging from 26.1 to 26.2 in /ci/scripts Bumps [packaging](https://github.com/pypa/packaging) from 26.1 to 26.2. - [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.1...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/requirements.txt b/ci/scripts/requirements.txt index dbb87093..899629ec 100644 --- a/ci/scripts/requirements.txt +++ b/ci/scripts/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.14.3 gitpython==3.1.47 -packaging==26.1 +packaging==26.2 pygithub==2.9.1 pyyaml==6.0.3 requests==2.33.1