Merge pull request #2453 from GSA/dependabot/pip/pyexcel-io-0.6.7

Bump pyexcel-io from 0.6.6 to 0.6.7
This commit is contained in:
Alex Janousek
2025-03-28 15:04:58 -04:00
committed by GitHub
2 changed files with 6 additions and 5 deletions

9
poetry.lock generated
View File

@@ -2291,20 +2291,21 @@ lxml = "*"
[[package]]
name = "pyexcel-io"
version = "0.6.6"
version = "0.6.7"
description = "A python library to read and write structured data in csv, zipped csvformat and to/from databases"
optional = false
python-versions = ">=3.6"
groups = ["main"]
files = [
{file = "pyexcel-io-0.6.6.tar.gz", hash = "sha256:f6084bf1afa5fbf4c61cf7df44370fa513821af188b02e3e19b5efb66d8a969f"},
{file = "pyexcel_io-0.6.6-py2.py3-none-any.whl", hash = "sha256:19ff1d599a8a6c0982e4181ef86aa50e1f8d231410fa7e0e204d62e37551c1d6"},
{file = "pyexcel_io-0.6.7-py2.py3-none-any.whl", hash = "sha256:add9f3c1489070ab0a3226bab7d23d4b84a364f5b44f3a14e2ce785ede88fcb3"},
{file = "pyexcel_io-0.6.7.tar.gz", hash = "sha256:2c33d8df505e21a13bed585ac6ab7d30ec826a9f156b758394af5d22359bddb9"},
]
[package.dependencies]
lml = ">=0.0.4"
[package.extras]
extra = ["chardet"]
ods = ["pyexcel-ods3 (>=0.6.0)"]
xls = ["pyexcel-xls (>=0.6.0)"]
xlsx = ["pyexcel-xlsx (>=0.6.0)"]
@@ -3296,4 +3297,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "ba0ae6e73e8712e6df61248d43ebc8eb6af14d7b2783165bfacfaa5f03085da6"
content-hash = "ee8b9764c81916879e6d68b2a80a43e41dc072a1d4abd8653cd3a989be5d25ab"

View File

@@ -25,7 +25,7 @@ jinja2 = "^3.1.6"
newrelic = "*"
notifications-python-client = "==10.0.0"
pyexcel = "==0.7.2"
pyexcel-io = "==0.6.6"
pyexcel-io = "==0.6.7"
pyexcel-ods3 = "==0.6.1"
pyexcel-xls = "==0.7.1"
pyexcel-xlsx = "==0.6.0"