Skip to content

Commit 12de944

Browse files
committed
Refresh required dependencies
1 parent 1256cf4 commit 12de944

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ filelock>=3.12.2;python_version>="3.7"
2121
platformdirs>=2.4.0;python_version<"3.7"
2222
platformdirs>=3.8.0;python_version>="3.7"
2323
parse>=1.19.1
24+
parse-type>=0.6.1
2425
pyparsing>=3.0.7;python_version<"3.7"
2526
pyparsing>=3.1.0;python_version>="3.7"
2627
zipp==3.6.0;python_version<"3.7"
@@ -43,7 +44,7 @@ pynose==1.4.5
4344
sniffio==1.3.0;python_version>="3.7"
4445
h11==0.14.0;python_version>="3.7"
4546
outcome==1.2.0;python_version>="3.7"
46-
trio==0.22.0;python_version>="3.7"
47+
trio==0.22.1;python_version>="3.7"
4748
trio-websocket==0.10.3;python_version>="3.7"
4849
pyopenssl==23.2.0;python_version>="3.7"
4950
wsproto==1.2.0;python_version>="3.7"
@@ -89,7 +90,7 @@ tabcompleter==1.2.1
8990
pdbp==1.4.2
9091
colorama==0.4.5;python_version<"3.7"
9192
colorama==0.4.6;python_version>="3.7"
92-
exceptiongroup==1.1.1;python_version>="3.7"
93+
exceptiongroup==1.1.2;python_version>="3.7"
9394
future-breakpoint==2.0.0;python_version<"3.7"
9495
importlib-metadata==4.2.0;python_version<"3.8"
9596
pycparser==2.21

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
'platformdirs>=2.4.0;python_version<"3.7"',
148148
'platformdirs>=3.8.0;python_version>="3.7"',
149149
'parse>=1.19.1',
150+
'parse-type>=0.6.1',
150151
'pyparsing>=3.0.7;python_version<"3.7"',
151152
'pyparsing>=3.1.0;python_version>="3.7"',
152153
'zipp==3.6.0;python_version<"3.7"',
@@ -169,7 +170,7 @@
169170
'sniffio==1.3.0;python_version>="3.7"',
170171
'h11==0.14.0;python_version>="3.7"',
171172
'outcome==1.2.0;python_version>="3.7"',
172-
'trio==0.22.0;python_version>="3.7"',
173+
'trio==0.22.1;python_version>="3.7"',
173174
'trio-websocket==0.10.3;python_version>="3.7"',
174175
'pyopenssl==23.2.0;python_version>="3.7"',
175176
'wsproto==1.2.0;python_version>="3.7"',
@@ -215,7 +216,7 @@
215216
"pdbp==1.4.2",
216217
'colorama==0.4.5;python_version<"3.7"',
217218
'colorama==0.4.6;python_version>="3.7"',
218-
'exceptiongroup==1.1.1;python_version>="3.7"',
219+
'exceptiongroup==1.1.2;python_version>="3.7"',
219220
'future-breakpoint==2.0.0;python_version<"3.7"',
220221
'importlib-metadata==4.2.0;python_version<"3.8"',
221222
"pycparser==2.21",

0 commit comments

Comments
 (0)