Skip to content

Commit d11c633

Browse files
committed
Update "ipython" and "tornado" dependencies
1 parent e7d0e6b commit d11c633

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ prompt-toolkit==3.0.8;python_version>="3.6"
5151
ipython==5.10.0;python_version<"3.5"
5252
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
5353
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
54-
ipython==7.18.1;python_version>="3.7"
54+
ipython==7.19.0;python_version>="3.7"
5555
colorama==0.4.4
5656
pathlib2==2.3.5;python_version<"3.5"
5757
importlib-metadata==2.0.0
@@ -62,13 +62,15 @@ brython==3.9.0
6262
pyotp==2.4.1
6363
boto==2.49.0
6464
cffi==1.14.3
65+
rich==9.1.0;python_version>="3.6" and python_version<"4.0"
6566
zipp==1.2.0;python_version<"3.6"
6667
zipp==3.4.0;python_version>="3.6"
67-
rich==9.1.0;python_version>="3.6" and python_version<"4.0"
6868
flake8==3.7.9;python_version<"3.5"
6969
flake8==3.8.4;python_version>="3.5"
7070
pyflakes==2.1.1;python_version<"3.5"
7171
pyflakes==2.2.0;python_version>="3.5"
72+
tornado==5.1.1;python_version<"3.5"
73+
tornado==6.1;python_version>="3.5"
7274
certifi>=2020.6.20
7375
allure-pytest==2.8.19
7476
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
'prompt-toolkit==3.0.8;python_version>="3.6"',
156156
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
157157
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
158-
'ipython==7.18.1;python_version>="3.7"',
158+
'ipython==7.19.0;python_version>="3.7"',
159159
'colorama==0.4.4',
160160
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
161161
'importlib-metadata==2.0.0', # Sync with "virtualenv"
@@ -166,13 +166,15 @@
166166
'pyotp==2.4.1',
167167
'boto==2.49.0',
168168
'cffi==1.14.3',
169+
'rich==9.1.0;python_version>="3.6" and python_version<"4.0"',
169170
'zipp==1.2.0;python_version<"3.6"',
170171
'zipp==3.4.0;python_version>="3.6"',
171-
'rich==9.1.0;python_version>="3.6" and python_version<"4.0"',
172172
'flake8==3.7.9;python_version<"3.5"',
173173
'flake8==3.8.4;python_version>="3.5"',
174174
'pyflakes==2.1.1;python_version<"3.5"',
175175
'pyflakes==2.2.0;python_version>="3.5"',
176+
'tornado==5.1.1;python_version<"3.5"',
177+
'tornado==6.1;python_version>="3.5"',
176178
'certifi>=2020.6.20',
177179
'allure-pytest==2.8.19',
178180
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)