From 265bcb2c707311b23fccff226d6926c9b2191093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:52:46 +0000 Subject: [PATCH] Bump openpyxl from 2.4.0 to 2.4.2 Bumps [openpyxl](https://openpyxl.readthedocs.io) from 2.4.0 to 2.4.2. --- 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 1be7920..ac25808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jdcal==1.3 -openpyxl==2.4.0 +openpyxl==2.4.2 unicodecsv==0.14.1 xlrd==1.0.0 xlwt==1.1.2