From 87b9fa01892030dc0496dcf2c4b0f2be58c39492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:28:11 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [uvicorn[standard]](https://github.com/encode/uvicorn). Updates `pydantic-settings` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.0) Updates `uvicorn[standard]` from 0.32.1 to 0.34.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.1...0.34.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: uvicorn[standard] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6f21c464..b35f457a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ pandas==2.2.3 psycopg[binary]==3.2.3 sqlalchemy==2.0.36 pydantic==2.10.3 -pydantic-settings==2.6.1 -uvicorn[standard]==0.32.1 +pydantic-settings==2.7.0 +uvicorn[standard]==0.34.0 fastapi==0.115.6 pendulum==3.0.0 networkx==3.4.2