Skip to content

Commit 730c6d0

Browse files
committed
Refresh Python dependencies
1 parent 5b332d0 commit 730c6d0

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip>=23.0.1;python_version>="3.7"
33
packaging>=21.3;python_version<"3.7"
44
packaging>=23.0;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
6-
setuptools>=67.6.0;python_version>="3.7"
6+
setuptools>=67.6.1;python_version>="3.7"
77
keyring>=23.4.1;python_version<"3.8"
88
keyring>=23.13.1;python_version>="3.8"
99
tomli>=1.2.3;python_version<"3.7"
@@ -17,10 +17,11 @@ attrs>=22.2.0;python_version>="3.7"
1717
PyYAML>=6.0
1818
certifi>=2022.12.7
1919
filelock>=3.4.1;python_version<"3.7"
20-
filelock>=3.10.7;python_version>="3.7"
20+
filelock>=3.11.0;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.2.0;python_version>="3.7"
2323
pyparsing>=3.0.7;python_version<"3.7"
24+
pyparsing>=3.0.9;python_version>="3.7"
2425
zipp==3.6.0;python_version<"3.7"
2526
zipp>=3.15.0;python_version>="3.7"
2627
more-itertools==8.14.0;python_version<"3.7"
@@ -42,7 +43,6 @@ h11==0.14.0;python_version>="3.7"
4243
outcome==1.2.0;python_version>="3.7"
4344
trio==0.22.0;python_version>="3.7"
4445
trio-websocket==0.10.2;python_version>="3.7"
45-
websockets==10.4;python_version>="3.7"
4646
pyopenssl==23.1.1;python_version>="3.7"
4747
wsproto==1.2.0;python_version>="3.7"
4848
selenium==3.141.0;python_version<"3.7"
@@ -59,7 +59,7 @@ iniconfig==2.0.0;python_version>="3.7"
5959
pluggy==1.0.0
6060
py==1.11.0
6161
pytest==7.0.1;python_version<"3.7"
62-
pytest==7.2.2;python_version>="3.7"
62+
pytest==7.3.0;python_version>="3.7"
6363
pytest-forked==1.4.0;python_version<"3.7"
6464
pytest-forked==1.6.0;python_version>="3.7"
6565
pytest-html==2.0.1
@@ -76,7 +76,7 @@ sbvirtualdisplay==1.2.0
7676
behave==1.2.6
7777
soupsieve==2.3.2.post1;python_version<"3.7"
7878
soupsieve==2.4;python_version>="3.7"
79-
beautifulsoup4==4.12.0
79+
beautifulsoup4==4.12.2
8080
cryptography==36.0.2;python_version<"3.7"
8181
cryptography==40.0.1;python_version>="3.7"
8282
pygments==2.14.0
@@ -103,7 +103,7 @@ rich==13.3.3;python_version>="3.7"
103103
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
104104

105105
coverage==6.2;python_version<"3.7"
106-
coverage==7.2.2;python_version>="3.7"
106+
coverage==7.2.3;python_version>="3.7"
107107
pytest-cov==4.0.0
108108
flake8==5.0.4;python_version<"3.9"
109109
flake8==6.0.0;python_version>="3.9"

setup.py

+7-8
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
'packaging>=21.3;python_version<"3.7"',
128128
'packaging>=23.0;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130-
'setuptools>=67.6.0;python_version>="3.7"',
130+
'setuptools>=67.6.1;python_version>="3.7"',
131131
'keyring>=23.4.1;python_version<"3.8"',
132132
'keyring>=23.13.1;python_version>="3.8"',
133133
'tomli>=1.2.3;python_version<"3.7"',
@@ -141,10 +141,11 @@
141141
"PyYAML>=6.0",
142142
"certifi>=2022.12.7",
143143
'filelock>=3.4.1;python_version<"3.7"',
144-
'filelock>=3.10.7;python_version>="3.7"',
144+
'filelock>=3.11.0;python_version>="3.7"',
145145
'platformdirs>=2.4.0;python_version<"3.7"',
146146
'platformdirs>=3.2.0;python_version>="3.7"',
147147
'pyparsing>=3.0.7;python_version<"3.7"',
148+
'pyparsing>=3.0.9;python_version>="3.7"',
148149
'zipp==3.6.0;python_version<"3.7"',
149150
'zipp>=3.15.0;python_version>="3.7"',
150151
'more-itertools==8.14.0;python_version<"3.7"',
@@ -166,7 +167,6 @@
166167
'outcome==1.2.0;python_version>="3.7"',
167168
'trio==0.22.0;python_version>="3.7"',
168169
'trio-websocket==0.10.2;python_version>="3.7"',
169-
'websockets==10.4;python_version>="3.7"',
170170
'pyopenssl==23.1.1;python_version>="3.7"',
171171
'wsproto==1.2.0;python_version>="3.7"',
172172
'selenium==3.141.0;python_version<"3.7"',
@@ -183,7 +183,7 @@
183183
"pluggy==1.0.0",
184184
"py==1.11.0",
185185
'pytest==7.0.1;python_version<"3.7"',
186-
'pytest==7.2.2;python_version>="3.7"',
186+
'pytest==7.3.0;python_version>="3.7"',
187187
'pytest-forked==1.4.0;python_version<"3.7"',
188188
'pytest-forked==1.6.0;python_version>="3.7"',
189189
"pytest-html==2.0.1", # Newer ones had issues
@@ -200,7 +200,7 @@
200200
"behave==1.2.6",
201201
'soupsieve==2.3.2.post1;python_version<"3.7"',
202202
'soupsieve==2.4;python_version>="3.7"',
203-
"beautifulsoup4==4.12.0",
203+
"beautifulsoup4==4.12.2",
204204
'cryptography==36.0.2;python_version<"3.7"',
205205
'cryptography==40.0.1;python_version>="3.7"',
206206
"pygments==2.14.0",
@@ -239,7 +239,7 @@
239239
# Usage: coverage run -m pytest; coverage html; coverage report
240240
"coverage": [
241241
'coverage==6.2;python_version<"3.7"',
242-
'coverage==7.2.2;python_version>="3.7"',
242+
'coverage==7.2.3;python_version>="3.7"',
243243
"pytest-cov==4.0.0",
244244
],
245245
# pip install -e .[flake8]
@@ -268,7 +268,7 @@
268268
# pip install -e .[pillow]
269269
"pillow": [
270270
'Pillow==8.4.0;python_version<"3.7"',
271-
'Pillow==9.4.0;python_version>="3.7"',
271+
'Pillow==9.5.0;python_version>="3.7"',
272272
],
273273
# pip install -e .[psutil]
274274
"psutil": [
@@ -277,7 +277,6 @@
277277
# pip install -e .[selenium-wire]
278278
"selenium-wire": [
279279
'selenium-wire==5.1.0;python_version>="3.7"',
280-
'pyparsing==3.0.9;python_version>="3.7"',
281280
'Brotli==1.0.9;python_version>="3.7"',
282281
'blinker==1.5;python_version>="3.7"',
283282
'h2==4.1.0;python_version>="3.7"',

0 commit comments

Comments
 (0)