Skip to content

Commit 2c530e9

Browse files
committed
Update Python dependencies
1 parent e15f4fe commit 2c530e9

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
@@ -86,6 +86,6 @@ pyflakes==2.2.0;python_version>="3.5"
8686
tornado==5.1.1;python_version<"3.5"
8787
tornado==6.1;python_version>="3.5"
8888
allure-pytest==2.8.22;python_version<"3.5"
89-
allure-pytest==2.8.33;python_version>="3.5"
89+
allure-pytest==2.8.34;python_version>="3.5"
9090
pdfminer.six==20191110;python_version<"3.5"
9191
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'tornado==5.1.1;python_version<"3.5"',
191191
'tornado==6.1;python_version>="3.5"',
192192
'allure-pytest==2.8.22;python_version<"3.5"',
193-
'allure-pytest==2.8.33;python_version>="3.5"',
193+
'allure-pytest==2.8.34;python_version>="3.5"',
194194
'pdfminer.six==20191110;python_version<"3.5"',
195195
'pdfminer.six==20201018;python_version>="3.5"',
196196
],

0 commit comments

Comments
 (0)