From bb37a5851cb554f705bdb395c407a7aa196eed1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:18:59 +0000 Subject: [PATCH] Update tblib requirement from ~=2.0.0 to ~=3.0.0 Updates the requirements on [tblib](https://github.com/ionelmc/python-tblib) to permit the latest version. - [Release notes](https://github.com/ionelmc/python-tblib/releases) - [Changelog](https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/python-tblib/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: tblib dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index aadd33e270..862ae9271f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,5 +10,5 @@ mypy~=1.6.0 openpyxl-stubs~=0.1.25 pylint-django~=2.5.4 pylint~=3.0.1 -tblib~=2.0.0 +tblib~=3.0.0 xlrd~=2.0.1