diff --git a/pyproject.toml b/pyproject.toml index c40eb9a57f..659cf5fb9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tests = [ "matplotlib==3.8.0", "scipy==1.10.1; python_version < '3.9'", # to support python 3.8 "scipy==1.11.3; python_version > '3.8'", - "pandas==2.1.1", + "pandas==2.1.2", "pyiges[full]==0.3.1", "pytest==7.4.2", "pytest-cov==4.1.0", @@ -78,12 +78,12 @@ doc = [ "ansys-sphinx-theme==0.12.3", "grpcio==1.51.1", "imageio-ffmpeg==0.4.9", - "imageio==2.31.5", + "imageio==2.31.6", "jupyter_sphinx==0.4.0", "jupyterlab>=3.2.8", "matplotlib==3.8.0", "numpydoc==1.6.0", - "pandas==2.1.1", + "pandas==2.1.2", "plotly==5.18.0", "pyiges[full]==0.3.1", "pypandoc==1.12",