diff --git a/pyproject.toml b/pyproject.toml index fd3f1b3..e1ab502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">= 3.9" dependencies = [ - "pandas>=0.19.2", + "pandas>=1.1.0", "requests>=2.3.0", "requests-file", "lxml",