File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ packaging>=21.3;python_version>="3.6"
6
6
setuptools >= 44.1.1 ;python_version < "3.5"
7
7
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
8
8
setuptools >= 59.6.0 ;python_version >= "3.6" and python_version<"3.7"
9
- setuptools >= 62.3.2 ;python_version >= "3.7"
9
+ setuptools >= 62.3.3 ;python_version >= "3.7"
10
10
setuptools-scm >= 5.0.2 ;python_version < "3.6"
11
11
setuptools-scm >= 6.4.2 ;python_version >= "3.6"
12
12
tomli >= 1.2.3 ;python_version >= "3.6" and python_version<"3.7"
@@ -44,7 +44,7 @@ requests==2.27.1;python_version>="3.6"
44
44
nose == 1.3.7
45
45
sniffio == 1.2.0 ;python_version >= "3.7"
46
46
h11 == 0.13.0 ;python_version >= "3.7"
47
- trio == 0.20 .0 ;python_version >= "3.7"
47
+ trio == 0.21 .0 ;python_version >= "3.7"
48
48
trio-websocket == 0.9.2 ;python_version >= "3.7"
49
49
pyopenssl == 22.0.0 ;python_version >= "3.7"
50
50
wsproto == 1.1.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 131
131
'setuptools>=44.1.1;python_version<"3.5"' ,
132
132
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
133
133
'setuptools>=59.6.0;python_version>="3.6" and python_version<"3.7"' ,
134
- 'setuptools>=62.3.2 ;python_version>="3.7"' ,
134
+ 'setuptools>=62.3.3 ;python_version>="3.7"' ,
135
135
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
136
136
'setuptools-scm>=6.4.2;python_version>="3.6"' ,
137
137
'tomli>=1.2.3;python_version>="3.6" and python_version<"3.7"' ,
169
169
"nose==1.3.7" ,
170
170
'sniffio==1.2.0;python_version>="3.7"' ,
171
171
'h11==0.13.0;python_version>="3.7"' ,
172
- 'trio==0.20 .0;python_version>="3.7"' ,
172
+ 'trio==0.21 .0;python_version>="3.7"' ,
173
173
'trio-websocket==0.9.2;python_version>="3.7"' ,
174
174
'pyopenssl==22.0.0;python_version>="3.7"' ,
175
175
'wsproto==1.1.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments