Skip to content

Commit 3c4970e

Browse files
hf-kkleinKonstantin
andauthored
chore: bump efoli min version (to support EdifactFormatVersion.FV2604) (#398)
Co-authored-by: Konstantin <[email protected]>
1 parent 108ffcf commit 3c4970e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
dependencies = [
3636
"aiohttp>=3.8.4",
3737
"pypdf>=3.4.1",
38-
"efoli>=1.4.0",
38+
"efoli>=2.1.0",
3939
"pytz>=2022.7.1",
4040
"pydantic>=2",
4141
"pytz>=2024.2",

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ annotated-types==0.7.0
1414
# via pydantic
1515
attrs==25.3.0
1616
# via aiohttp
17-
efoli==2.0.0
17+
efoli==2.1.0
1818
# via edi_energy_scraper (pyproject.toml)
1919
frozenlist==1.7.0
2020
# via
@@ -44,6 +44,7 @@ pytz==2025.2
4444
# efoli
4545
typing-extensions==4.14.1
4646
# via
47+
# aiosignal
4748
# pydantic
4849
# pydantic-core
4950
yarl==1.20.1

0 commit comments

Comments
 (0)