From bf494c541e3e681865d9dea3fccabb6f018de17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:41:21 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy) and [ruff](https://github.com/astral-sh/ruff). Updates `pandas` from 2.1.4 to 2.2.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0) Updates `scipy` from 1.11.4 to 1.12.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.12.0) Updates `ruff` from 0.1.11 to 0.1.15 - [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.1.11...v0.1.15) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 900550476f22..3b0ccabea71d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,8 +92,8 @@ docs-screenshots = [ "jupyterlab-language-pack-zh-CN==4.0.post6", "matplotlib==3.8.2", "nbconvert>=7.0.0", - "pandas==2.1.4", - "scipy==1.11.4", + "pandas==2.2.0", + "scipy==1.12.0", "vega_datasets==0.9.0", ] test = [ @@ -117,7 +117,7 @@ dev = [ "coverage", "hatch", "bump2version", - "ruff==0.1.11", + "ruff==0.1.15", ] [tool.check-wheel-contents]