From d779f5deebd4739aedd5011a72764f122f2ad736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:01:59 +0000 Subject: [PATCH] Bump simplejson from 3.17.6 to 3.20.2 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.17.6 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.6...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 88791d31..eef85ae1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ itsdangerous==2.1.2 greenlet==3.1.1 gunicorn==20.1.0 gevent==24.11.1 -simplejson==3.17.6 +simplejson==3.20.2 python-dotenv==0.20.0 requests==2.28.1 jsonpointer==2.3