From d9b36e779a79117581d1e1d035c05ccb047ca246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 01:44:27 +0000 Subject: [PATCH] build(deps): bump numpy from 2.5.2 to 2.5.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.3 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..612eac3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.13" dependencies = [ "cryptography>=50.0.0", - "numpy==2.5.2", + "numpy==2.5.3", "ruff==0.16.5", "stegano==3.0.0", "sympy>=1.14.0", diff --git a/requirements.txt b/requirements.txt index ed12792..9053c66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cryptography>=50.0.0 -numpy==2.5.2 +numpy==2.5.3 ruff==0.16.5 stegano==3.0.0 sympy>=1.14.0