Skip to content

Commit 369d230

Browse files
authored
build(deps): fully refresh the Heroku lock file (#306)
1 parent 19c9b25 commit 369d230

3 files changed

Lines changed: 21 additions & 23 deletions

File tree

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ features = [ "dev" ]
119119
[tool.hatch.envs.prod]
120120
features = [ "heroku", "api" ]
121121
type = "pip-compile"
122-
python = "3.13"
122+
python = "3.14"
123123
lock-filename = "requirements.txt"
124124

125125
[project.urls]

requirements.txt

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
# This file is autogenerated by hatch-pip-compile with Python 3.13
2+
# This file is autogenerated by hatch-pip-compile with Python 3.14
33
#
44
# - chevron==0.14.0
5-
# - click<8.2.0,>=8.0.4
5+
# - click>=8.0.4
66
# - coloredlogs>=10.0
77
# - fastapi>=0.103.0
88
# - g2p<3,>=2.2.0
@@ -29,9 +29,9 @@ anyio==4.13.0
2929
# via starlette
3030
audioop-lts==0.2.2
3131
# via pydub-ng
32-
certifi==2026.2.25
32+
certifi==2026.5.20
3333
# via requests
34-
charset-normalizer==3.4.6
34+
charset-normalizer==3.4.7
3535
# via requests
3636
chevron==0.14.0
3737
# via hatch.envs.prod
@@ -46,46 +46,46 @@ coloredlogs==15.0.1
4646
# g2p
4747
et-xmlfile==2.0.0
4848
# via openpyxl
49-
fastapi==0.135.2
49+
fastapi==0.136.3
5050
# via hatch.envs.prod
5151
g2p @ git+https://github.com/roedoejet/g2p.git@main
5252
# g2p==2.3.1
53-
# Manual override: for deployment on Heroku, we want the latest g2p@main on GitHub
53+
# Manual override: for deployment on Heroku, we want the latest g2p@main on GitHub
5454
# via hatch.envs.prod
55-
gunicorn==25.3.0 ; platform_system != "Windows"
55+
gunicorn==26.0.0 ; platform_system != "Windows"
5656
# via hatch.envs.prod
5757
h11==0.16.0
5858
# via uvicorn
5959
humanfriendly==10.0
6060
# via coloredlogs
61-
idna==3.15
61+
idna==3.18
6262
# via
6363
# anyio
6464
# requests
6565
ilt-editdistance==0.8.2
6666
# via ilt-panphon
67-
ilt-panphon==0.21.4
67+
ilt-panphon==0.21.5
6868
# via
6969
# hatch.envs.prod
7070
# g2p
71-
lxml==6.1.0
71+
lxml==6.1.1
7272
# via hatch.envs.prod
7373
munkres==1.1.4
7474
# via ilt-panphon
75-
numpy==2.4.4
75+
numpy==2.4.6
7676
# via
7777
# hatch.envs.prod
7878
# ilt-panphon
7979
openpyxl==3.1.5
8080
# via g2p
81-
packaging==26.0
81+
packaging==26.2
8282
# via gunicorn
83-
pydantic==2.12.5
83+
pydantic==2.13.4
8484
# via
8585
# hatch.envs.prod
8686
# fastapi
8787
# g2p
88-
pydantic-core==2.41.5
88+
pydantic-core==2.46.4
8989
# via pydantic
9090
pydub-ng==0.2.0 ; python_version >= "3.10"
9191
# via hatch.envs.prod
@@ -97,22 +97,22 @@ pyyaml==6.0.3
9797
# via
9898
# g2p
9999
# ilt-panphon
100-
regex==2026.3.32
100+
regex==2026.5.9
101101
# via
102102
# g2p
103103
# ilt-panphon
104-
requests==2.33.1
104+
requests==2.34.2
105105
# via hatch.envs.prod
106106
# soundswallower==0.6.7
107107
# Manual override: soundswallower is not needed for the web API so ignore it.
108108
# via hatch.envs.prod
109-
starlette==1.0.0
109+
starlette==1.2.1
110110
# via fastapi
111111
text-unidecode==1.3
112112
# via
113113
# g2p
114114
# python-slugify
115-
tqdm==4.67.3
115+
tqdm==4.68.1
116116
# via g2p
117117
typing-extensions==4.15.0
118118
# via
@@ -125,11 +125,9 @@ typing-inspection==0.4.2
125125
# via
126126
# fastapi
127127
# pydantic
128-
unicodecsv==0.14.1
129-
# via ilt-panphon
130128
urllib3==2.7.0
131129
# via requests
132-
uvicorn==0.42.0
130+
uvicorn==0.49.0
133131
# via hatch.envs.prod
134132
webvtt-py==0.5.1
135133
# via hatch.envs.prod

0 commit comments

Comments
 (0)