From 6dbc72ecb67b5e5642ab11d7d463f77d7cf25ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 20:53:58 +0000 Subject: [PATCH] chore(deps): bump the dependencies group across 1 directory with 6 updates Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.2.6` | `3.2.7` | | [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` | | [setuptools](https://github.com/pypa/setuptools) | `78.1.0` | `80.3.1` | Updates `psycopg[binary]` from 3.2.6 to 3.2.7 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.6...3.2.7) 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 `setuptools` from 78.1.0 to 80.3.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.3.1) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.2.7 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: setuptools dependency-version: 80.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7719a70f..e111479b 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 +psycopg[binary]==3.2.8 sqlalchemy==2.0.40 -pydantic==2.11.2 -pydantic-settings==2.8.1 -uvicorn[standard]==0.34.0 +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 +setuptools==80.4.0 sortedcontainers==2.4.0