From a0f74335ca21f8b41210af8c2929239c10b384b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 18:49:18 +0200 Subject: [PATCH] build: bump autopep8 from 2.3.0 to 2.3.1 in the testing group (#3215) * build: bump autopep8 from 2.3.0 to 2.3.1 in the testing group Bumps the testing group with 1 update: [autopep8](https://github.com/hhatto/autopep8). Updates `autopep8` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: testing ... Signed-off-by: dependabot[bot] * Adding changelog entry: 3215.dependencies.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot --- doc/changelog.d/3215.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3215.dependencies.md diff --git a/doc/changelog.d/3215.dependencies.md b/doc/changelog.d/3215.dependencies.md new file mode 100644 index 0000000000..ee0f4f3cf0 --- /dev/null +++ b/doc/changelog.d/3215.dependencies.md @@ -0,0 +1 @@ +build: bump autopep8 from 2.3.0 to 2.3.1 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b0934f4f4a..f5cff755ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", - "autopep8==2.3.0", + "autopep8==2.3.1", "matplotlib==3.9.0", "scipy==1.14.0", "pandas==2.2.2",