File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11pip >= 21.3.1 ;python_version < "3.7"
2- pip >= 23.1. 2 ;python_version >= "3.7"
2+ pip >= 23.2 ;python_version >= "3.7"
33packaging >= 21.3 ;python_version < "3.7"
44packaging >= 23.1 ;python_version >= "3.7"
55setuptools >= 59.6.0 ;python_version < "3.7"
@@ -12,7 +12,7 @@ certifi>=2023.5.7
1212filelock >= 3.4.1 ;python_version < "3.7"
1313filelock >= 3.12.2 ;python_version >= "3.7"
1414platformdirs >= 2.4.0 ;python_version < "3.7"
15- platformdirs >= 3.8 .1 ;python_version >= "3.7"
15+ platformdirs >= 3.9 .1 ;python_version >= "3.7"
1616parse >= 1.19.1
1717parse-type >= 0.6.2
1818six == 1.16.0
@@ -70,7 +70,7 @@ pygments==2.14.0;python_version<"3.7"
7070pygments == 2.15.1 ;python_version >= "3.7"
7171pyreadline3 == 3.4.1 ;platform_system == "Windows"
7272tabcompleter == 1.2.1
73- pdbp == 1.4.2
73+ pdbp == 1.4.3
7474colorama == 0.4.5 ;python_version < "3.7"
7575colorama == 0.4.6 ;python_version >= "3.7"
7676exceptiongroup == 1.1.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 133133 python_requires = ">=3.6" ,
134134 install_requires = [
135135 'pip>=21.3.1;python_version<"3.7"' ,
136- 'pip>=23.1. 2;python_version>="3.7"' ,
136+ 'pip>=23.2;python_version>="3.7"' ,
137137 'packaging>=21.3;python_version<"3.7"' ,
138138 'packaging>=23.1;python_version>="3.7"' ,
139139 'setuptools>=59.6.0;python_version<"3.7"' ,
146146 'filelock>=3.4.1;python_version<"3.7"' ,
147147 'filelock>=3.12.2;python_version>="3.7"' ,
148148 'platformdirs>=2.4.0;python_version<"3.7"' ,
149- 'platformdirs>=3.8 .1;python_version>="3.7"' ,
149+ 'platformdirs>=3.9 .1;python_version>="3.7"' ,
150150 'parse>=1.19.1' ,
151151 'parse-type>=0.6.2' ,
152152 "six==1.16.0" ,
204204 'pygments==2.15.1;python_version>="3.7"' ,
205205 'pyreadline3==3.4.1;platform_system=="Windows"' ,
206206 "tabcompleter==1.2.1" ,
207- "pdbp==1.4.2 " ,
207+ "pdbp==1.4.3 " ,
208208 'colorama==0.4.5;python_version<"3.7"' ,
209209 'colorama==0.4.6;python_version>="3.7"' ,
210210 'exceptiongroup==1.1.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments