diff --git a/poetry.lock b/poetry.lock index 9640c2035..a9a2097ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2482,13 +2482,13 @@ test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"] [[package]] name = "pandas-stubs" -version = "2.1.1.230928" +version = "2.1.4.231227" description = "Type annotations for pandas" optional = false python-versions = ">=3.9" files = [ - {file = "pandas_stubs-2.1.1.230928-py3-none-any.whl", hash = "sha256:992d97159e054ca3175ebe8321ac5616cf6502dd8218b03bb0eaf3c4f6939037"}, - {file = "pandas_stubs-2.1.1.230928.tar.gz", hash = "sha256:ce1691c71c5d67b8f332da87763f7f54650f46895d99964d588c3a5d79e2cacc"}, + {file = "pandas_stubs-2.1.4.231227-py3-none-any.whl", hash = "sha256:211fc23e6ae87073bdf41dbf362c4a4d85e1e3477cb078dbac3da6c7fdaefba8"}, + {file = "pandas_stubs-2.1.4.231227.tar.gz", hash = "sha256:3ea29ef001e9e44985f5ebde02d4413f94891ef6ec7e5056fb07d125be796c23"}, ] [package.dependencies] @@ -4581,4 +4581,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "741831a51a0c97230c24e1f16ab4a8eb15627f1133cf82b3257dcd565537a6ed" +content-hash = "a2731d933917970967041e65334b526569465f1ffd2429ff93be81f9fc009dc8" diff --git a/pyproject.toml b/pyproject.toml index 74cc0c535..e67279126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ clickhouse-driver = ">=0.2.3,<1" lxml = "4.9.3" zeep = "^4.2.1" mypy = "^1.7" -pandas-stubs = "^2.1.1.230928" +pandas-stubs = "^2.1.4.231227" types-requests = "^2.31.0.6" types-simplejson = "^3.19.0.2" types-python-slugify = "^8.0.0.3"