From e4c9554d381259185d3c730d48adf66065b44128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:45:09 +0000 Subject: [PATCH] Bump the python-minor-and-patch group with 2 updates Bumps the python-minor-and-patch group with 2 updates: [numpy](https://github.com/numpy/numpy) and [psycopg2](https://github.com/psycopg/psycopg2). Updates `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) Updates `psycopg2` from 2.9.12 to 2.9.13 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: psycopg2 dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a16fcfb..57878e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,13 +24,13 @@ greenlet==3.5.3 # via sqlalchemy idna==3.18 # via anyio -numpy==2.5.2 +numpy==2.5.3 # via # -r requirements.in # pandas pandas==3.0.5 # via -r requirements.in -psycopg2==2.9.12 +psycopg2==2.9.13 # via -r requirements.in pycountry==26.2.16 # via -r requirements.in