Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
Bump requests from 2.21.0 to 2.22.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/requests/requests) from 2.21.0 to 2.22.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.21.0...v2.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 13, 2019
1 parent 4c67b62 commit 5388342
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
@@ -1,3 +1,3 @@
requests==2.21.0
requests==2.22.0
requests-cache==0.4.13
setuptools==40.8.0
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author="Dave Hall",
author_email="me@davehall.com.au",
url="http://github.com/skwashd/python-acquia-cloud",
install_requires=["requests==2.21.0", "requests-cache==0.4.13"],
install_requires=["requests==2.22.0", "requests-cache==0.4.13"],
license="MIT",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 5388342

Please sign in to comment.