From d7e2195e5b59883da325303aa942e8120cae1fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:07:01 +0000 Subject: [PATCH] Bump pandera from 0.21.1 to 0.22.1 Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.21.1 to 0.22.1. - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](https://github.com/pandera-dev/pandera/compare/v0.21.1...v0.22.1) --- updated-dependencies: - dependency-name: pandera dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 ++++----------------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 18 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b982c1..19f1836 100644 --- a/poetry.lock +++ b/poetry.lock @@ -996,17 +996,6 @@ files = [ {file = "multidict-6.1.0.tar.gz", hash = "sha256:22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a"}, ] -[[package]] -name = "multimethod" -version = "1.12" -description = "Multiple argument dispatching." -optional = false -python-versions = ">=3.9" -files = [ - {file = "multimethod-1.12-py3-none-any.whl", hash = "sha256:fd0c473c43558908d97cc06e4d68e8f69202f167db46f7b4e4058893e7dbdf60"}, - {file = "multimethod-1.12.tar.gz", hash = "sha256:8db8ef2a8d2a247e3570cc23317680892fdf903d84c8c1053667c8e8f7671a67"}, -] - [[package]] name = "mypy-extensions" version = "1.0.0" @@ -1191,24 +1180,22 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandera" -version = "0.21.1" +version = "0.22.1" description = "A light-weight and flexible data validation and testing tool for statistical data objects." optional = false python-versions = ">=3.7" files = [ - {file = "pandera-0.21.1-py3-none-any.whl", hash = "sha256:cb6323952815ab82484bd8371f71d0b609a9cd0f515a7b91b2c076871b4db387"}, - {file = "pandera-0.21.1.tar.gz", hash = "sha256:3a40b643cd32d1fdd4142917ede1ae91b93a5f3469b01fcf70ffd1046964818c"}, + {file = "pandera-0.22.1-py3-none-any.whl", hash = "sha256:2a35531b4b533ac83e606a6dcc3cd41561774ff3d872117228e931f22e72f330"}, + {file = "pandera-0.22.1.tar.gz", hash = "sha256:091ebc353383ba642e5a20ee0df763ed2059ab99cb4b2ac3e83f482de8493645"}, ] [package.dependencies] -multimethod = "*" numpy = ">=1.19.0" packaging = ">=20.0" pandas = ">=1.2.0" pydantic = "*" typeguard = "*" typing_inspect = ">=0.6.0" -wrapt = "*" [package.extras] all = ["black", "dask[dataframe]", "fastapi", "frictionless (<=4.40.8)", "geopandas", "hypothesis (>=6.92.7)", "modin", "pandas-stubs", "polars (>=0.20.0)", "pyspark[connect] (>=3.2.0)", "pyyaml (>=5.1)", "ray", "scipy", "shapely"] @@ -2162,4 +2149,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "dd2df51d309cacf35ab8653c172afed8c22a80e4e65664c6ac5d78f1a7eae0cf" +content-hash = "782f8433b4801905edb87c5f9551c2793dbbbd6d6c4d617c94173d02d10ca3e5" diff --git a/pyproject.toml b/pyproject.toml index 3bbf2f7..1b27370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ packages = [{ include = "regtech_data_validator", from = "src" }] [tool.poetry.dependencies] python = ">=3.12,<4" pandas = "^2.2.2" -pandera = "^0.21.0" +pandera = "^0.22.1" requests = "^2.32.3" tabulate = "^0.9.0" ujson = "^5.9.0"