From 3cf59109a7705222bde834aef1a7aa58ebad3d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 14:04:23 +0000 Subject: [PATCH] Bump simplejson from 2.5.2 to 2.6.1 Bumps [simplejson](https://github.com/simplejson/simplejson) from 2.5.2 to 2.6.1. - [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/v2.5.2...v2.6.1) --- updated-dependencies: - dependency-name: simplejson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d6572c0e6..6b5945dee2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ requests>=1.1.0 rsa==3.1.1 tox==1.4 Sphinx==1.1.3 -simplejson==2.5.2 +simplejson==2.6.1 argparse==1.2.1 unittest2==0.5.1 httpretty==0.5.5