diff --git a/pyproject.toml b/pyproject.toml index bc099e70b..d7ace3ce0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ ] dependencies = [ - "build==1.0.3", + "build==1.1.1", "numpy", - "pyaedt==0.7.12", + "pyaedt==0.8.1", "twine==5.0.0", "pydantic", "pyvista", @@ -38,10 +38,10 @@ doc = [ "ansys-sphinx-theme==0.14.0", "imageio==2.34.0", "imageio-ffmpeg==0.4.9", - "ipython==8.21.0", + "ipython==8.22.2", "ipywidgets==8.1.2", "joblib==1.3.2", - "jupyterlab==4.1.2", + "jupyterlab==4.1.3", "jupytext==1.16.1", "matplotlib==3.8.3", "nbsphinx==0.9.3", @@ -59,15 +59,15 @@ doc = [ "sphinxcontrib-websupport==1.2.7", "SRTM.py", "utm", - "scikit-rf==0.31.0", + "scikit-rf==0.32.0", "openpyxl==3.1.2", "sphinx_design", "sphinx_jinja", - "vtk==9.2.6", + "vtk==9.3.0", "pypandoc", ] tests = [ - "pytest==7.4.3", + "pytest==8.0.2", "pytest-cov==4.1.0", ] ci = [