Skip to content

Commit 61bfb23

Browse files
committed
Refresh Python dependencies
1 parent 532cc63 commit 61bfb23

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pytest-xdist==3.8.0
6666
parameterized==0.9.0
6767
behave==1.2.6
6868
soupsieve~=2.8.4
69-
beautifulsoup4~=4.14.3
69+
beautifulsoup4~=4.15.0
7070
pyotp==2.9.0
7171
python-xlib==0.33;platform_system=="Linux"
7272
PyAutoGUI>=0.9.54;platform_system=="Linux"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
'parameterized==0.9.0',
231231
'behave==1.2.6', # Newer ones had issues
232232
'soupsieve~=2.8.4',
233-
'beautifulsoup4~=4.14.3',
233+
'beautifulsoup4~=4.15.0',
234234
'pyotp==2.9.0',
235235
'python-xlib==0.33;platform_system=="Linux"',
236236
'PyAutoGUI>=0.9.54;platform_system=="Linux"',
@@ -273,7 +273,7 @@
273273
"pdfminer": [
274274
'pdfminer.six==20251107;python_version<"3.10"',
275275
'pdfminer.six==20260107;python_version>="3.10"',
276-
'cryptography==48.0.0',
276+
'cryptography==48.0.1',
277277
'cffi==2.0.0',
278278
'pycparser==2.23;python_version<"3.10"',
279279
'pycparser==3.0;python_version>="3.10"',

0 commit comments

Comments
 (0)