diff --git a/pyproject.toml b/pyproject.toml index 15b68f6..8b737a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,26 +26,26 @@ classifiers = [ ] dependencies = [ - "fastapi>=0.115.0", - "uvicorn[standard]>=0.30.0", - "typer>=0.12.0,<0.26", - "pydantic>=2.0.0", - "cryptography>=42.0.0", - "httpx>=0.27.0", - "python-dotenv>=1.0.0", - "toml>=0.10.0", - "rich>=13.0.0", - "inotify-simple>=1.3.0", + "fastapi>=0.139.2", + "uvicorn[standard]>=0.51.0", + "typer>=0.27.0,<0.28", + "pydantic>=2.13.4", + "cryptography>=49.0.0", + "httpx>=0.28.1", + "python-dotenv>=1.2.2", + "toml>=0.10.2", + "rich>=15.0.0", + "inotify-simple>=2.0.1", ] [project.optional-dependencies] dev = [ - "build>=1.2.0", - "pytest>=8.0.0", - "pytest-asyncio>=0.23.0", - "ruff>=0.4.0", + "build>=1.5.0", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "ruff>=0.15.22", "tomli>=2.0.0; python_version < '3.11'", - "twine>=5.0.0", + "twine>=6.2.0", ] [project.scripts]