Skip to content

Commit

Permalink
build(deps): update requests requirement from ~=2.27.1 to ~=2.31.0 (#19)
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/main/HISTORY.md)
- [Commits](psf/requests@v2.27.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  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 May 31, 2023
1 parent c6381d2 commit a0b9641
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
beautifulsoup4 = "~=4.12.2"
flask = "~=2.3.2"
requests = "~=2.27.1"
requests = "~=2.31.0"
waitress = "~=2.1.2"
python-dateutil = "~=2.8.2"
lxml = "~=4.9.2"
Expand Down
111 changes: 92 additions & 19 deletions Pipfile.lock

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

0 comments on commit a0b9641

Please sign in to comment.