Skip to content

Commit 13b5a22

Browse files
committed
Update a Python dependency
1 parent 3a7d797 commit 13b5a22

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
@@ -87,6 +87,6 @@ pyflakes==2.2.0;python_version>="3.5"
8787
tornado==5.1.1;python_version<"3.5"
8888
tornado==6.1;python_version>="3.5"
8989
allure-pytest==2.8.22;python_version<"3.5"
90-
allure-pytest==2.8.35;python_version>="3.5"
90+
allure-pytest==2.8.36;python_version>="3.5"
9191
pdfminer.six==20191110;python_version<"3.5"
9292
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
'tornado==5.1.1;python_version<"3.5"',
192192
'tornado==6.1;python_version>="3.5"',
193193
'allure-pytest==2.8.22;python_version<"3.5"',
194-
'allure-pytest==2.8.35;python_version>="3.5"',
194+
'allure-pytest==2.8.36;python_version>="3.5"',
195195
'pdfminer.six==20191110;python_version<"3.5"',
196196
'pdfminer.six==20201018;python_version>="3.5"',
197197
],

0 commit comments

Comments
 (0)