From 2d7b4b05fa070ec7c52a902fcac907ac1c922a0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 15:45:02 +0000 Subject: [PATCH] Bump the python-minor-and-patch group with 2 updates Bumps the python-minor-and-patch group with 2 updates: [pandas](https://github.com/pandas-dev/pandas) and [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy). Updates `pandas` from 3.0.5 to 3.0.6 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.5...v3.0.6) Updates `sqlalchemy` from 2.0.52 to 2.0.54 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: sqlalchemy dependency-version: 2.0.54 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 57878e3..82cef18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ numpy==2.5.3 # via # -r requirements.in # pandas -pandas==3.0.5 +pandas==3.0.6 # via -r requirements.in psycopg2==2.9.13 # via -r requirements.in @@ -44,7 +44,7 @@ python-dateutil==2.9.0.post0 # via pandas six==1.17.0 # via python-dateutil -sqlalchemy==2.0.52 +sqlalchemy==2.0.54 # via -r requirements.in starlette==1.3.1 # via fastapi