Skip to content

Commit

Permalink
Merge pull request #144 from architv/dependabot/pip/requests-2.20.0
Browse files Browse the repository at this point in the history
Bump requests from 2.7.0 to 2.20.0
  • Loading branch information
dfrt82 authored Nov 29, 2021
2 parents 5d22f06 + 3b6bb05 commit 04932b6
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,5 +1,5 @@
argparse==1.2.1
click==5.0
requests==2.7.0
requests==2.20.0
wsgiref==0.1.2
mock==1.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
include_package_data = True,
install_requires=[
"click>=5.0",
"requests==2.7.0"
"requests==2.20.0"
] + (["colorama==0.3.3"] if "win" in sys.platform else []),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 04932b6

Please sign in to comment.