diff --git a/pyproject.toml b/pyproject.toml index 8ec7fa4..2b93e21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ 'httpx>=0.28.1,<0.29.0', 'pytest>=9.1.1', 'pytest-asyncio>=1.0.0', - 'ruff>=0.15.20,<0.16.0' + 'ruff>=0.15.20,<0.17.0' ] [tool.ruff] @@ -70,5 +70,5 @@ testpaths = ['tests'] module-root = "" [build-system] -requires = ["uv_build>=0.11.0,<0.12.0"] +requires = ["uv_build>=0.11.0,<0.13.0"] build-backend = "uv_build"