Skip to content

Commit 1c2f2fe

Browse files
committed
Update Python dependencies
1 parent 426eb7b commit 1c2f2fe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ coverage==5.2
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
45-
rich==3.0.5;python_version>="3.6" and python_version<"4.0"
45+
rich==3.1.0;python_version>="3.6" and python_version<"4.0"
4646
flake8==3.7.9;python_version<"3.5"
4747
flake8==3.8.3;python_version>="3.5"
4848
pyflakes==2.1.1;python_version<"3.5"
4949
pyflakes==2.2.0;python_version>="3.5"
5050
certifi>=2020.6.20
51+
allure-pytest==2.8.16
5152
pdfminer.six==20191110;python_version<"3.5"
5253
pdfminer.six==20200517;python_version>="3.5"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,13 @@
134134
'pyotp==2.3.0',
135135
'boto==2.49.0',
136136
'cffi==1.14.0',
137-
'rich==3.0.5;python_version>="3.6" and python_version<"4.0"',
137+
'rich==3.1.0;python_version>="3.6" and python_version<"4.0"',
138138
'flake8==3.7.9;python_version<"3.5"',
139139
'flake8==3.8.3;python_version>="3.5"',
140140
'pyflakes==2.1.1;python_version<"3.5"',
141141
'pyflakes==2.2.0;python_version>="3.5"',
142142
'certifi>=2020.6.20',
143+
'allure-pytest==2.8.16',
143144
'pdfminer.six==20191110;python_version<"3.5"',
144145
'pdfminer.six==20200517;python_version>="3.5"',
145146
],

0 commit comments

Comments
 (0)