Skip to content

Commit b8d7f2a

Browse files
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](matplotlib/matplotlib@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](pytest-dev/pytest@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] <[email protected]>
1 parent f1d4b41 commit b8d7f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dependencies = [
3131

3232
[project.optional-dependencies]
3333
test = [
34-
"matplotlib==3.9.3",
34+
"matplotlib==3.10.0",
3535
"pytest-cov==6.0.0",
3636
"pytest-mpl==0.17.0",
37-
"pytest==8.3.3",
37+
"pytest==8.3.4",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)