Skip to content

Commit 2b0a485

Browse files
chore(deps): bump efoli from 1.4.0 to 2.0.0 (#597)
* chore(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 1008ce0 commit 2b0a485

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dev_requirements/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docutils==0.21.2
2222
# via
2323
# sphinx
2424
# sphinx-rtd-theme
25-
efoli==1.4.0
25+
efoli==2.0.0
2626
# via
2727
# ahbicht (pyproject.toml)
2828
# maus

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"marshmallow<4",
3030
"marshmallow_enum",
3131
"pytz",
32-
"efoli>=1.4.0",
32+
"efoli>=2.0.0",
3333
] # add all the dependencies here
3434
dynamic = ["readme", "version"]
3535

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
attrs==25.3.0
88
# via ahbicht (pyproject.toml)
9-
efoli==1.4.0
9+
efoli==2.0.0
1010
# via ahbicht (pyproject.toml)
1111
inject==5.2.1
1212
# via ahbicht (pyproject.toml)

0 commit comments

Comments
 (0)