From d7dd9608b8ec800de517417963f4cb4f368349f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 10:32:12 +0000 Subject: [PATCH] deps: bump ruff from 0.15.10 to 0.15.12 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.10 to 0.15.12. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.10...0.15.12) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"