File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ setuptools-scm>=4.1.2
6
6
wheel >= 0.35.1
7
7
six == 1.15.0
8
8
nose == 1.3.7
9
- ipdb == 0.13.3
9
+ ipdb == 0.13.4
10
10
parso == 0.7.1
11
11
jedi == 0.17.2
12
12
idna == 2.10
@@ -53,9 +53,9 @@ ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
53
53
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
54
54
ipython == 7.18.1 ;python_version >= "3.7"
55
55
colorama == 0.4.3
56
- pathlib2 > =2.3.5 ;python_version < "3.5"
57
- importlib-metadata == 1.7 .0
58
- virtualenv >= 20.0.31
56
+ pathlib2 = =2.3.5 ;python_version < "3.5"
57
+ importlib-metadata == 2.0 .0
58
+ virtualenv >= 20.0.32
59
59
pymysql == 0.10.1
60
60
coverage == 5.3
61
61
brython == 3.8.10
Original file line number Diff line number Diff line change 147
147
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
148
148
'ipython==7.18.1;python_version>="3.7"' ,
149
149
'colorama==0.4.3' ,
150
- 'pathlib2> =2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
151
- 'importlib-metadata==1.7 .0' , # Must stay in sync with "virtualenv"
152
- 'virtualenv>=20.0.31 ' , # Must stay in sync with " importlib-metadata"
150
+ 'pathlib2= =2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
151
+ 'importlib-metadata==2.0 .0' , # Sync with "virtualenv"
152
+ 'virtualenv>=20.0.32 ' , # Sync with importlib-metadata and pathlib2
153
153
'pymysql==0.10.1' ,
154
154
'coverage==5.3' ,
155
155
'brython==3.8.10' ,
You can’t perform that action at this time.
0 commit comments