From 38ec5499d764544d498ff8fad9718d8b7c7a282b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 05:08:25 +0000 Subject: [PATCH] Bump the python-dependencies group with 3 updates Bumps the python-dependencies group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest) and [furo](https://github.com/pradyunsg/furo). Updates `ruff` from 0.1.9 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.9...v0.1.15) Updates `pytest` from 7.4.4 to 8.0.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.0.0) Updates `furo` from 2023.9.10 to 2024.1.29 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2023.09.10...2024.01.29) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e4f4d0..18efa5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,15 +22,15 @@ bpp = "bpp.cli:app" [project.optional-dependencies] dev = [ "pre-commit==3.6.0", - "ruff==0.1.9", + "ruff==0.1.15", ] tests = [ - "pytest==7.4.4", + "pytest==8.0.0", "pytest-randomly==3.15.0", ] docs = [ "sphinx==7.2.6", - "furo==2023.9.10", + "furo==2024.1.29", "sphinx-autoapi==3.0.0", "releases==2.1.1", ]