From b672f59020525be214cf5039b39805332d338f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 03:09:10 +0000 Subject: [PATCH] Bump pydantic-settings from 2.4.0 to 2.5.0 (#736) Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2a7eb26..868ab49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = neuro-logging==24.4.0 neuro-sdk==23.2.0 pydantic==2.9.1 - pydantic-settings==2.4.0 + pydantic-settings==2.5.0 python-dateutil==2.9.0.post0 python-jose==3.3.0 uvloop