diff --git a/pyproject.toml b/pyproject.toml index ec8c858..0c633f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3 :: Only"] requires-python = ">=3.11" dependencies = [ - "pandas==2.1.4" + "pandas==2.2.0" ] [project.urls]