From 084850c97da80afb2dd24aefe7cdb5d2f934a67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 09:23:24 +0000 Subject: [PATCH] chore(deps-dev): update openpyxl requirement from >=3.1.2 to >=3.1.5 Updates the requirements on [openpyxl](https://openpyxl.readthedocs.io) to permit the latest version. --- updated-dependencies: - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1653e1..d755812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ gui = [ "tkcalendar>=1.6.1", "pyshorteners>=1.0.1", "googlesearch-python>=1.3.0", - "openpyxl>=3.1.2", + "openpyxl>=3.1.5", "sympy>=1.12", "hijri-converter>=2.3.2.post1", ]