Skip to content

Commit

Permalink
Update ujson requirement from ~=5.8.0 to ~=5.9.0 (#640)
Browse files Browse the repository at this point in the history
Updates the requirements on [ujson](https://github.com/ultrajson/ultrajson) to permit the latest version.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.8.0...5.9.0)

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

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 12, 2023
1 parent d759620 commit 7f76207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mwoauth~=0.4.0
oauthlib~=3.2.2
requests~=2.31.0
requests-oauthlib~=1.3.1
ujson~=5.8.0
ujson~=5.9.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"oauthlib ~= 3.2.0",
"requests >= 2.27.1,< 2.32.0",
"requests-oauthlib ~= 1.3.1",
"ujson >= 5.4,< 5.9"
"ujson >= 5.4,< 5.10"
],
extras_require={
"dev": [
Expand Down

0 comments on commit 7f76207

Please sign in to comment.