From 176daf52d70ab901bc4c072a1ca8890b080bff0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:45:17 +0000 Subject: [PATCH] build(deps): bump ruff from 0.16.5 to 0.16.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.16.5 to 0.16.7. - [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.7) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 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..4fd14f7 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.7", "stegano==3.0.0", "sympy>=1.14.0", "textblob==0.20.1", diff --git a/requirements.txt b/requirements.txt index ed12792..d4bc1df 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.7 stegano==3.0.0 sympy>=1.14.0 textblob==0.20.1 \ No newline at end of file