Skip to content

Commit 4bfb9aa

Browse files
committed
Update Python dependencies
1 parent 8cfa0dc commit 4bfb9aa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip>=20.3.3
22
packaging>=20.8
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
5-
setuptools>=51.0.0;python_version>="3.6"
5+
setuptools>=51.1.0;python_version>="3.6"
66
setuptools-scm>=5.0.1
77
wheel>=0.36.2
88
attrs>=20.3.0
@@ -82,6 +82,6 @@ pyflakes==2.2.0;python_version>="3.5"
8282
tornado==5.1.1;python_version<"3.5"
8383
tornado==6.1;python_version>="3.5"
8484
allure-pytest==2.8.22;python_version<"3.5"
85-
allure-pytest==2.8.24;python_version>="3.5"
85+
allure-pytest==2.8.29;python_version>="3.5"
8686
pdfminer.six==20191110;python_version<"3.5"
8787
pdfminer.six==20201018;python_version>="3.5"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@
106106
'packaging>=20.8',
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
109-
'setuptools>=51.0.0;python_version>="3.6"',
110-
'setuptools-scm',
109+
'setuptools>=51.1.0;python_version>="3.6"',
110+
'setuptools-scm>=5.0.1',
111111
'wheel>=0.36.2',
112112
'attrs>=20.3.0',
113113
'certifi>=2020.12.5',
114-
'six',
115-
'nose',
116-
'ipdb',
114+
'six==1.15.0',
115+
'nose==1.3.7',
116+
'ipdb==0.13.4',
117117
'parso==0.7.1', # The last version for Python 2 and 3.5
118118
'jedi==0.17.2', # The last version for Python 2 and 3.5
119119
'idna==2.10', # Must stay in sync with "requests"
@@ -186,7 +186,7 @@
186186
'tornado==5.1.1;python_version<"3.5"',
187187
'tornado==6.1;python_version>="3.5"',
188188
'allure-pytest==2.8.22;python_version<"3.5"',
189-
'allure-pytest==2.8.24;python_version>="3.5"',
189+
'allure-pytest==2.8.29;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)