Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit c2d6482

Browse files
Bump ujson from 5.5.0 to 5.6.0 in /python (#2602)
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.5.0...5.6.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce32dd5 commit c2d6482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url="https://github.com/signalfx/signalfx-agent",
1010
packages=find_packages(),
1111
install_requires=[
12-
'ujson==5.5.0',
12+
'ujson==5.6.0',
1313
],
1414
classifiers=[
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)