From 2f936b90f2d1b1f81436b1a1702e2b54721cded7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 01:42:55 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.20 to 0.15.21 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.20 to 0.15.21. - [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.20...0.15.21) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bb3f68..e145955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==9.1.1", - "ruff==0.15.20", + "ruff==0.15.21", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index a8a38ef..da17f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0 openai==2.44.0 pytest==9.1.1 -ruff==0.15.20 +ruff==0.15.21 python-dotenv==1.2.2 slack-cli-hooks<1.0.0