diff --git a/pyproject.toml b/pyproject.toml index 7a56cae19..3b24b7b78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ tests = [ "mongomock==3.23.0", "jsonapi-client==0.9.9", "pytest-cov==2.12.1", - "pandas==1.3.2", + "pandas==2.2.2", "responses==0.23.1", "Faker==19.6.2", ] @@ -93,8 +93,7 @@ admin = [ ] webuploader = [ - "pandas==1.3.2", - "numpy==1.21.2", + "pandas==1.3.2" ] [tool.pytest.ini_options]