Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `8.1.2` | `8.1.3` |
| [jupyterlab-language-pack-zh-cn](https://github.com/jupyterlab/language-packs) | `4.1.post2` | `4.2.post1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.4` | `3.9.0` |
| [scipy](https://github.com/scipy/scipy) | `1.13.0` | `1.13.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.9` |



Updates `ipywidgets` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@8.1.2...8.1.3)

Updates `jupyterlab-language-pack-zh-cn` from 4.1.post2 to 4.2.post1
- [Release notes](https://github.com/jupyterlab/language-packs/releases)
- [Changelog](https://github.com/jupyterlab/language-packs/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/language-packs/compare/[email protected]@v4.2.post1)

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

Updates `scipy` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.0...v1.13.1)

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

---
updated-dependencies:
- dependency-name: ipywidgets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: jupyterlab-language-pack-zh-cn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: scipy
  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 Jun 16, 2024
1 parent 5e4cae5 commit ca25f72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ docs = [
docs-screenshots = [
"altair==5.3.0",
"ipython==8.16.1",
"ipywidgets==8.1.2",
"ipywidgets==8.1.3",
"jupyterlab-geojson==3.4.0",
"jupyterlab-language-pack-zh-CN==4.1.post2",
"matplotlib==3.8.4",
"jupyterlab-language-pack-zh-CN==4.2.post1",
"matplotlib==3.9.0",
"nbconvert>=7.0.0",
"pandas==2.2.2",
"scipy==1.13.0",
"scipy==1.13.1",
"vega_datasets==0.9.0",
]
test = [
Expand All @@ -119,7 +119,7 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.4.2",
"ruff==0.4.9",
]
upgrade-extension = [
"pyyaml-include<3.0",
Expand Down

0 comments on commit ca25f72

Please sign in to comment.