diff --git a/poetry.lock b/poetry.lock index e5324c7..6e24ff3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1535,17 +1535,17 @@ xml = ["lxml (>=4.9.2)"] [[package]] name = "pandera" -version = "0.20.4" +version = "0.21.0" 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.20.4-py3-none-any.whl", hash = "sha256:40368d9162938f304ce4ce6ad41ce4b57991b88f7de1bb4574aeb5a1ecf2dc8c"}, - {file = "pandera-0.20.4.tar.gz", hash = "sha256:ccf6178293ef9d4393dc4776e47477e3d2dd51c800ecdfedec67fff50f4ad3c2"}, + {file = "pandera-0.21.0-py3-none-any.whl", hash = "sha256:ee694182ff9f15c165d14a99a9b90bcdf95bce07c1935f73c69718db15c85809"}, + {file = "pandera-0.21.0.tar.gz", hash = "sha256:12a1e67478dc72459eff8329036e1d3502fcc4332c9c70bdbd88a78b7597aa8a"}, ] [package.dependencies] -multimethod = "<=1.10.0" +multimethod = "*" numpy = ">=1.19.0" packaging = ">=20.0" pandas = ">=1.2.0" @@ -2531,4 +2531,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "9606e5bba1478061863d155060111786f84341df8367e4e3c7be91f803c29309" +content-hash = "f13a94bdcee8ea7201439dc5954184f69525f1871c3aed5ade6445de87b152ce" diff --git a/pyproject.toml b/pyproject.toml index 78558a0..b87d425 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.20.3" +pandera = "^0.21.0" requests = "^2.32.3" tabulate = "^0.9.0" ujson = "^5.9.0"