File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ exceptiongroup>=1.3.1
99websockets ~= 15.0.1 ;python_version < "3.10"
1010websockets >= 16.0 ;python_version >= "3.10"
1111filelock ~= 3.19.1 ;python_version < "3.10"
12- filelock >= 3.25.1 ;python_version >= "3.10"
12+ filelock >= 3.25.2 ;python_version >= "3.10"
1313fasteners >= 0.20
14- mycdp >= 1.3.3
14+ mycdp >= 1.3.4
1515pynose >= 1.5.5
1616platformdirs ~= 4.4.0 ;python_version < "3.10"
1717platformdirs >= 4.9.4 ;python_version >= "3.10"
Original file line number Diff line number Diff line change 157157 'websockets~=15.0.1;python_version<"3.10"' ,
158158 'websockets>=16.0;python_version>="3.10"' ,
159159 'filelock~=3.19.1;python_version<"3.10"' ,
160- 'filelock>=3.25.1 ;python_version>="3.10"' ,
160+ 'filelock>=3.25.2 ;python_version>="3.10"' ,
161161 'fasteners>=0.20' ,
162- 'mycdp>=1.3.3 ' ,
162+ 'mycdp>=1.3.4 ' ,
163163 'pynose>=1.5.5' ,
164164 'platformdirs~=4.4.0;python_version<"3.10"' ,
165165 'platformdirs>=4.9.4;python_version>="3.10"' ,
You can’t perform that action at this time.
0 commit comments