From 83d0121b671fa933aa56e75ccf11cdb785abca8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:40:21 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 7 updates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) | `7.0.0` | `7.0.1` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.40` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.11` | `0.115.12` | | [pytz](https://github.com/stub42/pytz) | `2025.1` | `2025.2` | | [setuptools](https://github.com/pypa/setuptools) | `76.0.0` | `78.1.0` | 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 `python-dotenv` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0) Updates `sqlalchemy` from 2.0.39 to 2.0.40 - [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) Updates `pydantic` from 2.10.6 to 2.11.1 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.6...v2.11.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 `pytz` from 2025.1 to 2025.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2025.1...release_2025.2) Updates `setuptools` from 76.0.0 to 78.1.0 - [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.1.0) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 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..54d99b56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ requests==2.32.3 -python-dotenv==1.0.1 +python-dotenv==1.1.0 pyyaml==6.0.2 fhir.resources==8.0.0 sympy==1.13.3 pandas==2.2.3 psycopg[binary]==3.2.6 -sqlalchemy==2.0.39 -pydantic==2.10.6 +sqlalchemy==2.0.40 +pydantic==2.11.1 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 +pytz==2025.2 cython==3.0.12 -setuptools==76.0.0 +setuptools==78.1.0 sortedcontainers==2.4.0