From f1e441dab915257b6a99fb1e01f0d5d28bbc138a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:49:42 +0000 Subject: [PATCH 1/2] Bump maus from 0.4.2 to 0.5.0 Bumps [maus](https://github.com/Hochfrequenz/mig_ahb_utility_stack) from 0.4.2 to 0.5.0. - [Release notes](https://github.com/Hochfrequenz/mig_ahb_utility_stack/releases) - [Commits](https://github.com/Hochfrequenz/mig_ahb_utility_stack/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: maus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0220aa93..19defecf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ lxml==5.2.2 # via python-docx marshmallow==3.21.2 # via maus -maus==0.4.2 +maus==0.5.0 # via kohlrahbi (pyproject.toml) more-itertools==10.2.0 # via maus From 7977959992106d666152d0bb63fe3fab4a379a81 Mon Sep 17 00:00:00 2001 From: konstantin Date: Thu, 16 May 2024 11:50:32 +0000 Subject: [PATCH 2/2] 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",