diff --git a/pyproject.toml b/pyproject.toml index 7967dfe..b45184d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ # public distributions server = [ - "uvicorn==0.30.5", + "uvicorn==0.30.6", ] # dev dependencies @@ -63,18 +63,18 @@ lint = [ "types-ujson", "types-Pygments", "types-docutils", - "mypy==1.11.1", - "ruff==0.5.7", + "mypy==1.11.2", + "ruff==0.6.2", "pyupgrade-directories==0.3.0", "bandit==1.7.9", - "semgrep==1.84.1", + "semgrep==1.85.0", "pytest-mypy-plugins==3.1.2", ] test-core = [ "coverage[toml]==7.6.1", "pytest==8.3.2", - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "httpx==0.27.0", ]