diff --git a/pyproject.toml b/pyproject.toml index f02d3db..2684818 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"] diff --git a/requirements.txt b/requirements.txt index 5b190f7..bfc4260 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)