Skip to content

Commit 897174a

Browse files
committed
Refresh Python dependencies
1 parent da0f94c commit 897174a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 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>=62.3.2;python_version>="3.7"
9+
setuptools>=62.3.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"
@@ -44,7 +44,7 @@ requests==2.27.1;python_version>="3.6"
4444
nose==1.3.7
4545
sniffio==1.2.0;python_version>="3.7"
4646
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"
4848
trio-websocket==0.9.2;python_version>="3.7"
4949
pyopenssl==22.0.0;python_version>="3.7"
5050
wsproto==1.1.0;python_version>="3.7"

setup.py

Lines changed: 2 additions & 2 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>=62.3.2;python_version>="3.7"',
134+
'setuptools>=62.3.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"',
@@ -169,7 +169,7 @@
169169
"nose==1.3.7",
170170
'sniffio==1.2.0;python_version>="3.7"',
171171
'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"',
173173
'trio-websocket==0.9.2;python_version>="3.7"',
174174
'pyopenssl==22.0.0;python_version>="3.7"',
175175
'wsproto==1.1.0;python_version>="3.7"',

0 commit comments

Comments
 (0)