Skip to content

Commit a806b52

Browse files
authored
Revert "Pin requests to <2.25 as well (PyGithub#1757)" (PyGithub#1763)
* Revert "Pin requests to <2.25 as well (PyGithub#1757)" * Ensure httpretty is more recent than 1.0.3 This reverts commit d159425.
1 parent 9ee3afb commit a806b52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=2.14.0,<2.25
1+
requests>=2.14.0
22
pyjwt
33
sphinx<3
44
sphinx-rtd-theme<0.6

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"Topic :: Software Development",
101101
],
102102
python_requires=">=3.5",
103-
install_requires=["deprecated", "pyjwt", "requests>=2.14.0,<2.25"],
103+
install_requires=["deprecated", "pyjwt", "requests>=2.14.0"],
104104
extras_require={"integrations": ["cryptography"]},
105-
tests_require=["cryptography", "httpretty>=0.9.6"],
105+
tests_require=["cryptography", "httpretty>=1.0.3"],
106106
)

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cryptography
2-
httpretty>=0.9.6
2+
httpretty>=1.0.3
33
pytest>=5.3
44
pytest-cov>=2.8

0 commit comments

Comments
 (0)