From 0d8e2881e57bb51c8d56647e5879f32b8b7474fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:02:56 +0000 Subject: [PATCH] Bump simplejson from 3.17.2 to 3.20.2 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.17.2 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.17.2...v3.20.2) --- updated-dependencies: - dependency-name: simplejson dependency-version: 3.20.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fcaa35..4e2d859 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flask==2.0.3 -simplejson==3.17.2 +simplejson==3.20.2 python-dotenv==0.15.0 requests==2.25.1 gunicorn==20.0.4