diff --git a/pyproject.toml b/pyproject.toml index 568664b..67139c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Python tools for managing a Chess.com club — member reports, ma requires-python = ">=3.11" dependencies = [ "numpy~=2.4.0", - "pandas~=2.3.3", + "pandas~=3.0.1", "requests~=2.32.5", "openpyxl~=3.1.5", "python-dotenv~=1.2.1",