diff --git a/doc/changelog.d/442.dependencies.md b/doc/changelog.d/442.dependencies.md new file mode 100644 index 00000000..800bc0cd --- /dev/null +++ b/doc/changelog.d/442.dependencies.md @@ -0,0 +1 @@ +maint: bump numpy from 2.1.2 to 2.1.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a190ee34..d942cf11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "ansys-mapdl-core==0.68.6", - "numpy==2.1.2", + "numpy==2.1.3", "scipy==1.14.1", "pyansys-tools-report==0.8.1", "pytest==8.3.3",