From 7e4fb35356f434081814aa15100ae03928a726db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:47:44 -0400 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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