From 32ab445447b14fe9b3b7273f6cb885dc33b952dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:07:31 +0000 Subject: [PATCH] build(deps): update pydantic-settings requirement Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac4234f..da73c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "niquests~=3.11.0", "numpy~=2.1.3", "parsel~=1.9.1", - "pydantic-settings~=2.6.1", + "pydantic-settings~=2.7.0", "python-slugify~=8.0.4", "ruff~=0.8.0", "uvicorn~=0.32.1",