From d8b29c7bc603db609dfdf61939616bf6071167b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:57:24 +0000 Subject: [PATCH] Bump openpyxl from 3.1.4 to 3.1.5 Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.4 to 3.1.5. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15fe993a..2cfce48f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ more-itertools==10.3.0 # via maus numpy==2.0.0 # via pandas -openpyxl==3.1.4 +openpyxl==3.1.5 # via kohlrahbi (pyproject.toml) packaging==24.1 # via marshmallow