Skip to content

Commit aa806de

Browse files
committed
Refresh Python dependencies
1 parent cf687aa commit aa806de

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ outcome==1.2.0;python_version>="3.7"
3737
trio==0.22.0;python_version>="3.7"
3838
trio-websocket==0.9.2;python_version>="3.7"
3939
websockets==10.4;python_version>="3.7"
40-
pyopenssl==22.1.0;python_version>="3.7"
40+
pyopenssl==23.0.0;python_version>="3.7"
4141
wsproto==1.2.0;python_version>="3.7"
4242
selenium==3.141.0;python_version<"3.7"
4343
selenium==4.7.2;python_version>="3.7"
@@ -70,8 +70,8 @@ parse-type==0.6.0
7070
soupsieve==2.3.2.post1;python_version>="3.6"
7171
beautifulsoup4==4.11.1;python_version>="3.6"
7272
cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"
73-
cryptography==38.0.4;python_version>="3.7"
74-
pygments==2.13.0;python_version>="3.6"
73+
cryptography==39.0.0;python_version>="3.7"
74+
pygments==2.14.0;python_version>="3.6"
7575
pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"
7676
tabcompleter==1.1.0
7777
pdbp==1.2.7
@@ -92,7 +92,7 @@ rich==13.0.0;python_version>="3.7" and python_version<"4.0"
9292
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
9393

9494
coverage==6.2;python_version>="3.6" and python_version<"3.7"
95-
coverage==7.0.1;python_version>="3.7"
95+
coverage==7.0.3;python_version>="3.7"
9696
pytest-cov==4.0.0;python_version>="3.6"
9797
flake8==5.0.4;python_version>="3.6" and python_version<"3.9"
9898
flake8==6.0.0;python_version>="3.9"

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
'trio==0.22.0;python_version>="3.7"',
164164
'trio-websocket==0.9.2;python_version>="3.7"',
165165
'websockets==10.4;python_version>="3.7"',
166-
'pyopenssl==22.1.0;python_version>="3.7"',
166+
'pyopenssl==23.0.0;python_version>="3.7"',
167167
'wsproto==1.2.0;python_version>="3.7"',
168168
'selenium==3.141.0;python_version<"3.7"',
169169
'selenium==4.7.2;python_version>="3.7"',
@@ -196,8 +196,8 @@
196196
'soupsieve==2.3.2.post1;python_version>="3.6"',
197197
'beautifulsoup4==4.11.1;python_version>="3.6"',
198198
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"',
199-
'cryptography==38.0.4;python_version>="3.7"',
200-
'pygments==2.13.0;python_version>="3.6"',
199+
'cryptography==39.0.0;python_version>="3.7"',
200+
'pygments==2.14.0;python_version>="3.6"',
201201
'pyreadline3==3.4.1;platform_system=="Windows" and python_version>="3.6"', # noqa: E501
202202
"tabcompleter==1.1.0",
203203
"pdbp==1.2.7",
@@ -219,7 +219,7 @@
219219
# Usage: coverage run -m pytest; coverage html; coverage report
220220
"coverage": [
221221
'coverage==6.2;python_version>="3.6" and python_version<"3.7"',
222-
'coverage==7.0.1;python_version>="3.7"',
222+
'coverage==7.0.3;python_version>="3.7"',
223223
'pytest-cov==4.0.0;python_version>="3.6"',
224224
],
225225
# pip install -e .[flake8]
@@ -248,7 +248,7 @@
248248
# pip install -e .[pillow]
249249
"pillow": [
250250
'Pillow==8.4.0;python_version>="3.6" and python_version<"3.7"',
251-
'Pillow==9.3.0;python_version>="3.7"',
251+
'Pillow==9.4.0;python_version>="3.7"',
252252
],
253253
# pip install -e .[psutil]
254254
"psutil": [

0 commit comments

Comments
 (0)