Skip to content

Commit

Permalink
build(deps): update simplejson requirement from <=3.3.0 to <3.18.0
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@v1.1...v3.17.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wwade committed Mar 15, 2021
1 parent c914d4d commit e0ca6a1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -15,4 +15,4 @@ pytest = "*"
six = "*"
dateutils = "*"
requests = "<2.26.0"
simplejson = "<=3.3.0"
simplejson = "<3.18.0"
50 changes: 47 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0ca6a1

Please sign in to comment.