From d06de812f9d503f98ff0a45d203c15b4be351db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:46:08 +0000 Subject: [PATCH] Bump the python-minor-and-patch group across 1 directory with 4 updates Bumps the python-minor-and-patch group with 4 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [fastapi](https://github.com/fastapi/fastapi), [geopy](https://github.com/geopy/geopy) and [pandas](https://github.com/pandas-dev/pandas). Updates `certifi` from 2026.6.17 to 2026.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22) Updates `fastapi` from 0.139.0 to 0.140.13 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.140.13) Updates `geopy` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/geopy/geopy/releases) - [Changelog](https://github.com/geopy/geopy/blob/master/docs/changelog_2xx.rst) - [Commits](https://github.com/geopy/geopy/compare/2.4.1...2.5.0) Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: fastapi dependency-version: 0.140.13 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: geopy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a63ba24..38e149f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,13 +12,13 @@ anyio==4.14.1 # via starlette asyncpg==0.31.0 # via -r requirements.in -certifi==2026.6.17 +certifi==2026.7.22 # via -r requirements.in -fastapi==0.139.0 +fastapi==0.140.13 # via -r requirements.in geographiclib==2.1 # via geopy -geopy==2.4.1 +geopy==2.5.0 # via -r requirements.in greenlet==3.5.3 # via sqlalchemy @@ -28,7 +28,7 @@ numpy==2.5.1 # via # -r requirements.in # pandas -pandas==3.0.3 +pandas==3.0.5 # via -r requirements.in psycopg2==2.9.12 # via -r requirements.in