diff --git a/pyproject.toml b/pyproject.toml index 820356a..74a9c3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pydantic>=2.13.3", + "pydantic>=2.13.4", "pyyaml>=6.0.3", ] @@ -40,7 +40,7 @@ Issues = "https://github.com/fireflyframework/fireflyframework-pyfly/issues" web = [ "starlette>=1.0.0", "uvicorn[standard]>=0.46.0", - "python-multipart>=0.0.27", + "python-multipart>=0.0.28", ] data-relational = [ "sqlalchemy[asyncio]>=2.0.49", @@ -123,8 +123,8 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "pytest-cov>=7.1.0", - "coverage[toml]>=7.13.5", - "mypy>=1.20.2", + "coverage[toml]>=7.14.0", + "mypy>=2.1.0", "ruff>=0.15.12", "mongomock-motor>=0.0.36", "jsonpath-ng>=1.8.0",