From 0da383ee31dff1e14e20b349dfd5c19a7556e548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 18:47:52 +0200 Subject: [PATCH] Bump openpyxl from 3.0.9 to 3.0.10 (#1074) Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.0.9 to 3.0.10. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 735192345..bd5cc20a8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ click==8.1.3 netCDF4==1.5.8 numba==0.55.1 numpy==1.21.6 -openpyxl==3.0.9 +openpyxl==3.0.10 pandas==1.4.2 rich==12.4.1 ruamel.yaml==0.17.21