Skip to content

Commit

Permalink
fix(deps): update simplejson requirement from ==3.17.* to >=3.17,<3.19
Browse files Browse the repository at this point in the history
Updates the requirements on [simplejson](https://github.com/simplejson/simplejson) to permit the latest version.
- [Release notes](https://github.com/simplejson/simplejson/releases)
- [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt)
- [Commits](simplejson/simplejson@v3.17.0...v3.18.0)

---
updated-dependencies:
- dependency-name: simplejson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stdavis committed Dec 12, 2022
1 parent a6afe8e commit ff1a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#: flask uses this by default if installed
#: this handles decimals as returned from open sgid data better than the default json library
'simplejson==3.17.*',
'simplejson>=3.17,<3.19',
],
extras_require={
'tests': [
Expand Down

0 comments on commit ff1a8c6

Please sign in to comment.