From fd3e7da3d4c7c4ecc4db253570680cb9d4c0cbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:21:52 +0000 Subject: [PATCH] Bump runpandarun from 0.5.1 to 0.5.2 Bumps [runpandarun](https://github.com/investigativedata/investigraph-etl) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/investigativedata/investigraph-etl/releases) - [Changelog](https://github.com/investigativedata/investigraph-etl/blob/main/CHANGELOG.md) - [Commits](https://github.com/investigativedata/investigraph-etl/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: runpandarun dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28b9c98..1310fff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5046,13 +5046,13 @@ files = [ [[package]] name = "runpandarun" -version = "0.5.1" +version = "0.5.2" description = "Tell pandas what to do – easy tabular data I/O playbooks" optional = false python-versions = "<4,>=3.10" files = [ - {file = "runpandarun-0.5.1-py3-none-any.whl", hash = "sha256:9fea3a3954c514962dd1d7aff06a6eddbdb9e8663c830b71ef0c4fed68975468"}, - {file = "runpandarun-0.5.1.tar.gz", hash = "sha256:b6961bab783d64813d7102a7dd5463835486f2c3e7e584b8ef8b13c7935c6890"}, + {file = "runpandarun-0.5.2-py3-none-any.whl", hash = "sha256:242a49dd3b91e58e3815344e722728a6eef7c6d077a6081d3cc3f397c3280ab9"}, + {file = "runpandarun-0.5.2.tar.gz", hash = "sha256:11555753826c63cb12fd1affecaf58803559dc55c4b00cd39a88de1121e4e1b7"}, ] [package.dependencies] @@ -5069,11 +5069,11 @@ pandas = ">=2.2.2,<3.0.0" pantomime = ">=0.6.1,<0.7.0" pydantic = ">=2.7.3,<3.0.0" pyicu = ">=2.12,<3.0" -pytest-xdist = ">=3.5.0,<4.0.0" requests = ">=2.31.0,<3.0.0" s3fs = ">=2024.2.0,<2025.0.0" sqlalchemy = ">=2.0.27,<3.0.0" -typer = ">=0.12.3,<0.13.0" +typer = ">=0.12.3,<0.14.0" +xlrd = ">=2.0.1,<3.0.0" [[package]] name = "s3fs" @@ -5974,6 +5974,22 @@ cffi = ">=1.16.0" [package.extras] test = ["pytest"] +[[package]] +name = "xlrd" +version = "2.0.1" +description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +files = [ + {file = "xlrd-2.0.1-py2.py3-none-any.whl", hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd"}, + {file = "xlrd-2.0.1.tar.gz", hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88"}, +] + +[package.extras] +build = ["twine", "wheel"] +docs = ["sphinx"] +test = ["pytest", "pytest-cov"] + [[package]] name = "yarl" version = "1.10.0"