Skip to content

Commit

Permalink
upgrade efoli
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Jul 31, 2024
1 parent f4a4a84 commit b41b615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"attrs>=22.1.0",
"marshmallow>=3.18.0",
"more_itertools",
"efoli"
"efoli>=0.0.2"
# add everything you add in requirements.in here
]
dynamic = ["readme", "version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ more_itertools
xmltodict
click
lark
efoli
efoli>=0.0.2
# whenever adding something here, don't forget to also add it to pyproject.toml dependencies
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via -r requirements.in
colorama==0.4.6
# via click
efoli==0.0.1
efoli==0.0.2
# via -r requirements.in
lark==1.1.9
# via -r requirements.in
Expand Down

0 comments on commit b41b615

Please sign in to comment.