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 @@ -41,7 +41,7 @@ pytest-rerunfailures==8.0;python_version<"3.5"
41
41
pytest-rerunfailures == 9.1.1 ;python_version >= "3.5"
42
42
pytest-xdist == 1.34.0 ;python_version < "3.5"
43
43
pytest-xdist == 2.2.0 ;python_version >= "3.5"
44
- parameterized == 0.7.4
44
+ parameterized == 0.7.5
45
45
soupsieve == 1.9.6 ;python_version < "3.5"
46
46
soupsieve == 2.0.1 ;python_version >= "3.5" and python_version<"3.6"
47
47
soupsieve == 2.1 ;python_version >= "3.6"
@@ -55,7 +55,7 @@ pygments==2.7.3;python_version>="3.5"
55
55
traitlets == 4.3.3 ;python_version < "3.7"
56
56
traitlets == 5.0.5 ;python_version >= "3.7"
57
57
prompt-toolkit == 1.0.18 ;python_version < "3.6"
58
- prompt-toolkit == 3.0.8 ;python_version >= "3.6"
58
+ prompt-toolkit == 3.0.9 ;python_version >= "3.6"
59
59
ipython == 5.10.0 ;python_version < "3.5"
60
60
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
61
61
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
@@ -66,7 +66,7 @@ importlib-metadata==2.0.0;python_version<"3.6"
66
66
virtualenv >= 20.2.2
67
67
pymysql == 0.10.1
68
68
coverage == 5.3.1
69
- brython == 3.9.0
69
+ brython == 3.9.1
70
70
pyotp == 2.4.1
71
71
boto == 2.49.0
72
72
cffi == 1.14.4
Original file line number Diff line number Diff line change 145
145
'pytest-rerunfailures==9.1.1;python_version>="3.5"' ,
146
146
'pytest-xdist==1.34.0;python_version<"3.5"' ,
147
147
'pytest-xdist==2.2.0;python_version>="3.5"' ,
148
- 'parameterized==0.7.4 ' ,
148
+ 'parameterized==0.7.5 ' ,
149
149
'soupsieve==1.9.6;python_version<"3.5"' ,
150
150
'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"' ,
151
151
'soupsieve==2.1;python_version>="3.6"' ,
160
160
'traitlets==5.0.5;python_version>="3.7"' ,
161
161
'ipython==5.10.0;python_version<"3.5"' ,
162
162
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
163
- 'prompt-toolkit==3.0.8 ;python_version>="3.6"' ,
163
+ 'prompt-toolkit==3.0.9 ;python_version>="3.6"' ,
164
164
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
165
165
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
166
166
'ipython==7.19.0;python_version>="3.7"' ,
170
170
'virtualenv>=20.2.2' , # Sync with importlib-metadata and pathlib2
171
171
'pymysql==0.10.1' ,
172
172
'coverage==5.3.1' ,
173
- 'brython==3.9.0 ' ,
173
+ 'brython==3.9.1 ' ,
174
174
'pyotp==2.4.1' ,
175
175
'boto==2.49.0' ,
176
176
'cffi==1.14.4' ,
You can’t perform that action at this time.
0 commit comments