From fc29ddd143c4dd4ac4a5ebf1e397b73df7c8c3a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:25:12 +0000 Subject: [PATCH 1/2] build(deps): bump efoli from 2.1.1 to 2.2.0 Bumps [efoli](https://github.com/Hochfrequenz/efoli) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/Hochfrequenz/efoli/releases) - [Commits](https://github.com/Hochfrequenz/efoli/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: efoli dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b190f74..bfc42603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # annotated-types==0.7.0 # via pydantic -efoli==2.1.1 +efoli==2.2.0 # via fundamend (pyproject.toml) pydantic==2.12.5 # via fundamend (pyproject.toml) From 1f2d1d2c6dc01ac69be2962b6d790f80750d578a Mon Sep 17 00:00:00 2001 From: konstantin Date: Mon, 30 Mar 2026 15:54:25 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f02d3db2..26848182 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "pydantic>=2", - "efoli>=2.1.0" + "efoli>=2.2.0" ] dynamic = ["readme", "version"]