From dc6f4e94677fa7bbe393213d5e4e4006ccde28db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:44:31 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates 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](https://github.com/matplotlib/matplotlib/compare/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](https://github.com/astral-sh/ruff/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78d86de8f1c8..103f172ea93e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -119,7 +119,7 @@ dev = [ "coverage", "hatch", "bump2version", - "ruff==0.5.0", + "ruff==0.5.1", ] upgrade-extension = [ "pyyaml-include<3.0",