Skip to content

Commit 564ece2

Browse files
build(deps): bump efoli from 2.1.1 to 2.2.0 (#263)
* 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](Hochfrequenz/efoli@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] <support@github.com> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
1 parent c6d0b25 commit 564ece2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"pydantic>=2",
23-
"efoli>=2.1.0"
23+
"efoli>=2.2.0"
2424
]
2525
dynamic = ["readme", "version"]
2626

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
annotated-types==0.7.0
88
# via pydantic
9-
efoli==2.1.1
9+
efoli==2.2.0
1010
# via fundamend (pyproject.toml)
1111
pydantic==2.12.5
1212
# via fundamend (pyproject.toml)

0 commit comments

Comments
 (0)