diff --git a/pyproject.toml b/pyproject.toml index 3263408..80c0d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=84.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -51,7 +51,7 @@ rich = [ "rich>=15.0.0", ] web = [ - "websockets>=16.0", + "websockets>=16.1.1", ] @@ -172,17 +172,17 @@ include = ["apte*"] [dependency-groups] dev = [ "jsonschema>=4.26.0", - "mkdocs-material>=9.7.6", - "mypy>=2.1.0", - "pre-commit>=4.6.0", - "pytest>=9.1.0", + "mkdocs-material>=9.7.7", + "mypy>=2.3.1", + "pre-commit>=4.6.2", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "rich>=15.0.0", - "ty>=0.0.49", - "websockets>=16.0", + "ty>=0.0.75", + "websockets>=16.1.1", ] docs = [ "mkdocs>=1.6.1", - "mkdocs-material>=9.7.6", + "mkdocs-material>=9.7.7", ]