Skip to content

Commit

Permalink
Bump ujson from 5.5.0 to 5.6.0 in /python (#2602)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 5, 2022
1 parent ce32dd5 commit c2d6482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url="https://github.com/signalfx/signalfx-agent",
packages=find_packages(),
install_requires=[
'ujson==5.5.0',
'ujson==5.6.0',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c2d6482

Please sign in to comment.