From 1c51afc0272d66c72b5ab948f0301cf46d88c53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:13:42 +0000 Subject: [PATCH] chore(deps): bump packaging from 24.2 to 26.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.2 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/24.2...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10897f1..72720b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ oauthlib==3.2.2 # via # -r requirements.in # requests-oauthlib -packaging==24.2 +packaging==26.2 # via # -r requirements.in # build