diff --git a/pyproject.toml b/pyproject.toml index a6a8dd1..453a0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ typing-extensions = "^4.3.0" [tool.poetry.group.dev.dependencies] pytest = "^7.0.0" pytest-cov = "^4.0.0" -pandas = "~1.3.0" +pandas = "~2.2.0" black = "^22.8.0" flake8 = "^6.0.0" isort = "^5.10.1"