From 8641b24a63ed7058c1ae8b1dc52cfaa03f43f542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 00:55:51 +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 270af42a..72319351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "geocoder (>=1.38.1,<2.0.0)", "pydantic-extra-types (>=2.10.5,<3.0.0)", "pyyaml (>=6.0.2,<7.0.0)", - "flatdict (==4.0.0)", + "flatdict (==4.1.0)", "pytest (>=9.0.3,<10.0.0)", "unyt (>=3.1.0,<4.0.0)", ]