diff --git a/pyproject.toml b/pyproject.toml index 73e96db..1af1c17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "BC Ferries sailing planner website server" readme = "readme.md" requires-python = ">=3.11" dependencies = [ - "fastapi~=0.112.2", + "fastapi~=0.114.0", "pydantic>=2.7.0,<3.0.0", "pydantic-settings~=2.4.0", "jinja2~=3.1.4", diff --git a/requirements.txt b/requirements.txt index 724ed7d..7593225 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -fastapi~=0.112.2 +fastapi~=0.114.0 pydantic>=2.7.0,<3.0.0 pydantic-settings~=2.4.0 jinja2~=3.1.4