Skip to content

Commit

Permalink
Bump the pip group with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [matplotlib](https://github.com/matplotlib/matplotlib), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy), [ruff](https://github.com/astral-sh/ruff), [pyyaml-include](https://github.com/tanbro/pyyaml-include) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.

Updates `sphinx` to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v1.8.0...v7.3.7)

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

Updates `pandas` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.1...v2.2.2)

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

Updates `ruff` from 0.3.5 to 0.4.2
- [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.3.5...v0.4.2)

Updates `pyyaml-include` to 2.0.2.post1
- [Changelog](https://github.com/tanbro/pyyaml-include/blob/main/CHANGELOG.md)
- [Commits](tanbro/pyyaml-include@0.1a1...v2.0.2.post1)

Updates `pydantic` to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v0.0.2...v2.7.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pyyaml-include
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent f3867b0 commit 063c162
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Pypi = "https://pypi.org/project/jupyterlab"

[project.optional-dependencies]
docs = [
"sphinx>=1.8,<7.3.0",
"sphinx>=1.8,<7.4.0",
"sphinx-copybutton",
"pydata-sphinx-theme>=0.13.0",
"pytest",
Expand All @@ -91,10 +91,10 @@ docs-screenshots = [
"ipywidgets==8.1.2",
"jupyterlab-geojson==3.4.0",
"jupyterlab-language-pack-zh-CN==4.1.post2",
"matplotlib==3.8.3",
"matplotlib==3.8.4",
"nbconvert>=7.0.0",
"pandas==2.2.1",
"scipy==1.12.0",
"pandas==2.2.2",
"scipy==1.13.0",
"vega_datasets==0.9.0",
]
test = [
Expand All @@ -118,13 +118,13 @@ dev = [
"coverage",
"hatch",
"bump2version",
"ruff==0.3.5",
"ruff==0.4.2",
]
upgrade-extension = [
"pyyaml-include<2.0",
"pyyaml-include<3.0",
"copier>=8,<10",
"jinja2-time<0.3",
"pydantic<2.0",
"pydantic<3.0",
"tomli-w<2.0"
]

Expand Down

0 comments on commit 063c162

Please sign in to comment.