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 1
1
pip >= 21.3.1 ;python_version < "3.7"
2
- pip >= 23.1. 2 ;python_version >= "3.7"
2
+ pip >= 23.2 ;python_version >= "3.7"
3
3
packaging >= 21.3 ;python_version < "3.7"
4
4
packaging >= 23.1 ;python_version >= "3.7"
5
5
setuptools >= 59.6.0 ;python_version < "3.7"
@@ -12,7 +12,7 @@ certifi>=2023.5.7
12
12
filelock >= 3.4.1 ;python_version < "3.7"
13
13
filelock >= 3.12.2 ;python_version >= "3.7"
14
14
platformdirs >= 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"
16
16
parse >= 1.19.1
17
17
parse-type >= 0.6.2
18
18
six == 1.16.0
@@ -70,7 +70,7 @@ pygments==2.14.0;python_version<"3.7"
70
70
pygments == 2.15.1 ;python_version >= "3.7"
71
71
pyreadline3 == 3.4.1 ;platform_system == "Windows"
72
72
tabcompleter == 1.2.1
73
- pdbp == 1.4.2
73
+ pdbp == 1.4.3
74
74
colorama == 0.4.5 ;python_version < "3.7"
75
75
colorama == 0.4.6 ;python_version >= "3.7"
76
76
exceptiongroup == 1.1.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 133
133
python_requires = ">=3.6" ,
134
134
install_requires = [
135
135
'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"' ,
137
137
'packaging>=21.3;python_version<"3.7"' ,
138
138
'packaging>=23.1;python_version>="3.7"' ,
139
139
'setuptools>=59.6.0;python_version<"3.7"' ,
146
146
'filelock>=3.4.1;python_version<"3.7"' ,
147
147
'filelock>=3.12.2;python_version>="3.7"' ,
148
148
'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"' ,
150
150
'parse>=1.19.1' ,
151
151
'parse-type>=0.6.2' ,
152
152
"six==1.16.0" ,
204
204
'pygments==2.15.1;python_version>="3.7"' ,
205
205
'pyreadline3==3.4.1;platform_system=="Windows"' ,
206
206
"tabcompleter==1.2.1" ,
207
- "pdbp==1.4.2 " ,
207
+ "pdbp==1.4.3 " ,
208
208
'colorama==0.4.5;python_version<"3.7"' ,
209
209
'colorama==0.4.6;python_version>="3.7"' ,
210
210
'exceptiongroup==1.1.2;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments