Skip to content

Commit

Permalink
Update requests requirement from ~=2.26.0 to ~=2.31.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/main/HISTORY.md)
- [Commits](psf/requests@v2.26.0...v2.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent b4d416a commit 4499ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[packages]
flask = "~=2.3.0"
requests = "~=2.26.0"
requests = "~=2.31.0"
jira = "~=3.0.0"
logging-formatter-anticrlf = "~=1.2.0"

Expand Down

0 comments on commit 4499ad7

Please sign in to comment.