From 50fa49a8e850431272fdecbf3dd089b60a5906e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 05:28:52 +0000 Subject: [PATCH] Bump pandera from 0.22.1 to 0.26.0 Bumps [pandera](https://github.com/pandera-dev/pandera) from 0.22.1 to 0.26.0. - [Release notes](https://github.com/pandera-dev/pandera/releases) - [Commits](https://github.com/pandera-dev/pandera/compare/v0.22.1...v0.26.0) --- updated-dependencies: - dependency-name: pandera dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 ++++++++++++++------------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6328f54..f6ef2c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,37 +718,38 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandera" -version = "0.22.1" +version = "0.26.0" description = "A light-weight and flexible data validation and testing tool for statistical data objects." optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pandera-0.22.1-py3-none-any.whl", hash = "sha256:2a35531b4b533ac83e606a6dcc3cd41561774ff3d872117228e931f22e72f330"}, - {file = "pandera-0.22.1.tar.gz", hash = "sha256:091ebc353383ba642e5a20ee0df763ed2059ab99cb4b2ac3e83f482de8493645"}, + {file = "pandera-0.26.0-py3-none-any.whl", hash = "sha256:85e4ab058e8e6c1f13f364450e080fcb52c8320bb40ca952342ac8709d1a7a4e"}, + {file = "pandera-0.26.0.tar.gz", hash = "sha256:37dbca1e53d12f70e576c45d886a31e454b48990c40d92c3466c26d28141b07b"}, ] [package.dependencies] -numpy = ">=1.19.0" packaging = ">=20.0" -pandas = ">=1.2.0" pydantic = "*" typeguard = "*" +typing_extensions = "*" typing_inspect = ">=0.6.0" [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"] -dask = ["dask[dataframe]"] +all = ["black", "dask[dataframe]", "distributed", "fastapi", "frictionless (<=4.40.8)", "geopandas (<1.1.0)", "hypothesis (>=6.92.7)", "ibis-framework (>=9.0.0)", "modin", "pandas-stubs", "polars (>=0.20.0)", "pyspark[connect] (>=3.2.0,<4.0.0)", "pyyaml (>=5.1)", "ray", "scipy", "shapely"] +dask = ["dask[dataframe]", "distributed"] fastapi = ["fastapi"] -geopandas = ["geopandas", "shapely"] +geopandas = ["geopandas (<1.1.0)", "shapely"] hypotheses = ["scipy"] +ibis = ["ibis-framework (>=9.0.0)"] io = ["black", "frictionless (<=4.40.8)", "pyyaml (>=5.1)"] -modin = ["dask[dataframe]", "modin", "ray"] -modin-dask = ["dask[dataframe]", "modin"] +modin = ["dask[dataframe]", "distributed", "modin", "ray"] +modin-dask = ["dask[dataframe]", "distributed", "modin"] modin-ray = ["modin", "ray"] mypy = ["pandas-stubs"] +pandas = ["numpy (>=1.24.4)", "pandas (>=2.1.1)"] polars = ["polars (>=0.20.0)"] -pyspark = ["pyspark[connect] (>=3.2.0)"] +pyspark = ["pyspark[connect] (>=3.2.0,<4.0.0)"] strategies = ["hypothesis (>=6.92.7)"] [[package]] @@ -1417,4 +1418,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "5356e8dfd9cfb1261e6293ba83acecc4debbf3680ec5221e939bde2c05956d42" +content-hash = "40ba6491d01e7dbbeda0d97bdf2abf27c5034591e9fc05ebacc43fa3c70a3186" diff --git a/pyproject.toml b/pyproject.toml index f4f533e..0a75bba 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.22.1" +pandera = "^0.26.0" tabulate = "^0.9.0" ujson = "^5.9.0" polars-lts-cpu = "^1.24.0"