From ecbd7bdef79ab0d8a2584bb02d81810c9df2821c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 03:59:07 +0000 Subject: [PATCH] build: bump pydantic-settings from 2.7.0 to 2.7.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b25df0..b911267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ quart==0.20.0 uvicorn==0.34.0 aiohttp==3.11.11 gunicorn==20.1.0 -pydantic-settings==2.7.0 +pydantic-settings==2.7.1 flake8==7.1.1 black==24.10.0 autoflake==2.3.1