Skip to content

Commit aab113a

Browse files
committed
Update Python dependencies
1 parent b90c1e8 commit aab113a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.1.1
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=47.3.0;python_version>="3.5"
4+
setuptools>=47.3.1;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -10,11 +10,12 @@ ipdb==0.13.2
1010
idna==2.9
1111
chardet==3.0.4
1212
urllib3==1.25.9
13-
requests==2.23.0
13+
requests==2.24.0
1414
selenium==3.141.0
1515
pluggy==0.13.1
1616
attrs>=19.3.0
17-
py==1.8.2
17+
py==1.8.1;sys_platform=="win32"
18+
py==1.8.2;sys_platform!="win32"
1819
pytest==4.6.11;python_version<"3.5"
1920
pytest==5.4.3;python_version>="3.5"
2021
pytest-cov==2.10.0

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.1.1',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=47.3.0;python_version>="3.5"',
96+
'setuptools>=47.3.1;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',
@@ -102,11 +102,12 @@
102102
'idna==2.9', # Must stay in sync with "requests"
103103
'chardet==3.0.4', # Must stay in sync with "requests"
104104
'urllib3==1.25.9', # Must stay in sync with "requests"
105-
'requests==2.23.0',
105+
'requests==2.24.0',
106106
'selenium==3.141.0',
107107
'pluggy==0.13.1',
108108
'attrs>=19.3.0',
109-
'py==1.8.2',
109+
'py==1.8.1;sys_platform=="win32"',
110+
'py==1.8.2;sys_platform!="win32"',
110111
'pytest==4.6.11;python_version<"3.5"',
111112
'pytest==5.4.3;python_version>="3.5"',
112113
'pytest-cov==2.10.0',

0 commit comments

Comments
 (0)