From 410841038cce1df56c6909a9d130b1f2aa0c8747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:21:17 -0800 Subject: [PATCH 1/2] Bump matplotlib from 3.9.3 to 3.10.0 (#530) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.10.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.3...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b124830a..3c8e3dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scipy==1.14.1", "opencv-python==4.10.0.84", "deepdiff==8.0.1", - "matplotlib==3.9.3", + "matplotlib==3.10.0", "numpy>=1.22.2,<2.2.0", "beartype==0.19.0", "jaxtyping==0.2.36" From 158f984732b0bf0b22fe6398bc04a64a66072f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:21:27 -0800 Subject: [PATCH 2/2] Bump coverage from 7.6.8 to 7.6.9 (#526) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.8 to 7.6.9. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.8...7.6.9) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c8e3dd8..afb04219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues" [project.optional-dependencies] test = ["pytest", - "coverage==7.6.8", + "coverage==7.6.9", "phantominator", "testfixtures==8.3.0", "requests==2.32.3"]