From fbc0589f05299c77f20fecc8bb78df55e79543a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:10:09 -0500 Subject: [PATCH] Bump ujson from 4.2.0 to 4.3.0 in /python (#2011) Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index a8f9867aa5..45da27efd2 100644 --- a/python/setup.py +++ b/python/setup.py @@ -9,7 +9,7 @@ url="https://github.com/signalfx/signalfx-agent", packages=find_packages(), install_requires=[ - 'ujson==4.2.0', + 'ujson==4.3.0', ], classifiers=[ "Programming Language :: Python :: 3",