File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11pip >= 26.0.1
2- packaging >= 26.0
2+ packaging >= 26.1
33setuptools ~= 70.2 ;python_version < "3.10"
44setuptools >= 82.0.1 ;python_version >= "3.10"
55wheel >= 0.46.3
@@ -9,7 +9,7 @@ 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.2 ;python_version >= "3.10"
12+ filelock >= 3.28.0 ;python_version >= "3.10"
1313fasteners >= 0.20
1414mycdp >= 1.3.7
1515pynose >= 1.5.5
Original file line number Diff line number Diff line change 147147 python_requires = ">=3.9" ,
148148 install_requires = [
149149 'pip>=26.0.1' ,
150- 'packaging>=26.0 ' ,
150+ 'packaging>=26.1 ' ,
151151 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
152152 'setuptools>=82.0.1;python_version>="3.10"' ,
153153 'wheel>=0.46.3' ,
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.2 ;python_version>="3.10"' ,
160+ 'filelock>=3.28.0 ;python_version>="3.10"' ,
161161 'fasteners>=0.20' ,
162162 'mycdp>=1.3.7' ,
163163 'pynose>=1.5.5' ,
You can’t perform that action at this time.
0 commit comments