From 063c162680442adaac32c928c03aea8579d6d882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:46:42 +0000 Subject: [PATCH] Bump the pip group with 7 updates 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](https://github.com/sphinx-doc/sphinx/compare/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](https://github.com/matplotlib/matplotlib/compare/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](https://github.com/pandas-dev/pandas/compare/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](https://github.com/scipy/scipy/compare/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](https://github.com/astral-sh/ruff/compare/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](https://github.com/tanbro/pyyaml-include/compare/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](https://github.com/pydantic/pydantic/compare/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] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2fd8358fdac..5c027b082faa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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 = [ @@ -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" ]