diff --git a/pyproject.toml b/pyproject.toml index 8b4d8174fae..7f270b31e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tests = [ "autopep8==2.0.0", "matplotlib==3.6.2", "scipy==1.9.3", - "pandas==1.5.1", + "pandas==1.5.2", "pytest==7.2.0", "pytest-cov==4.0.0", "pyvista==0.37.0", @@ -74,7 +74,7 @@ doc = [ "jupyterlab>=3.2.8", "matplotlib==3.6.2", "numpydoc==1.5.0", - "pandas==1.5.1", + "pandas==1.5.2", "plotly==5.11.0", "pypandoc==1.10", "pytest-sphinx==0.5.0",