mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-21 05:32:44 -04:00
Bump pyexcel from 0.7.3 to 0.7.4 (#3057)
Bumps [pyexcel](https://github.com/pyexcel/pyexcel) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/pyexcel/pyexcel/releases) - [Changelog](https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/pyexcel/pyexcel/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: pyexcel dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -2792,14 +2792,14 @@ dev = ["black", "build", "flake8", "flake8-black", "isort", "jupyter-console", "
|
||||
|
||||
[[package]]
|
||||
name = "pyexcel"
|
||||
version = "0.7.3"
|
||||
version = "0.7.4"
|
||||
description = "A wrapper library that provides one API to read, manipulate and writedata in different excel formats"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "pyexcel-0.7.3-py2.py3-none-any.whl", hash = "sha256:394df2445364fa1960fed4a9bb04c62efdff5435026f3d1346f614a94fe5ba7a"},
|
||||
{file = "pyexcel-0.7.3.tar.gz", hash = "sha256:57b3c3fb55dd09a62cbbf2ae9f1e78aa11b627c2bfc6072ff2d9587c022b06d4"},
|
||||
{file = "pyexcel-0.7.4-py2.py3-none-any.whl", hash = "sha256:4f287fe2cc81c1fb2c0cf7f2be018b98391229c3752fb35e7ea3d9713043f72d"},
|
||||
{file = "pyexcel-0.7.4.tar.gz", hash = "sha256:cbbdc60532bbb2a22fe4303e824aaa386ecf6dc514d1f87d1ad03a1385fee4bd"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -4421,4 +4421,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.13.2"
|
||||
content-hash = "10557acc887e1286b013b91973a27039fa455c65c05f7755a0e2e6c80287e90f"
|
||||
content-hash = "1b50d04d72eafdada9bd186d0cfa3cdafa591b3b2c56ddf111eb2fd139288235"
|
||||
|
||||
@@ -25,7 +25,7 @@ humanize = "~=4.14"
|
||||
itsdangerous = "~=2.2"
|
||||
jinja2 = "^3.1.6"
|
||||
newrelic = "^11.0.1"
|
||||
pyexcel = "==0.7.3"
|
||||
pyexcel = "==0.7.4"
|
||||
pyexcel-io = "==0.6.7"
|
||||
pyexcel-ods3 = "==0.6.1"
|
||||
pyexcel-xls = "==0.7.1"
|
||||
|
||||
Reference in New Issue
Block a user