Skip to content

Commit 7dd74ac

Browse files
committed
Refresh Python dependencies
1 parent c93ddae commit 7dd74ac

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
66
setuptools>=44.1.1;python_version<"3.5"
77
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
88
setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"
9-
setuptools>=60.9.1;python_version>="3.7"
9+
setuptools>=60.9.3;python_version>="3.7"
1010
setuptools-scm>=5.0.2;python_version<"3.6"
1111
setuptools-scm>=6.4.2;python_version>="3.6"
1212
tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"
@@ -36,20 +36,20 @@ requests==2.27.1;python_version>="3.6"
3636
nose==1.3.7
3737
sniffio==1.2.0;python_version>="3.7"
3838
h11==0.13.0;python_version>="3.7"
39-
trio==0.19.0;python_version>="3.7"
39+
trio==0.20.0;python_version>="3.7"
4040
trio-websocket==0.9.2;python_version>="3.7"
4141
pyopenssl==22.0.0;python_version>="3.7"
4242
wsproto==1.0.0;python_version>="3.7"
4343
selenium==3.141.0;python_version<"3.7"
44-
selenium==4.1.0;python_version>="3.7"
44+
selenium==4.1.2;python_version>="3.7"
4545
msedge-selenium-tools==3.141.3;python_version<"3.7"
4646
more-itertools==5.0.0;python_version<"3.5"
4747
more-itertools==8.12.0;python_version>="3.5"
4848
cssselect==1.1.0
4949
sortedcontainers==2.4.0
5050
filelock==3.2.1;python_version<"3.6"
5151
filelock==3.4.1;python_version>="3.6" and python_version<"3.7"
52-
filelock==3.5.0;python_version>="3.7"
52+
filelock==3.6.0;python_version>="3.7"
5353
fasteners==0.16;python_version<"3.5"
5454
fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"
5555
fasteners==0.17.3;python_version>="3.6"
@@ -94,16 +94,16 @@ decorator==5.1.1;python_version>="3.5"
9494
ipython==5.10.0;python_version<"3.5"
9595
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9696
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
97-
ipython==7.31.1;python_version>="3.7"
97+
ipython==7.32.0;python_version>="3.7"
9898
matplotlib-inline==0.1.3;python_version>="3.7"
9999
colorama==0.4.4
100100
platformdirs==2.0.2;python_version<"3.6"
101101
platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"
102-
platformdirs==2.5.0;python_version>="3.7"
102+
platformdirs==2.5.1;python_version>="3.7"
103103
pathlib2==2.3.6;python_version<"3.5"
104104
importlib-metadata==2.1.3;python_version<"3.6"
105105
importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"
106-
virtualenv>=20.13.1
106+
virtualenv>=20.13.2
107107
pycparser==2.21
108108
pymysql==0.10.1;python_version<"3.6"
109109
pymysql==1.0.2;python_version>="3.6"
@@ -130,7 +130,7 @@ pdfminer.six==20211012;python_version>="3.6"
130130

131131
coverage==5.5;python_version<"3.6"
132132
coverage==6.2;python_version>="3.6" and python_version<"3.7"
133-
coverage==6.3.1;python_version>="3.7"
133+
coverage==6.3.2;python_version>="3.7"
134134
pytest-cov==2.12.1;python_version<"3.6"
135135
pytest-cov==3.0.0;python_version>="3.6"
136136
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
'setuptools>=44.1.1;python_version<"3.5"',
132132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
133133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"',
134-
'setuptools>=60.9.1;python_version>="3.7"',
134+
'setuptools>=60.9.3;python_version>="3.7"',
135135
'setuptools-scm>=5.0.2;python_version<"3.6"',
136136
'setuptools-scm>=6.4.2;python_version>="3.6"',
137137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"',
@@ -161,20 +161,20 @@
161161
"nose==1.3.7",
162162
'sniffio==1.2.0;python_version>="3.7"',
163163
'h11==0.13.0;python_version>="3.7"',
164-
'trio==0.19.0;python_version>="3.7"',
164+
'trio==0.20.0;python_version>="3.7"',
165165
'trio-websocket==0.9.2;python_version>="3.7"',
166166
'pyopenssl==22.0.0;python_version>="3.7"',
167167
'wsproto==1.0.0;python_version>="3.7"',
168168
'selenium==3.141.0;python_version<"3.7"',
169-
'selenium==4.1.0;python_version>="3.7"',
169+
'selenium==4.1.2;python_version>="3.7"',
170170
'msedge-selenium-tools==3.141.3;python_version<"3.7"',
171171
'more-itertools==5.0.0;python_version<"3.5"',
172172
'more-itertools==8.12.0;python_version>="3.5"',
173173
"cssselect==1.1.0",
174174
"sortedcontainers==2.4.0",
175175
'filelock==3.2.1;python_version<"3.6"',
176176
'filelock==3.4.1;python_version>="3.6" and python_version<"3.7"',
177-
'filelock==3.5.0;python_version>="3.7"',
177+
'filelock==3.6.0;python_version>="3.7"',
178178
'fasteners==0.16;python_version<"3.5"',
179179
'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"',
180180
'fasteners==0.17.3;python_version>="3.6"',
@@ -219,16 +219,16 @@
219219
'ipython==5.10.0;python_version<"3.5"',
220220
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
221221
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
222-
'ipython==7.31.1;python_version>="3.7"', # Requires matplotlib-inline
222+
'ipython==7.32.0;python_version>="3.7"', # Requires matplotlib-inline
223223
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
224224
"colorama==0.4.4",
225225
'platformdirs==2.0.2;python_version<"3.6"',
226226
'platformdirs==2.4.0;python_version>="3.6" and python_version<"3.7"',
227-
'platformdirs==2.5.0;python_version>="3.7"',
227+
'platformdirs==2.5.1;python_version>="3.7"',
228228
'pathlib2==2.3.6;python_version<"3.5"', # Sync with "virtualenv"
229229
'importlib-metadata==2.1.3;python_version<"3.6"',
230230
'importlib-metadata==4.2.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
231-
"virtualenv>=20.13.1", # Sync with importlib-metadata and pathlib2
231+
"virtualenv>=20.13.2", # Sync with importlib-metadata and pathlib2
232232
"pycparser==2.21",
233233
'pymysql==0.10.1;python_version<"3.6"',
234234
'pymysql==1.0.2;python_version>="3.6"',
@@ -255,7 +255,7 @@
255255
"coverage": [
256256
'coverage==5.5;python_version<"3.6"',
257257
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
258-
'coverage==6.3.1;python_version>="3.7"',
258+
'coverage==6.3.2;python_version>="3.7"',
259259
'pytest-cov==2.12.1;python_version<"3.6"',
260260
'pytest-cov==3.0.0;python_version>="3.6"',
261261
],

0 commit comments

Comments
 (0)