Skip to content

Commit af31767

Browse files
committed
Refresh Python dependencies
1 parent 48a37c5 commit af31767

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packaging>=20.9;python_version<"3.6"
55
packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.6"
77
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
8-
setuptools>=63.4.1;python_version>="3.7"
8+
setuptools>=65.1.0;python_version>="3.7"
99
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
1010
tomli>=2.0.1;python_version>="3.7"
1111
wheel>=0.37.1
@@ -18,7 +18,7 @@ certifi>=2021.10.8;python_version<"3.6"
1818
certifi>=2022.6.15;python_version>="3.6"
1919
filelock>=3.2.1;python_version<"3.6"
2020
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
21-
filelock>=3.7.1;python_version>="3.7"
21+
filelock>=3.8.0;python_version>="3.7"
2222
platformdirs>=2.0.2;python_version<"3.6"
2323
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
2424
platformdirs>=2.5.2;python_version>="3.7"
@@ -52,10 +52,10 @@ trio-websocket==0.9.2;python_version>="3.7"
5252
pyopenssl==22.0.0;python_version>="3.7"
5353
wsproto==1.1.0;python_version>="3.7"
5454
selenium==3.141.0;python_version<"3.7"
55-
selenium==4.3.0;python_version>="3.7"
55+
selenium==4.4.3;python_version>="3.7"
5656
msedge-selenium-tools==3.141.3;python_version<"3.7"
5757
more-itertools==5.0.0;python_version<"3.6"
58-
more-itertools==8.13.0;python_version>="3.6"
58+
more-itertools==8.14.0;python_version>="3.6"
5959
cssselect==1.1.0
6060
sortedcontainers==2.4.0
6161
fasteners==0.16;python_version<"3.6"
@@ -93,15 +93,15 @@ cryptography==2.9.2;python_version<"3.6"
9393
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
9494
cryptography==37.0.4;python_version>="3.7"
9595
pygments==2.5.2;python_version<"3.6"
96-
pygments==2.12.0;python_version>="3.6"
96+
pygments==2.13.0;python_version>="3.6"
9797
prompt-toolkit==1.0.18;python_version<"3.6"
9898
prompt-toolkit==3.0.30;python_version>="3.6"
9999
decorator==4.4.2;python_version<"3.6"
100100
decorator==5.1.1;python_version>="3.6"
101101
ipython==5.10.0;python_version<"3.6"
102102
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
103103
ipython==7.34.0;python_version>="3.7"
104-
matplotlib-inline==0.1.3;python_version>="3.7"
104+
matplotlib-inline==0.1.6;python_version>="3.7"
105105
colorama==0.4.5
106106
importlib-metadata==2.1.3;python_version<"3.6"
107107
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'packaging>=21.3;python_version>="3.6"',
132132
'setuptools>=44.1.1;python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=63.4.1;python_version>="3.7"',
134+
'setuptools>=65.1.0;python_version>="3.7"',
135135
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
136136
'tomli>=2.0.1;python_version>="3.7"',
137137
"wheel>=0.37.1",
@@ -144,7 +144,7 @@
144144
'certifi>=2022.6.15;python_version>="3.6"',
145145
'filelock>=3.2.1;python_version<"3.6"',
146146
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
147-
'filelock>=3.7.1;python_version>="3.7"',
147+
'filelock>=3.8.0;python_version>="3.7"',
148148
'platformdirs>=2.0.2;python_version<"3.6"',
149149
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
150150
'platformdirs>=2.5.2;python_version>="3.7"',
@@ -177,10 +177,10 @@
177177
'pyopenssl==22.0.0;python_version>="3.7"',
178178
'wsproto==1.1.0;python_version>="3.7"',
179179
'selenium==3.141.0;python_version<"3.7"',
180-
'selenium==4.3.0;python_version>="3.7"',
180+
'selenium==4.4.3;python_version>="3.7"',
181181
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
182182
'more-itertools==5.0.0;python_version<"3.6"',
183-
'more-itertools==8.13.0;python_version>="3.6"',
183+
'more-itertools==8.14.0;python_version>="3.6"',
184184
"cssselect==1.1.0",
185185
"sortedcontainers==2.4.0",
186186
'fasteners==0.16;python_version<"3.6"',
@@ -218,15 +218,15 @@
218218
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
219219
'cryptography==37.0.4;python_version>="3.7"',
220220
'pygments==2.5.2;python_version<"3.6"',
221-
'pygments==2.12.0;python_version>="3.6"',
221+
'pygments==2.13.0;python_version>="3.6"',
222222
'prompt-toolkit==1.0.18;python_version<"3.6"',
223223
'prompt-toolkit==3.0.30;python_version>="3.6"',
224224
'decorator==4.4.2;python_version<"3.6"',
225225
'decorator==5.1.1;python_version>="3.6"',
226226
'ipython==5.10.0;python_version<"3.6"',
227227
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
228228
'ipython==7.34.0;python_version>="3.7"', # Requires matplotlib-inline
229-
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
229+
'matplotlib-inline==0.1.6;python_version>="3.7"', # ipython needs this
230230
"colorama==0.4.5",
231231
'importlib-metadata==2.1.3;python_version<"3.6"',
232232
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501

0 commit comments

Comments
 (0)