From abf9282d5ce0fd43eb8810f49b341d006a3faf85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:46:06 +0000 Subject: [PATCH] Bump pydantic-settings from 2.6.0 to 2.6.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9b7f8fb..ad1993b 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.2 - pydantic-settings==2.6.0 + pydantic-settings==2.6.1 python-dateutil==2.9.0.post0 python-jose==3.3.0 uvloop