From ed19db89c986ec8a220d73cfd45faea9408dc7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:58:05 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 9 updates Bumps the dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) | `7.0.1` | `7.0.2` | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.2.6` | `3.2.9` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.41` | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.2` | `2.11.4` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.8.1` | `2.9.1` | | [uvicorn[standard]](https://github.com/encode/uvicorn) | `0.34.0` | `0.34.2` | | [pendulum](https://github.com/sdispater/pendulum) | `3.0.0` | `3.1.0` | | [cython](https://github.com/cython/cython) | `3.0.12` | `3.1.1` | | [setuptools](https://github.com/pypa/setuptools) | `78.1.0` | `80.7.1` | Updates `pytest-postgresql` from 7.0.1 to 7.0.2 - [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst) - [Commits](https://github.com/dbfixtures/pytest-postgresql/compare/v7.0.1...v7.0.2) Updates `psycopg[binary]` from 3.2.6 to 3.2.9 - [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.9) Updates `sqlalchemy` from 2.0.40 to 2.0.41 - [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.11.2 to 2.11.4 - [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.11.2...v2.11.4) Updates `pydantic-settings` from 2.8.1 to 2.9.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.8.1...v2.9.1) Updates `uvicorn[standard]` from 0.34.0 to 0.34.2 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/uvicorn/compare/0.34.0...0.34.2) Updates `pendulum` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/sdispater/pendulum/releases) - [Changelog](https://github.com/python-pendulum/pendulum/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/pendulum/compare/3.0.0...3.1.0) Updates `cython` from 3.0.12 to 3.1.1 - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0.12...3.1.1) Updates `setuptools` from 78.1.0 to 80.7.1 - [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/v78.1.0...v80.7.1) --- updated-dependencies: - dependency-name: pytest-postgresql dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: psycopg[binary] dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sqlalchemy dependency-version: 2.0.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pydantic-settings dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvicorn[standard] dependency-version: 0.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pendulum dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cython dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: setuptools dependency-version: 80.7.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9f2f9462..d179cb35 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==8.3.5 -pytest-postgresql==7.0.1 +pytest-postgresql==7.0.2 tqdm==4.67.1 pytest-cov==6.1.1 pytest-env==1.1.5 diff --git a/requirements.txt b/requirements.txt index 7719a70f..7772b84b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,16 +4,16 @@ 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.40 -pydantic==2.11.2 -pydantic-settings==2.8.1 -uvicorn[standard]==0.34.0 +psycopg[binary]==3.2.9 +sqlalchemy==2.0.41 +pydantic==2.11.4 +pydantic-settings==2.9.1 +uvicorn[standard]==0.34.2 fastapi==0.115.12 -pendulum==3.0.0 +pendulum==3.1.0 networkx==3.4.2 numpy==2.2.4 pytz==2025.2 -cython==3.0.12 -setuptools==78.1.0 +cython==3.1.1 +setuptools==80.7.1 sortedcontainers==2.4.0