Skip to content

Commit e735dd6

Browse files
committed
Update Python dependencies
1 parent f22825f commit e735dd6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pip>=20.2.4
2-
packaging>=20.4
1+
pip>=20.3
2+
packaging>=20.7
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5"
55
setuptools-scm>=4.1.2
@@ -30,7 +30,7 @@ pytest-forked==1.3.0
3030
pytest-html==1.22.1;python_version<"3.6"
3131
pytest-html==2.0.1;python_version>="3.6"
3232
pytest-metadata==1.8.0;python_version<"3.6"
33-
pytest-metadata==1.10.0;python_version>="3.6"
33+
pytest-metadata==1.11.0;python_version>="3.6"
3434
pytest-ordering==0.6
3535
pytest-rerunfailures==8.0;python_version<"3.5"
3636
pytest-rerunfailures==9.1.1;python_version>="3.5"
@@ -42,7 +42,7 @@ soupsieve==2.0.1;python_version>="3.5"
4242
beautifulsoup4==4.9.3
4343
cryptography==3.0;python_version<"3.6"
4444
cryptography==3.2.1;python_version>="3.6"
45-
pyopenssl==19.1.0
45+
pyopenssl==20.0.0
4646
pygments==2.5.2;python_version<"3.5"
4747
pygments==2.7.2;python_version>="3.5"
4848
traitlets==4.3.3;python_version<"3.7"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
],
103103
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
104104
install_requires=[
105-
'pip>=20.2.4',
106-
'packaging>=20.4',
105+
'pip>=20.3',
106+
'packaging>=20.7',
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5"',
109109
'setuptools-scm',
@@ -134,7 +134,7 @@
134134
'pytest-html==1.22.1;python_version<"3.6"',
135135
'pytest-html==2.0.1;python_version>="3.6"',
136136
'pytest-metadata==1.8.0;python_version<"3.6"',
137-
'pytest-metadata==1.10.0;python_version>="3.6"',
137+
'pytest-metadata==1.11.0;python_version>="3.6"',
138138
'pytest-ordering==0.6',
139139
'pytest-rerunfailures==8.0;python_version<"3.5"',
140140
'pytest-rerunfailures==9.1.1;python_version>="3.5"',
@@ -146,7 +146,7 @@
146146
'beautifulsoup4==4.9.3',
147147
'cryptography==3.0;python_version<"3.6"',
148148
'cryptography==3.2.1;python_version>="3.6"',
149-
'pyopenssl==19.1.0',
149+
'pyopenssl==20.0.0',
150150
'pygments==2.5.2;python_version<"3.5"',
151151
'pygments==2.7.2;python_version>="3.5"',
152152
'traitlets==4.3.3;python_version<"3.7"',

0 commit comments

Comments
 (0)