From a2c9e0c6cfc32e62a44ea5d38c547103b60e5f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:14:39 +0100 Subject: [PATCH] Bump simplejson from 3.20.1 to 3.20.2 (#699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.20.1 to 3.20.2. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.20.1...v3.20.2) --- updated-dependencies: - dependency-name: simplejson dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Donncha Ó Cearbhaill --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 998a7bb..856fe85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "rich==14.1.0", "tld==0.13.1", "requests==2.32.5", - "simplejson==3.20.1", + "simplejson==3.20.2", "packaging==25.0", "appdirs==1.4.4", "iOSbackup==0.9.925",