diff --git a/doc/changelog.d/3399.maintenance.md b/doc/changelog.d/3399.maintenance.md new file mode 100644 index 0000000000..f6c510962f --- /dev/null +++ b/doc/changelog.d/3399.maintenance.md @@ -0,0 +1 @@ +build: bump the minimal group with 2 updates \ No newline at end of file diff --git a/doc/changelog.d/3400.dependencies.md b/doc/changelog.d/3400.dependencies.md new file mode 100644 index 0000000000..b673a9e77c --- /dev/null +++ b/doc/changelog.d/3400.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-tools-visualization-interface from 0.4.0 to 0.4.4 in the core group \ No newline at end of file diff --git a/doc/changelog.d/3401.dependencies.md b/doc/changelog.d/3401.dependencies.md new file mode 100644 index 0000000000..5df22049c4 --- /dev/null +++ b/doc/changelog.d/3401.dependencies.md @@ -0,0 +1 @@ +build: bump plotly from 5.24.0 to 5.24.1 in the documentation group \ No newline at end of file diff --git a/doc/changelog.d/3402.dependencies.md b/doc/changelog.d/3402.dependencies.md new file mode 100644 index 0000000000..eb6a4417f8 --- /dev/null +++ b/doc/changelog.d/3402.dependencies.md @@ -0,0 +1 @@ +build: bump pytest from 8.3.2 to 8.3.3 in the testing group \ No newline at end of file diff --git a/minimum_requirements.txt b/minimum_requirements.txt index b7a3750652..dcd925a380 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,6 +1,6 @@ ansys-api-mapdl==0.5.2 -importlib-metadata==8.4.0 +importlib-metadata==8.5.0 numpy==1.26.4 -platformdirs==4.2.2 +platformdirs==4.3.2 psutil==6.0.0 pyansys-tools-versioning==0.6.0 diff --git a/pyproject.toml b/pyproject.toml index a8c85019f0..34c5ac0cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "ansys-tools-visualization-interface==0.4.0", + "ansys-tools-visualization-interface==0.4.4", "autopep8==2.3.1", "matplotlib==3.9.2", "pandas==2.2.2", @@ -68,14 +68,14 @@ tests = [ "pytest-memprof<0.3.0", "pytest-pyvista==0.1.9", "pytest-rerunfailures==14.0", - "pytest==8.3.2", + "pytest==8.3.3", "scipy==1.14.1", "vtk==9.3.1", ] doc = [ "ansys-dpf-core==0.10.1", "ansys-mapdl-reader==0.54.1", - "ansys-tools-visualization-interface==0.4.0", + "ansys-tools-visualization-interface==0.4.4", "ansys-sphinx-theme==1.0.8", "grpcio==1.66.1", "imageio-ffmpeg==0.5.1", @@ -85,7 +85,7 @@ doc = [ "matplotlib==3.9.2", "numpydoc==1.8.0", "pandas==2.2.2", - "plotly==5.24.0", + "plotly==5.24.1", "pyiges[full]==0.3.1", "pypandoc==1.13", "pytest-sphinx==0.6.3",