Skip to content

Commit c84503a

Browse files
committed
Drop the upper bound on the requests dependency again
As we can now work with requests 2.32.3+, we no longer need this pin. Signed-off-by: Adam Williamson <awilliam@redhat.com>
1 parent 6a0e0aa commit c84503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install_requires =
5050
pip
5151
charset_normalizer>=2.0.0
5252
defusedxml>=0.6.0
53-
requests[socks] >=2.22.0, <=2.31.0
53+
requests[socks] >=2.22.0
5454
Pygments>=2.5.2
5555
requests-toolbelt>=0.9.1
5656
multidict>=4.7.0

0 commit comments

Comments
 (0)