Skip to content

Commit 8c3c237

Browse files
committed
Refresh Python dependencies
1 parent 3112ce2 commit 8c3c237

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 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>=65.3.0;python_version>="3.7"
8+
setuptools>=65.4.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
tqdm>=4.64.1
@@ -16,7 +16,7 @@ PyYAML>=6.0;python_version>="3.6"
1616
traitlets>=4.3.3;python_version<"3.7"
1717
traitlets>=5.4.0;python_version>="3.7"
1818
certifi>=2021.10.8;python_version<"3.6"
19-
certifi>=2022.9.14;python_version>="3.6"
19+
certifi>=2022.9.24;python_version>="3.6"
2020
filelock>=3.2.1;python_version<"3.6"
2121
filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2222
filelock>=3.8.0;python_version>="3.7"
@@ -46,12 +46,12 @@ requests==2.27.1;python_version>="3.6" and python_version<"3.7"
4646
requests==2.28.1;python_version>="3.7"
4747
nose==1.3.7
4848
sniffio==1.3.0;python_version>="3.7"
49-
h11==0.13.0;python_version>="3.7"
49+
h11==0.14.0;python_version>="3.7"
5050
outcome==1.2.0;python_version>="3.7"
5151
trio==0.21.0;python_version>="3.7"
5252
trio-websocket==0.9.2;python_version>="3.7"
5353
websockets==10.3;python_version>="3.7"
54-
pyopenssl==22.0.0;python_version>="3.7"
54+
pyopenssl==22.1.0;python_version>="3.7"
5555
wsproto==1.2.0;python_version>="3.7"
5656
selenium==3.141.0;python_version<"3.7"
5757
selenium==4.4.3;python_version>="3.7"

setup.py

Lines changed: 4 additions & 4 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>=65.3.0;python_version>="3.7"',
134+
'setuptools>=65.4.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
"tqdm>=4.64.1",
@@ -142,7 +142,7 @@
142142
'traitlets>=4.3.3;python_version<"3.7"',
143143
'traitlets>=5.4.0;python_version>="3.7"',
144144
'certifi>=2021.10.8;python_version<"3.6"',
145-
'certifi>=2022.9.14;python_version>="3.6"',
145+
'certifi>=2022.9.24;python_version>="3.6"',
146146
'filelock>=3.2.1;python_version<"3.6"',
147147
'filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"',
148148
'filelock>=3.8.0;python_version>="3.7"',
@@ -171,12 +171,12 @@
171171
'requests==2.28.1;python_version>="3.7"',
172172
"nose==1.3.7",
173173
'sniffio==1.3.0;python_version>="3.7"',
174-
'h11==0.13.0;python_version>="3.7"',
174+
'h11==0.14.0;python_version>="3.7"',
175175
'outcome==1.2.0;python_version>="3.7"',
176176
'trio==0.21.0;python_version>="3.7"',
177177
'trio-websocket==0.9.2;python_version>="3.7"',
178178
'websockets==10.3;python_version>="3.7"',
179-
'pyopenssl==22.0.0;python_version>="3.7"',
179+
'pyopenssl==22.1.0;python_version>="3.7"',
180180
'wsproto==1.2.0;python_version>="3.7"',
181181
'selenium==3.141.0;python_version<"3.7"',
182182
'selenium==4.4.3;python_version>="3.7"',

0 commit comments

Comments
 (0)