From 715c4d7cae4b66c1efe37227b1d43a24fc492743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:43:47 +0000 Subject: [PATCH] build(deps): bump ruff from 0.15.10 to 0.15.11 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.10 to 0.15.11. - [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.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.11 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 3655a51..229ff52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==8.4.2", - "ruff==0.15.10", + "ruff==0.15.11", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index 09a8cb4..6faeff9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0 openai==2.32.0 pytest==9.0.2 -ruff==0.15.10 +ruff==0.15.11 python-dotenv==1.2.1 slack-cli-hooks<1.0.0