Skip to content

Commit 1b0a9f0

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +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.36
84+
allure-pytest==2.8.36;python_version>="3.5"
8585
pdfminer.six==20191110;python_version<"3.5"
8686
pdfminer.six==20201018;python_version>="3.5"
8787

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +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.36'
189+
'allure-pytest==2.8.36;python_version>="3.5"',
190190
'pdfminer.six==20191110;python_version<"3.5"',
191191
'pdfminer.six==20201018;python_version>="3.5"',
192192
],

0 commit comments

Comments
 (0)