From 87aa25b1abef4a16b23efe36db18d463391c0fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:14:56 +0000 Subject: [PATCH] chore(deps): bump packaging from 24.2 to 26.1 Bumps [packaging](https://github.com/pypa/packaging) from 24.2 to 26.1. - [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.1) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.1' 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..2169895 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.1 # via # -r requirements.in # build