diff --git a/doc/changelog.d/3672.dependencies.md b/doc/changelog.d/3672.dependencies.md new file mode 100644 index 0000000000..e0b59c984b --- /dev/null +++ b/doc/changelog.d/3672.dependencies.md @@ -0,0 +1 @@ +build: bump autopep8 from 2.3.1 to 2.3.2 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0591174f47..0d5b2e6dee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", "ansys-tools-visualization-interface==0.8.1", - "autopep8==2.3.1", + "autopep8==2.3.2", "matplotlib==3.10.0", "pandas==2.2.3", "pyansys-tools-report==0.8.1",