From 94b259f753ac1928c80fe4a884ca418077ef3eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:10:23 +0000 Subject: [PATCH] pip(deps): bump flatdict from 4.0.0 to 4.1.0 Bumps [flatdict](https://github.com/gmr/flatdict) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/gmr/flatdict/releases) - [Changelog](https://github.com/gmr/flatdict/blob/main/CHANGELOG.md) - [Commits](https://github.com/gmr/flatdict/compare/4.0.0...4.1.0) --- updated-dependencies: - dependency-name: flatdict dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f75270a..cfce9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ keywords = ["parsing", "monitoring", "logging"] license = { text = "MIT" } dependencies = [ - "flatdict==4.0.0", + "flatdict==4.1.0", "loguru>=0.7.3", "pyyaml>=6.0.2", "toml>=0.10.2",