diff --git a/pyproject.toml b/pyproject.toml index e07d7f0..6cd0f21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.13,<=3.14" license = { text = "MIT" } dependencies = [ - "fastapi==0.139.2", + "fastapi==0.140.7", "mysql-connector==2.2.9", "pydantic==2.13.4", "requests==2.34.2", @@ -15,7 +15,7 @@ dependencies = [ [dependency-groups] dev = [ - "ruff==0.15.22", + "ruff==0.16.0", "bandit==1.9.4", "pyright==1.1.411", ]