Skip to content

Commit c6958db

Browse files
committed
Refresh Python dependencies
1 parent 26a24a4 commit c6958db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=25.0.1;python_version<"3.9"
2-
pip>=25.1;python_version>="3.9"
2+
pip>=25.1.1;python_version>="3.9"
33
packaging>=25.0
44
setuptools~=70.2;python_version<"3.10"
55
setuptools>=80.1.0;python_version>="3.10"
@@ -32,7 +32,7 @@ tabcompleter>=1.4.0
3232
pdbp>=1.7.0
3333
idna==3.10
3434
chardet==5.2.0
35-
charset-normalizer==3.4.1
35+
charset-normalizer>=3.4.2,<4
3636
urllib3>=1.26.20,<2;python_version<"3.10"
3737
urllib3>=1.26.20,<2.5.0;python_version>="3.10"
3838
requests==2.32.3
@@ -45,7 +45,7 @@ trio-websocket==0.12.2
4545
wsproto==1.2.0
4646
websocket-client==1.8.0
4747
selenium==4.27.1;python_version<"3.9"
48-
selenium==4.31.0;python_version>="3.9"
48+
selenium==4.32.0;python_version>="3.9"
4949
cssselect==1.2.0;python_version<"3.9"
5050
cssselect==1.3.0;python_version>="3.9"
5151
sortedcontainers==2.4.0

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
python_requires=">=3.8",
149149
install_requires=[
150150
'pip>=25.0.1;python_version<"3.9"',
151-
'pip>=25.1;python_version>="3.9"',
151+
'pip>=25.1.1;python_version>="3.9"',
152152
'packaging>=25.0',
153153
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
154154
'setuptools>=80.1.0;python_version>="3.10"',
@@ -181,7 +181,7 @@
181181
"pdbp>=1.7.0",
182182
"idna==3.10",
183183
'chardet==5.2.0',
184-
'charset-normalizer==3.4.1',
184+
'charset-normalizer>=3.4.2,<4',
185185
'urllib3>=1.26.20,<2;python_version<"3.10"',
186186
'urllib3>=1.26.20,<2.5.0;python_version>="3.10"',
187187
'requests==2.32.3',
@@ -194,7 +194,7 @@
194194
'wsproto==1.2.0',
195195
'websocket-client==1.8.0',
196196
'selenium==4.27.1;python_version<"3.9"',
197-
'selenium==4.31.0;python_version>="3.9"',
197+
'selenium==4.32.0;python_version>="3.9"',
198198
'cssselect==1.2.0;python_version<"3.9"',
199199
'cssselect==1.3.0;python_version>="3.9"',
200200
"sortedcontainers==2.4.0",
@@ -264,7 +264,7 @@
264264
'pdfminer.six==20250324;python_version<"3.9"',
265265
'pdfminer.six==20250416;python_version>="3.9"',
266266
'cryptography==39.0.2;python_version<"3.9"',
267-
'cryptography==44.0.2;python_version>="3.9"',
267+
'cryptography==44.0.3;python_version>="3.9"',
268268
'cffi==1.17.1',
269269
"pycparser==2.22",
270270
],

0 commit comments

Comments
 (0)