From c917a9eb35e586e0f992a37a6ba89604b9cff3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 01:13:45 +0000 Subject: [PATCH] Bump ujson from 2.0.3 to 5.2.0 in /splunk_eventgen/lib Bumps [ujson](https://github.com/ultrajson/ultrajson) from 2.0.3 to 5.2.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/2.0.3...5.2.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- splunk_eventgen/lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk_eventgen/lib/requirements.txt b/splunk_eventgen/lib/requirements.txt index 0e96757d..4593341d 100644 --- a/splunk_eventgen/lib/requirements.txt +++ b/splunk_eventgen/lib/requirements.txt @@ -1,4 +1,4 @@ -ujson==2.0.3 +ujson==5.2.0 jinja2==2.10.3 requests-futures==1.0.0 urllib3==1.24.2