From fb92edda185dd65dbf1b51f9f7fff1603211928e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 06:40:12 +0000 Subject: [PATCH] Bump the development group with 2 updates Bumps the development group with 2 updates: [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff). Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.2...24.8.0) Updates `ruff` from 0.5.5 to 0.5.6 - [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.5...0.5.6) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa530ef..3cba21b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ modem-info = "modem_info.__main__:main" [project.optional-dependencies] test = [ - "black == 24.4.2", - "ruff == 0.5.5", + "black == 24.8.0", + "ruff == 0.5.6", "mypy == 1.11.1", "pandas-stubs == 2.2.2.240603" ]