From 968d73f5fa5337f86902e7ce823e8d6a6da31ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:48:54 +0000 Subject: [PATCH] chore(deps-dev): update dynaconf requirement from >=3.1.0 to >=3.2.13 Updates the requirements on [dynaconf](https://github.com/dynaconf/dynaconf) to permit the latest version. - [Release notes](https://github.com/dynaconf/dynaconf/releases) - [Changelog](https://github.com/dynaconf/dynaconf/blob/3.2.13/CHANGELOG.md) - [Commits](https://github.com/dynaconf/dynaconf/compare/3.1.0...3.2.13) --- updated-dependencies: - dependency-name: dynaconf dependency-version: 3.2.13 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 533674650..44c27096a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,7 @@ observability = [ physical_management = [ "alembic>=1.7.0", - "dynaconf>=3.1.0", + "dynaconf>=3.2.13", "marshmallow>=3.0.0", "mkdocs-material>=7.3.0", "mkdocs>=1.2.0",