From 71e1c988276eb90813fed8300e5dc5e734a5e55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:30:59 +0100 Subject: [PATCH 1/3] build: bump matplotlib from 3.9.2 to 3.9.3 (#175) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/175.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/175.dependencies.md diff --git a/doc/changelog.d/175.dependencies.md b/doc/changelog.d/175.dependencies.md new file mode 100644 index 000000000..100204a14 --- /dev/null +++ b/doc/changelog.d/175.dependencies.md @@ -0,0 +1 @@ +build: bump matplotlib from 3.9.2 to 3.9.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0875f3bff..974e6c731 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ [project.optional-dependencies] tests = [ "ansys-dpf-core==0.13.2", - "matplotlib==3.9.2", + "matplotlib==3.9.3", "pytest==8.3.3", "pytest-cov==6.0.0", From dba67022dea8f1fcaa633b1b3ff1122597209ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:31:57 +0100 Subject: [PATCH 2/3] build: bump ansys-dpf-core from 0.13.2 to 0.13.3 (#174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Co-authored-by: Alexandre Bouthéon <137152543+a-bouth@users.noreply.github.com> --- doc/changelog.d/174.dependencies.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/174.dependencies.md diff --git a/doc/changelog.d/174.dependencies.md b/doc/changelog.d/174.dependencies.md new file mode 100644 index 000000000..cb2e4d728 --- /dev/null +++ b/doc/changelog.d/174.dependencies.md @@ -0,0 +1 @@ +build: bump ansys-dpf-core from 0.13.2 to 0.13.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 974e6c731..3f25ecf83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] tests = [ - "ansys-dpf-core==0.13.2", + "ansys-dpf-core==0.13.3", "matplotlib==3.9.3", "pytest==8.3.3", From 4429df17a74e96cb7163812dd7193ed689478afd Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:32:51 +0100 Subject: [PATCH 3/3] fix: spacings on CONTRIBUTORS.md file (#178) Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- CONTRIBUTORS.md | 3 +-- doc/changelog.d/178.fixed.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/178.fixed.md diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index d413b5295..9714261e7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,7 +5,6 @@ * [Alexandre Bouthéon](https://github.com/a-bouth) * [Stéphane Molla](https://github.com/anssmolla) - ## Individual Contributors * [Antoine Minard](https://github.com/ansaminard) @@ -14,4 +13,4 @@ * [Hélène Lachambre](https://github.com/anshlachamb) * [Matt Bennett](https://github.com/mattbennett72) * [Milan Redon](https://github.com/milanredon) -* [Roberto Pastor Muela](https://github.com/RobPasMue) \ No newline at end of file +* [Roberto Pastor Muela](https://github.com/RobPasMue) diff --git a/doc/changelog.d/178.fixed.md b/doc/changelog.d/178.fixed.md new file mode 100644 index 000000000..8a5152e01 --- /dev/null +++ b/doc/changelog.d/178.fixed.md @@ -0,0 +1 @@ +fix: spacings on CONTRIBUTORS.md file \ No newline at end of file