Skip to content

Commit c126b68

Browse files
build(deps): bump efoli from 1.4.0 to 2.0.0 (#141)
* build(deps): bump efoli from 1.4.0 to 2.0.0 Bumps [efoli](https://github.com/Hochfrequenz/efoli) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/Hochfrequenz/efoli/releases) - [Commits](Hochfrequenz/efoli@v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: efoli dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: konstantin <[email protected]>
1 parent ecd0bb9 commit c126b68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"pydantic>=2",
22-
"efoli>=1.4.0"
22+
"efoli>=2.0.0"
2323
]
2424
dynamic = ["readme", "version"]
2525

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==1.4.0
9+
efoli==2.0.0
1010
# via fundamend (pyproject.toml)
1111
pydantic==2.11.3
1212
# via fundamend (pyproject.toml)

0 commit comments

Comments
 (0)