diff --git a/pyproject.toml b/pyproject.toml index 9aa10bf..f16d34e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ slack = ["slack-sdk>=3.27"] notion = ["notion-client>=2.2"] github = ["pygithub>=2.3"] all = ["google-auth>=2.28", "google-auth-oauthlib>=1.2", "google-api-python-client>=2.120", "slack-sdk>=3.27", "notion-client>=2.2", "pygithub>=2.3"] -dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "ruff==0.15.10", "httpx>=0.27"] +dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "ruff==0.15.12", "httpx>=0.27"] [project.scripts] townsquare = "townsquare.cli:main"