diff --git a/doc/changelog.d/3368.dependencies.md b/doc/changelog.d/3368.dependencies.md new file mode 100644 index 0000000000..7c5203d58d --- /dev/null +++ b/doc/changelog.d/3368.dependencies.md @@ -0,0 +1 @@ +build: bump the core group with 2 updates \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 314cd46cd3..58625a82db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,12 +69,12 @@ tests = [ "pytest-pyvista==0.1.9", "pytest-rerunfailures==14.0", "pytest==8.3.2", - "scipy==1.14.0", + "scipy==1.14.1", "vtk==9.3.1", ] doc = [ "ansys-dpf-core==0.10.1", - "ansys-mapdl-reader==0.53.0", + "ansys-mapdl-reader==0.54.0", "ansys-tools-visualization-interface==0.4.0", "ansys-sphinx-theme==1.0.5", "grpcio==1.65.4",