From 132ced00422d8bc7f5e44329a0c6cd24f33f105c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 18:52:49 +0000 Subject: [PATCH] Bump pyexcel-xls from 0.7.0 to 0.7.1 Bumps [pyexcel-xls](https://github.com/pyexcel/pyexcel-xls) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/pyexcel/pyexcel-xls/releases) - [Changelog](https://github.com/pyexcel/pyexcel-xls/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/pyexcel/pyexcel-xls/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: pyexcel-xls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8091549ee..b78a74422 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2341,14 +2341,14 @@ pyexcel-io = ">=0.6.2" [[package]] name = "pyexcel-xls" -version = "0.7.0" +version = "0.7.1" description = "A wrapper library to read, manipulate and write data in xls format. Itreads xlsx and xlsm format" optional = false python-versions = ">=3.6" groups = ["main"] files = [ - {file = "pyexcel-xls-0.7.0.tar.gz", hash = "sha256:5ec606ef8667aafbb0c3fbd8242a7c23bf175ee7c10b08f70799b84fb2db84cb"}, - {file = "pyexcel_xls-0.7.0-py2.py3-none-any.whl", hash = "sha256:31c6652ddc8758428ed59c7f2c34a1173abb8f3c7ebdba6fce051ff6f78b8135"}, + {file = "pyexcel_xls-0.7.1-py2.py3-none-any.whl", hash = "sha256:5fd1bc29a50ad7abf5e5d5b6b0dfa1f83e01a97dbb3e7a9dc8ef118d5b78b46a"}, + {file = "pyexcel_xls-0.7.1.tar.gz", hash = "sha256:0e8c598dc840f9216507f1c16975c18b06e36df09acd79bda1a9de2f9cad0761"}, ] [package.dependencies] @@ -3309,4 +3309,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "3f1bddef8faad3e773cad9d7f67f2c05fe34e8d678e9281b1704a830fd129407" +content-hash = "b066d7ae7af2903cbab3abe8b75a4cc0cfe25145deed2f7ed6420a338b62941d" diff --git a/pyproject.toml b/pyproject.toml index e319fa989..9722ddd6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ notifications-python-client = "==10.0.0" pyexcel = "==0.7.2" pyexcel-io = "==0.6.6" pyexcel-ods3 = "==0.6.1" -pyexcel-xls = "==0.7.0" +pyexcel-xls = "==0.7.1" pyexcel-xlsx = "==0.6.0" openpyxl = "==3.0.10" pyproj = "==3.7.1"