From 464163bd4b105d5359be4e1bc9328d4b97b92bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:44:36 +0000 Subject: [PATCH] build(deps): bump ruff from 0.16.5 to 0.16.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.5 to 0.16.6. - [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.5...0.16.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.6 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 66719c0..17004c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.13" dependencies = [ "cryptography>=50.0.0", "numpy==2.5.2", - "ruff==0.16.5", + "ruff==0.16.6", "stegano==3.0.0", "sympy>=1.14.0", "textblob==0.20.1", diff --git a/requirements.txt b/requirements.txt index ed12792..f8d084c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cryptography>=50.0.0 numpy==2.5.2 -ruff==0.16.5 +ruff==0.16.6 stegano==3.0.0 sympy>=1.14.0 textblob==0.20.1 \ No newline at end of file