Skip to content

Commit 1f9b07b

Browse files
committed
Update Python dependencies
1 parent dcae21d commit 1f9b07b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ packaging>=21.0;python_version>="3.6"
55
typing-extensions>=3.10.0.2
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
8-
setuptools>=57.4.0;python_version>="3.6"
8+
setuptools>=58.0.0;python_version>="3.6"
99
setuptools-scm==5.0.2;python_version<"3.6"
10-
setuptools-scm>=6.0.1;python_version>="3.6"
10+
setuptools-scm>=6.3.1;python_version>="3.6"
11+
tomli>=1.2.1;python_version>="3.6"
1112
wheel>=0.37.0
1213
attrs>=21.2.0
1314
PyYAML>=5.4.1;python_version>="3.6"
@@ -33,7 +34,7 @@ requests==2.26.0;python_version>="3.6"
3334
selenium==3.141.0
3435
msedge-selenium-tools==3.141.3
3536
more-itertools==5.0.0;python_version<"3.5"
36-
more-itertools==8.8.0;python_version>="3.5"
37+
more-itertools==8.9.0;python_version>="3.5"
3738
cssselect==1.1.0
3839
filelock==3.0.12
3940
fasteners==0.16;python_version<"3.5"
@@ -98,7 +99,7 @@ cffi==1.14.6
9899
toml==0.10.2
99100
Pillow==6.2.2;python_version<"3.5"
100101
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
101-
Pillow==8.3.1;python_version>="3.6"
102+
Pillow==8.3.2;python_version>="3.6"
102103
rich==10.9.0;python_version>="3.6" and python_version<"4.0"
103104
tornado==5.1.1;python_version<"3.5"
104105
tornado==6.1;python_version>="3.5"

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,10 @@
121121
"typing-extensions>=3.10.0.2",
122122
'setuptools>=44.1.1;python_version<"3.5"',
123123
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
124-
'setuptools>=57.4.0;python_version>="3.6"',
124+
'setuptools>=58.0.0;python_version>="3.6"',
125125
'setuptools-scm==5.0.2;python_version<"3.6"',
126-
'setuptools-scm>=6.0.1;python_version>="3.6"',
126+
'setuptools-scm>=6.3.1;python_version>="3.6"',
127+
'tomli>=1.2.1;python_version>="3.6"',
127128
"wheel>=0.37.0",
128129
"attrs>=21.2.0",
129130
'PyYAML>=5.4.1;python_version>="3.6"',
@@ -149,7 +150,7 @@
149150
"selenium==3.141.0",
150151
"msedge-selenium-tools==3.141.3",
151152
'more-itertools==5.0.0;python_version<"3.5"',
152-
'more-itertools==8.8.0;python_version>="3.5"',
153+
'more-itertools==8.9.0;python_version>="3.5"',
153154
"cssselect==1.1.0",
154155
"filelock==3.0.12",
155156
'fasteners==0.16;python_version<"3.5"',
@@ -214,7 +215,7 @@
214215
"toml==0.10.2",
215216
'Pillow==6.2.2;python_version<"3.5"',
216217
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
217-
'Pillow==8.3.1;python_version>="3.6"',
218+
'Pillow==8.3.2;python_version>="3.6"',
218219
'rich==10.9.0;python_version>="3.6" and python_version<"4.0"',
219220
'tornado==5.1.1;python_version<"3.5"',
220221
'tornado==6.1;python_version>="3.5"',

0 commit comments

Comments
 (0)