From 690f36f826ef463ed2c1f7acc2174e14e2863a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:43:33 +0000 Subject: [PATCH] build(deps): bump ruff from 0.16.7 to 0.16.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.7 to 0.16.8. - [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.16.7...0.16.8) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.8 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 1d7bf2c..9894617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest==9.1.1", - "ruff==0.16.7", + "ruff==0.16.8", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index d52c6d6..8ce59e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ slack-cli-hooks<1.0.0 openai==3.14.0 pytest==9.1.1 -ruff==0.16.7 +ruff==0.16.8 python-dotenv==1.2.3 slack-cli-hooks<1.0.0