From fed07c3ab8f7652d2d2f8ac1289daf301c735773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:04:35 +0000 Subject: [PATCH] chore(deps-dev): bump xlrd from 1.2.0 to 2.0.1 Bumps [xlrd](https://github.com/python-excel/xlrd) from 1.2.0 to 2.0.1. - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-excel/xlrd/compare/1.2.0...2.0.1) --- updated-dependencies: - dependency-name: xlrd dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2346cb0..104e1303 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "pyyaml==6.0.1", "six==1.16.0", "tabulate==0.9.0", - "xlrd==1.2.0", + "xlrd==2.0.1", "openpyxl==3.0.7", "types-requests==2.28.9", "types-urllib3==1.26.23",