Skip to content

Commit 1cfc9c2

Browse files
committed
Refresh Python dependencies
1 parent 18b0588 commit 1cfc9c2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exceptiongroup>=1.3.1
1010
websockets~=15.0.1;python_version<"3.10"
1111
websockets>=16.0;python_version>="3.10"
1212
filelock~=3.19.1;python_version<"3.10"
13-
filelock>=3.29.3;python_version>="3.10"
13+
filelock>=3.29.4;python_version>="3.10"
1414
fasteners>=0.20
1515
mycdp>=1.4.0
1616
pynose>=1.5.5
@@ -56,7 +56,7 @@ iniconfig==2.1.0;python_version<"3.10"
5656
iniconfig==2.3.0;python_version>="3.10"
5757
pluggy==1.6.0
5858
pytest==8.4.2;python_version<"3.11"
59-
pytest==9.0.3;python_version>="3.11"
59+
pytest==9.1.0;python_version>="3.11"
6060
pytest-html==4.0.2
6161
pytest-metadata==3.1.1
6262
pytest-ordering==0.6
@@ -67,7 +67,7 @@ parameterized==0.9.0
6767
behave==1.2.6
6868
soupsieve~=2.8.4
6969
beautifulsoup4~=4.15.0
70-
pyotp==2.9.0
70+
pyotp~=2.10.0
7171
python-xlib==0.33;platform_system=="Linux"
7272
PyAutoGUI>=0.9.54;platform_system=="Linux"
7373
markdown-it-py==3.0.0;python_version<"3.10"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
'websockets~=15.0.1;python_version<"3.10"',
175175
'websockets>=16.0;python_version>="3.10"',
176176
'filelock~=3.19.1;python_version<"3.10"',
177-
'filelock>=3.29.3;python_version>="3.10"',
177+
'filelock>=3.29.4;python_version>="3.10"',
178178
'fasteners>=0.20',
179179
'mycdp>=1.4.0',
180180
'pynose>=1.5.5',
@@ -220,7 +220,7 @@
220220
'iniconfig==2.3.0;python_version>="3.10"',
221221
'pluggy==1.6.0',
222222
'pytest==8.4.2;python_version<"3.11"',
223-
'pytest==9.0.3;python_version>="3.11"',
223+
'pytest==9.1.0;python_version>="3.11"',
224224
'pytest-html==4.0.2', # Newer ones had issues
225225
'pytest-metadata==3.1.1',
226226
'pytest-ordering==0.6',
@@ -231,7 +231,7 @@
231231
'behave==1.2.6', # Newer ones had issues
232232
'soupsieve~=2.8.4',
233233
'beautifulsoup4~=4.15.0',
234-
'pyotp==2.9.0',
234+
'pyotp~=2.10.0',
235235
'python-xlib==0.33;platform_system=="Linux"',
236236
'PyAutoGUI>=0.9.54;platform_system=="Linux"',
237237
'markdown-it-py==3.0.0;python_version<"3.10"',

0 commit comments

Comments
 (0)