From 7c9052ba137d23982e9605d9ed0ba2e57c75be51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:03:56 +0000 Subject: [PATCH] [deps] 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-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eab5928..2047387 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master openwisp-utils[rest] @ https://github.com/openwisp/openwisp-utils/tarball/master django-reversion~=5.0.12 -openpyxl~=3.1.2 +openpyxl~=3.1.5