From f8f0244f430b50fdfdf168bdf161bea129b12752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:16:25 +0000 Subject: [PATCH] Bump simplejson from 3.20.2 to 4.1.0 in /requirements Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.20.2 to 4.1.0. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/main/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v3.20.2...v4.1.0) --- updated-dependencies: - dependency-name: simplejson dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.in b/requirements/common.in index ddf6a0e1223..3b04cca96c8 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -3,7 +3,7 @@ gunicorn==25.0.3 whitenoise[brotli]==6.11.0 # Used by Whitenoise to provide Brotli-compressed versions of static files. Django==5.2.12 celery==5.6.2 # celery needed for data ingestion -simplejson==3.20.2 # import simplejson +simplejson==4.1.0 # import simplejson newrelic==11.2.0 certifi==2026.1.4