Skip to content

Commit

Permalink
Bump requests from 2.28.1 to 2.31.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.1...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 23, 2023
1 parent 7a4eadd commit db74493
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 @@ -4,6 +4,6 @@

newrelic-telemetry-sdk==0.4.3
pyinstaller==5.6.2
requests==2.28.1
requests==2.31.0
tenacity==8.1.0
urllib3==1.26.13
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
install_requires=[
"newrelic-telemetry-sdk==0.4.3",
"requests==2.28.1",
"requests==2.31.0",
"tenacity==8.1.0",
],
# Format is mypkg.mymodule:the_function'
Expand Down

0 comments on commit db74493

Please sign in to comment.