File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exceptiongroup>=1.3.1
1010websockets ~= 15.0.1 ;python_version < "3.10"
1111websockets >= 16.0 ;python_version >= "3.10"
1212filelock ~= 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"
1414fasteners >= 0.20
1515mycdp >= 1.4.0
1616pynose >= 1.5.5
@@ -56,7 +56,7 @@ iniconfig==2.1.0;python_version<"3.10"
5656iniconfig == 2.3.0 ;python_version >= "3.10"
5757pluggy == 1.6.0
5858pytest == 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"
6060pytest-html == 4.0.2
6161pytest-metadata == 3.1.1
6262pytest-ordering == 0.6
@@ -67,7 +67,7 @@ parameterized==0.9.0
6767behave == 1.2.6
6868soupsieve ~= 2.8.4
6969beautifulsoup4 ~= 4.15.0
70- pyotp == 2.9 .0
70+ pyotp ~= 2.10 .0
7171python-xlib == 0.33 ;platform_system == "Linux"
7272PyAutoGUI >= 0.9.54 ;platform_system == "Linux"
7373markdown-it-py == 3.0.0 ;python_version < "3.10"
Original file line number Diff line number Diff line change 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' ,
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' ,
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"' ,
You can’t perform that action at this time.
0 commit comments