Skip to content

Commit

Permalink
build(deps): update requests requirement from <=2.23.0 to <2.26.0
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v0.2.0...v2.25.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wwade committed Mar 15, 2021
1 parent 61b48bb commit c914d4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 74 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -14,5 +14,5 @@ pytest = "*"
[packages]
six = "*"
dateutils = "*"
requests = "<=2.23.0"
requests = "<2.26.0"
simplejson = "<=3.3.0"
86 changes: 13 additions & 73 deletions Pipfile.lock

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

0 comments on commit c914d4d

Please sign in to comment.