Skip to content

Commit

Permalink
Update requests dependency requirement to >= 2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 6, 2022
1 parent bbdbb7b commit ed66e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
download_url="https://pypi.org/project/tweepy/",
packages=find_packages(),
install_requires=[
"requests>=2.11.1,<3",
"requests>=2.27.0,<3",
"requests_oauthlib>=1.0.0,<2",
],
tests_require=tests_require,
Expand All @@ -51,7 +51,7 @@
"coveralls>=2.1.0",
"tox>=3.14.0",
],
"socks": ["requests[socks]>=2.11.1,<3"],
"socks": ["requests[socks]>=2.27.0,<3"],
"test": tests_require,
},
test_suite="tests",
Expand Down

0 comments on commit ed66e8e

Please sign in to comment.