From 2f3d24a0e75576694f364255817f0ad8d5c50e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 14:47:38 -0800 Subject: [PATCH] Bump simplejson from 3.19.2 to 3.19.3 (#2379) * Bump simplejson from 3.19.2 to 3.19.3 Bumps [simplejson](https://github.com/simplejson/simplejson) from 3.19.2 to 3.19.3. - [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.19.2...v3.19.3) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update simplejson==3.19.3 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci] --- lib/simplejson/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simplejson/__init__.py b/lib/simplejson/__init__.py index 2d1900d8..d3ff141d 100644 --- a/lib/simplejson/__init__.py +++ b/lib/simplejson/__init__.py @@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON):: """ from __future__ import absolute_import -__version__ = '3.19.2' +__version__ = '3.19.3' __all__ = [ 'dump', 'dumps', 'load', 'loads', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder', diff --git a/requirements.txt b/requirements.txt index d37487f1..77c42d60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pytz==2024.1 requests==2.32.3 requests-oauthlib==2.0.0 rumps==0.4.0; platform_system == "Darwin" -simplejson==3.19.2 +simplejson==3.19.3 six==1.16.0 tempora==5.7.0 tokenize-rt==6.0.0