Skip to content

Commit

Permalink
Bump requests from 2.20.0 to 2.31.0 in /deploy-agent
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.20.0 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.20.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 May 25, 2023
1 parent cb00e3b commit 57ebf57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'deploy-stager = deployd.staging.stager:main']

install_requires = [
"requests==2.20.0",
"requests==2.31.0",
"gevent>=1.0.2,<=1.2.2; python_version < '3'",
"gevent>=1.0.2,<=1.5.0; python_version >= '3'",
"lockfile==0.10.2",
Expand Down
2 changes: 1 addition & 1 deletion deploy-agent/thirdparty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ configparser==4.0.2
pinlogger==0.53.0
pinstatsd==1.4.6
python-daemon==2.3.2
requests==2.20.0
requests==2.31.0
setuptools==54.2.0
strictyaml==1.6.1
zipp==1.2.0
Expand Down

0 comments on commit 57ebf57

Please sign in to comment.