Skip to content

Commit

Permalink
Bump ujson from 4.2.0 to 4.3.0 in /python (signalfx#2011)
Browse files Browse the repository at this point in the history
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent b2af539 commit fbc0589
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==4.2.0',
'ujson==4.3.0',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit fbc0589

Please sign in to comment.