Skip to content

Commit

Permalink
Set maus v0.3.41 as min version (#168)
Browse files Browse the repository at this point in the history
* Update requirements.in

* Update pyproject.toml
  • Loading branch information
hf-kklein authored Aug 11, 2023
1 parent 7e78fe1 commit c12b843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"attrs>=22.2.0",
"click>=8.0.0",
"colorlog>=6.7.0",
"maus>=0.3.2",
"maus>=0.3.41",
"openpyxl>=3.1.1",
"pandas>=1.5.3",
"python-docx>=0.8.11",
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pandas
python-docx
tomlkit
XlsxWriter
maus>=0.3.2
maus>=0.3.41

0 comments on commit c12b843

Please sign in to comment.