From e1a823559f518804e81d57f905f2bff9d2d546fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 01:00:53 +0000 Subject: [PATCH 1/2] build: bump the core group with 2 updates Bumps the core group with 2 updates: [matplotlib](https://github.com/matplotlib/matplotlib) and [vtk](https://vtk.org). Updates `matplotlib` from 3.9.0 to 3.9.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1) Updates `vtk` from 9.3.0 to 9.3.1 --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core - dependency-name: vtk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5cff755ceb..c6a268e81e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ jupyter = [ tests = [ "ansys-dpf-core==0.10.1", "autopep8==2.3.1", - "matplotlib==3.9.0", + "matplotlib==3.9.1", "scipy==1.14.0", "pandas==2.2.2", "pyiges[full]==0.3.1", @@ -68,7 +68,7 @@ tests = [ "pytest-cov==5.0.0", "pyvista==0.43.10", "pyansys-tools-report==0.7.3", - "vtk==9.3.0", + "vtk==9.3.1", "pytest-rerunfailures==14.0", "pytest-pyvista==0.1.9", "pytest-memprof<0.3.0", @@ -83,7 +83,7 @@ doc = [ "imageio==2.34.2", "jupyter_sphinx==0.5.3", "jupyterlab>=3.2.8", - "matplotlib==3.9.0", + "matplotlib==3.9.1", "numpydoc==1.7.0", "pandas==2.2.2", "plotly==5.22.0", @@ -101,7 +101,7 @@ doc = [ "sphinxcontrib-websupport==1.2.7", "sphinxemoji==0.3.1", "sphinx-reredirects==0.1.4", - "vtk==9.3.0", + "vtk==9.3.1", ] [tool.flit.module] From 8da6579b43ea2c759464a966caa9917814c06242 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 5 Jul 2024 01:01:53 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3241.dependencies.md --- doc/changelog.d/3241.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3241.dependencies.md diff --git a/doc/changelog.d/3241.dependencies.md b/doc/changelog.d/3241.dependencies.md new file mode 100644 index 00000000000..7c5203d58dd --- /dev/null +++ b/doc/changelog.d/3241.dependencies.md @@ -0,0 +1 @@ +build: bump the core group with 2 updates \ No newline at end of file