From 35b559a97e47ff4e9598db8fb3dbfc20c31994bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:13:26 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql), [fastapi](https://github.com/fastapi/fastapi) and [setuptools](https://github.com/pypa/setuptools). Updates `pytest-postgresql` from 7.0.0 to 7.0.1 - [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](https://github.com/dbfixtures/pytest-postgresql/compare/v7.0.0...v7.0.1) Updates `fastapi` from 0.115.11 to 0.115.12 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.11...0.115.12) Updates `setuptools` from 76.0.0 to 78.0.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v76.0.0...v78.0.2) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 057d36e5..4fae3bab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.3.5 -pytest-postgresql==7.0.0 +pytest-postgresql==7.0.1 tqdm==4.67.1 pytest-cov==6.0.0 pytest-env==1.1.5 diff --git a/requirements.txt b/requirements.txt index f44896c0..6ab138fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,11 +9,11 @@ sqlalchemy==2.0.39 pydantic==2.10.6 pydantic-settings==2.8.1 uvicorn[standard]==0.34.0 -fastapi==0.115.11 +fastapi==0.115.12 pendulum==3.0.0 networkx==3.4.2 numpy==2.2.4 pytz==2025.1 cython==3.0.12 -setuptools==76.0.0 +setuptools==78.0.2 sortedcontainers==2.4.0