Skip to content

Commit 537351b

Browse files
committed
build: recompile requirements.txt
hatch env remove prod rm requirements.txt hatch env create prod
1 parent 8198793 commit 537351b

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

Diff for: requirements.txt

+13-14
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
annotated-types==0.7.0
2424
# via pydantic
25-
anyio==4.6.2.post1
25+
anyio==4.7.0
2626
# via starlette
2727
certifi==2024.8.30
2828
# via requests
@@ -35,10 +35,6 @@ click==8.1.7
3535
# hatch.envs.prod
3636
# g2p
3737
# uvicorn
38-
colorama==0.4.6
39-
# via
40-
# click
41-
# tqdm
4238
coloredlogs==15.0.1
4339
# via
4440
# hatch.envs.prod
@@ -49,10 +45,12 @@ editdistance==0.8.1
4945
# via panphon
5046
et-xmlfile==2.0.0
5147
# via openpyxl
52-
fastapi==0.115.5
48+
fastapi==0.115.6
5349
# via hatch.envs.prod
5450
g2p==2.2.0
5551
# via hatch.envs.prod
52+
gunicorn==23.0.0 ; platform_system != "Windows"
53+
# via hatch.envs.prod
5654
h11==0.14.0
5755
# via uvicorn
5856
humanfriendly==10.0
@@ -65,13 +63,15 @@ lxml==5.3.0
6563
# via hatch.envs.prod
6664
munkres==1.1.4
6765
# via panphon
68-
numpy==2.1.3
66+
numpy==2.2.0
6967
# via
7068
# hatch.envs.prod
7169
# panphon
7270
openpyxl==3.1.5
7371
# via g2p
74-
panphon==0.20.0
72+
packaging==24.2
73+
# via gunicorn
74+
panphon==0.21.2
7575
# via g2p
7676
pydantic==2.8.2
7777
# via
@@ -84,8 +84,6 @@ pydub==0.25.1
8484
# via hatch.envs.prod
8585
pympi-ling==1.70.2
8686
# via hatch.envs.prod
87-
pyreadline3==3.5.4
88-
# via humanfriendly
8987
python-slugify==5.0.0
9088
# via hatch.envs.prod
9189
pyyaml==6.0.2
@@ -100,18 +98,19 @@ requests==2.32.3
10098
# via hatch.envs.prod
10199
sniffio==1.3.1
102100
# via anyio
103-
soundswallower==0.6.4
101+
soundswallower==0.6.5
104102
# via hatch.envs.prod
105-
starlette==0.41.2
103+
starlette==0.41.3
106104
# via fastapi
107105
text-unidecode==1.3
108106
# via
109107
# g2p
110108
# python-slugify
111-
tqdm==4.67.0
109+
tqdm==4.67.1
112110
# via g2p
113111
typing-extensions==4.12.2
114112
# via
113+
# anyio
115114
# fastapi
116115
# g2p
117116
# pydantic
@@ -120,7 +119,7 @@ unicodecsv==0.14.1
120119
# via panphon
121120
urllib3==2.2.3
122121
# via requests
123-
uvicorn==0.32.0
122+
uvicorn==0.32.1
124123
# via hatch.envs.prod
125124
webvtt-py==0.4.2
126125
# via hatch.envs.prod

0 commit comments

Comments
 (0)