From b59753eadeea09d0315c4129ae968b8e5b16927e Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 5 Jun 2026 14:43:24 -0400 Subject: [PATCH] build(deps): fully refresh the Heroku lock file --- .python-version | 2 +- pyproject.toml | 2 +- requirements.txt | 40 +++++++++++++++++++--------------------- 3 files changed, 21 insertions(+), 23 deletions(-) diff --git a/.python-version b/.python-version index 24ee5b1b..6324d401 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 diff --git a/pyproject.toml b/pyproject.toml index 53d7a437..1688feb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ features = [ "dev" ] [tool.hatch.envs.prod] features = [ "heroku", "api" ] type = "pip-compile" -python = "3.13" +python = "3.14" lock-filename = "requirements.txt" [project.urls] diff --git a/requirements.txt b/requirements.txt index 1315331e..856e59a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # -# This file is autogenerated by hatch-pip-compile with Python 3.13 +# This file is autogenerated by hatch-pip-compile with Python 3.14 # # - chevron==0.14.0 -# - click<8.2.0,>=8.0.4 +# - click>=8.0.4 # - coloredlogs>=10.0 # - fastapi>=0.103.0 # - g2p<3,>=2.2.0 @@ -29,9 +29,9 @@ anyio==4.13.0 # via starlette audioop-lts==0.2.2 # via pydub-ng -certifi==2026.2.25 +certifi==2026.5.20 # via requests -charset-normalizer==3.4.6 +charset-normalizer==3.4.7 # via requests chevron==0.14.0 # via hatch.envs.prod @@ -46,46 +46,46 @@ coloredlogs==15.0.1 # g2p et-xmlfile==2.0.0 # via openpyxl -fastapi==0.135.2 +fastapi==0.136.3 # via hatch.envs.prod g2p @ git+https://github.com/roedoejet/g2p.git@main # g2p==2.3.1 - # Manual override: for deployment on Heroku, we want the latest g2p@main on GitHub + # Manual override: for deployment on Heroku, we want the latest g2p@main on GitHub # via hatch.envs.prod -gunicorn==25.3.0 ; platform_system != "Windows" +gunicorn==26.0.0 ; platform_system != "Windows" # via hatch.envs.prod h11==0.16.0 # via uvicorn humanfriendly==10.0 # via coloredlogs -idna==3.15 +idna==3.18 # via # anyio # requests ilt-editdistance==0.8.2 # via ilt-panphon -ilt-panphon==0.21.4 +ilt-panphon==0.21.5 # via # hatch.envs.prod # g2p -lxml==6.1.0 +lxml==6.1.1 # via hatch.envs.prod munkres==1.1.4 # via ilt-panphon -numpy==2.4.4 +numpy==2.4.6 # via # hatch.envs.prod # ilt-panphon openpyxl==3.1.5 # via g2p -packaging==26.0 +packaging==26.2 # via gunicorn -pydantic==2.12.5 +pydantic==2.13.4 # via # hatch.envs.prod # fastapi # g2p -pydantic-core==2.41.5 +pydantic-core==2.46.4 # via pydantic pydub-ng==0.2.0 ; python_version >= "3.10" # via hatch.envs.prod @@ -97,22 +97,22 @@ pyyaml==6.0.3 # via # g2p # ilt-panphon -regex==2026.3.32 +regex==2026.5.9 # via # g2p # ilt-panphon -requests==2.33.1 +requests==2.34.2 # via hatch.envs.prod # soundswallower==0.6.7 # Manual override: soundswallower is not needed for the web API so ignore it. # via hatch.envs.prod -starlette==1.0.0 +starlette==1.2.1 # via fastapi text-unidecode==1.3 # via # g2p # python-slugify -tqdm==4.67.3 +tqdm==4.68.1 # via g2p typing-extensions==4.15.0 # via @@ -125,11 +125,9 @@ typing-inspection==0.4.2 # via # fastapi # pydantic -unicodecsv==0.14.1 - # via ilt-panphon urllib3==2.7.0 # via requests -uvicorn==0.42.0 +uvicorn==0.49.0 # via hatch.envs.prod webvtt-py==0.5.1 # via hatch.envs.prod