From 5b916857cbc2e806b54283e8ac7327051ece0b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:14:24 +0000 Subject: [PATCH] Bump packaging from 26.0 to 26.2 Bumps [packaging](https://github.com/pypa/packaging) from 26.0 to 26.2. - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/26.0...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 845067c..a7c94bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "tld==0.13.1", "requests==2.33.1", "simplejson==3.20.2", - "packaging==26.0", + "packaging==26.2", "appdirs==1.4.4", "iOSbackup==0.9.925", "adb-shell[usb]==0.4.4",