From b8d7f2ac0cc603a0f34440d3d9d2795ccaeee77d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:03:01 +0000 Subject: [PATCH] Bump the actions group with 2 updates Bumps the actions group with 2 updates: [matplotlib](https://github.com/matplotlib/matplotlib) and [pytest](https://github.com/pytest-dev/pytest). Updates `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) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dbd512a..de9a9ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ [project.optional-dependencies] test = [ - "matplotlib==3.9.3", + "matplotlib==3.10.0", "pytest-cov==6.0.0", "pytest-mpl==0.17.0", - "pytest==8.3.3", + "pytest==8.3.4", ] [project.urls]