From 9ad8b330653e354190129fb72adb95192959749f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:27:45 +0000 Subject: [PATCH] Bump ujson from 2.0.3 to 5.4.0 in /splunk_eventgen/lib Bumps [ujson](https://github.com/ultrajson/ultrajson) from 2.0.3 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/2.0.3...5.4.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..dc2d89be 100644 --- a/splunk_eventgen/lib/requirements.txt +++ b/splunk_eventgen/lib/requirements.txt @@ -1,4 +1,4 @@ -ujson==2.0.3 +ujson==5.4.0 jinja2==2.10.3 requests-futures==1.0.0 urllib3==1.24.2