File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ six==1.16.0
18
18
ipdb == 0.13.4 ;python_version < "3.5"
19
19
ipdb == 0.13.9 ;python_version >= "3.5"
20
20
parso == 0.7.1 ;python_version < "3.6"
21
- parso == 0.8.2 ;python_version >= "3.6"
21
+ parso == 0.8.3 ;python_version >= "3.6"
22
22
jedi == 0.17.2 ;python_version < "3.6"
23
23
jedi == 0.18.1 ;python_version >= "3.6"
24
24
idna == 2.10 ;python_version < "3.6"
Original file line number Diff line number Diff line change 49
49
print ("\n *** Installing build: *** (Required for PyPI uploads)\n " )
50
50
os .system ("python -m pip install --upgrade 'build>=0.7.0'" )
51
51
print ("\n *** Installing twine: *** (Required for PyPI uploads)\n " )
52
- os .system ("python -m pip install --upgrade 'twine>=3.6 .0'" )
52
+ os .system ("python -m pip install --upgrade 'twine>=3.7 .0'" )
53
53
print ("\n *** Installing tqdm: *** (Required for PyPI uploads)\n " )
54
54
os .system ("python -m pip install --upgrade 'tqdm>=4.62.3'" )
55
55
print ("\n *** Rebuilding distribution packages: ***\n " )
137
137
'ipdb==0.13.4;python_version<"3.5"' ,
138
138
'ipdb==0.13.9;python_version>="3.5"' ,
139
139
'parso==0.7.1;python_version<"3.6"' ,
140
- 'parso==0.8.2 ;python_version>="3.6"' ,
140
+ 'parso==0.8.3 ;python_version>="3.6"' ,
141
141
'jedi==0.17.2;python_version<"3.6"' ,
142
142
'jedi==0.18.1;python_version>="3.6"' ,
143
143
'idna==2.10;python_version<"3.6"' , # Must stay in sync with "requests"
You can’t perform that action at this time.
0 commit comments