unpin urlrequests

This commit is contained in:
dgtlmoon
2025-06-02 18:39:12 +02:00
parent cd7dde4477
commit 821c0edff4
+4 -2
View File
@@ -24,7 +24,8 @@ brotli~=1.0
requests[socks]
requests-file
urllib3==1.26.19
# urllib3==1.26.19 # Unpinned - let requests decide compatible version
# If specific version needed for security, use urllib3>=1.26.19,<3.0
chardet>2.3.0
wtforms~=3.0
@@ -55,7 +56,8 @@ beautifulsoup4>=4.0.0
# https://bugs.launchpad.net/lxml/+bug/2059910/comments/16
lxml >=4.8.0,<6,!=5.2.0,!=5.2.1
# XPath 2.0-3.1 support - 4.2.0 broke something?
# XPath 2.0-3.1 support - 4.2.0 had issues, 4.1.5 stable
# Consider updating to latest stable version periodically
elementpath==4.1.5
selenium~=4.31.0