Skip to content

Commit

Permalink
Bump requests in /python-setup/tests/setup_py/requests-3
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 1.2.3 to 2.20.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v1.2.3...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2020
1 parent a1fc3a5 commit 543d18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-setup/tests/setup_py/requests-3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

setup(
name="example-setup.py",
install_requires=["requests==1.2.3"],
install_requires=["requests==2.20.0"],
python_requires='>=3.5',
)

0 comments on commit 543d18e

Please sign in to comment.