diff --git a/pyproject.toml b/pyproject.toml index ad5bd2b..e07d7f0 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.0", + "fastapi==0.139.2", "mysql-connector==2.2.9", "pydantic==2.13.4", "requests==2.34.2", @@ -15,7 +15,7 @@ dependencies = [ [dependency-groups] dev = [ - "ruff==0.15.21", + "ruff==0.15.22", "bandit==1.9.4", "pyright==1.1.411", ]