From ec798af6239162f4a11793bab812ab597909e2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:30:06 +0000 Subject: [PATCH] Bump openpyxl from 3.1.2 to 3.1.5 Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.2 to 3.1.5. --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ade8d3..438cc33ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "irc3==1.1.10", "lxml==6.0.2", "nh3==0.3.2", - "openpyxl==3.1.2", # used to import excel files in economy backoffice + "openpyxl==3.1.5", # used to import excel files in economy backoffice "pandas==2.3.3", "psycopg2-binary==2.9.11", "python-magic==0.4.27",