Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the / directory: [matplotlib](https://github.com/matplotlib/matplotlib) and [ruff](https://github.com/astral-sh/ruff).


Updates `matplotlib` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.0...v3.9.1)

Updates `ruff` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.0...0.5.1)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 16887de commit 1cf5dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ docs-screenshots = [
"ipywidgets==8.1.3",
"jupyterlab-geojson==3.4.0",
"jupyterlab-language-pack-zh-CN==4.2.post1",
"matplotlib==3.9.0",
"matplotlib==3.9.1",
"nbconvert>=7.0.0",
"pandas==2.2.2",
"scipy==1.14.0",
Expand All @@ -119,7 +119,7 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.5.0",
"ruff==0.5.1",
]
upgrade-extension = [
"pyyaml-include<3.0",
Expand Down

0 comments on commit 1cf5dc0

Please sign in to comment.