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

Commit

Permalink
Merge pull request #50 from skwashd/dependabot/pip/requests-2.23.0
Browse files Browse the repository at this point in the history
Bump requests from 2.22.0 to 2.23.0
  • Loading branch information
skwashd committed Feb 21, 2020
2 parents 9f36ba9 + 3111caf commit eac0bbe
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,4 +1,4 @@
backoff==1.10.0
requests==2.22.0
requests==2.23.0
requests-cache==0.5.2
setuptools==45.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author="Dave Hall",
author_email="me@davehall.com.au",
url="http://github.com/skwashd/python-acquia-cloud",
install_requires=["requests==2.22.0", "requests-cache==0.5.2", "backoff==1.10.0"],
install_requires=["requests==2.23.0", "requests-cache==0.5.2", "backoff==1.10.0"],
license="MIT",
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit eac0bbe

Please sign in to comment.