Skip to content

Commit 7455be9

Browse files
committed
Update Python dependencies
1 parent e09c860 commit 7455be9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ Pillow==8.1.2;python_version>="3.6"
8181
rich==9.13.0;python_version>="3.6" and python_version<"4.0"
8282
tornado==5.1.1;python_version<"3.5"
8383
tornado==6.1;python_version>="3.5"
84-
allure-pytest==2.8.22;python_version<"3.5"
85-
allure-pytest==2.8.36;python_version>="3.5"
84+
allure-pytest==2.8.36
8685
pdfminer.six==20191110;python_version<"3.5"
8786
pdfminer.six==20201018;python_version>="3.5"
8887

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@
186186
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"',
187187
'tornado==5.1.1;python_version<"3.5"',
188188
'tornado==6.1;python_version>="3.5"',
189-
'allure-pytest==2.8.22;python_version<"3.5"',
190-
'allure-pytest==2.8.36;python_version>="3.5"',
189+
'allure-pytest==2.8.36'
191190
'pdfminer.six==20191110;python_version<"3.5"',
192191
'pdfminer.six==20201018;python_version>="3.5"',
193192
],

0 commit comments

Comments
 (0)