diff --git a/poetry.lock b/poetry.lock index 8cd33ffc0..94a2e367d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2238,14 +2238,14 @@ dev = ["black", "build", "flake8", "flake8-black", "isort", "jupyter-console", " [[package]] name = "pyexcel" -version = "0.7.2" +version = "0.7.3" 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.2-py2.py3-none-any.whl", hash = "sha256:a71bf4f8154f9e380645138881f3292ee81eaffa374996adfd8f2edcc0c6cabb"}, - {file = "pyexcel-0.7.2.tar.gz", hash = "sha256:a0d6eb788eb06e81a1b438c0e7c00fee080465f3397fbcffe5cec34aebe6a32a"}, + {file = "pyexcel-0.7.3-py2.py3-none-any.whl", hash = "sha256:394df2445364fa1960fed4a9bb04c62efdff5435026f3d1346f614a94fe5ba7a"}, + {file = "pyexcel-0.7.3.tar.gz", hash = "sha256:57b3c3fb55dd09a62cbbf2ae9f1e78aa11b627c2bfc6072ff2d9587c022b06d4"}, ] [package.dependencies] @@ -3302,4 +3302,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "418596e226a87272f31ee6db71b26e45754dad12d29761c9cff83cd86363c0a5" +content-hash = "fbdce73b392709cb73ca9a93ab82df4b18d1d264e8383cb1049f4cda5a645f35" diff --git a/pyproject.toml b/pyproject.toml index d8b491d4d..e7b18a7cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ itsdangerous = "~=2.2" jinja2 = "^3.1.6" newrelic = "*" notifications-python-client = "==10.0.1" -pyexcel = "==0.7.2" +pyexcel = "==0.7.3" pyexcel-io = "==0.6.7" pyexcel-ods3 = "==0.6.1" pyexcel-xls = "==0.7.1"