Skip to content

Commit

Permalink
Revert "Pin requests to <2.25 as well (PyGithub#1757)" (PyGithub#1763)
Browse files Browse the repository at this point in the history
* Revert "Pin requests to <2.25 as well (PyGithub#1757)"
* Ensure httpretty is more recent than 1.0.3

This reverts commit d159425.
  • Loading branch information
sbesson authored Nov 30, 2020
1 parent 9ee3afb commit a806b52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.14.0,<2.25
requests>=2.14.0
pyjwt
sphinx<3
sphinx-rtd-theme<0.6
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"Topic :: Software Development",
],
python_requires=">=3.5",
install_requires=["deprecated", "pyjwt", "requests>=2.14.0,<2.25"],
install_requires=["deprecated", "pyjwt", "requests>=2.14.0"],
extras_require={"integrations": ["cryptography"]},
tests_require=["cryptography", "httpretty>=0.9.6"],
tests_require=["cryptography", "httpretty>=1.0.3"],
)
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography
httpretty>=0.9.6
httpretty>=1.0.3
pytest>=5.3
pytest-cov>=2.8

0 comments on commit a806b52

Please sign in to comment.