From 7977959992106d666152d0bb63fe3fab4a379a81 Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 16 May 2024 11:50:32 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2bad930..b4397720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "hatchling.build" dependencies = [ "click>=8.0.0", "colorlog>=6.7.0", - "maus>=0.3.43", + "maus>=0.5.0", "openpyxl>=3.1.1", "pandas>=1.5.3", "python-docx>=1.0.0",