From f7e5e66b4b160e355068a72cf16261a186f0a5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:54:51 -0700 Subject: [PATCH] Bump the all group with 4 updates (#67) Bumps the all group with 4 updates: [flake8](https://github.com/pycqa/flake8), [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff). Updates `flake8` from 7.1.0 to 7.1.1 - [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) Updates `pylint` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.2.7) Updates `pyright` from 1.1.374 to 1.1.378 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.374...v1.1.378) Updates `ruff` from 0.5.5 to 0.6.3 - [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.6.3) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 666684e..3122910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,14 +15,14 @@ dependencies = [ [project.optional-dependencies] dev = [ "build==1.2.1", - "flake8==7.1.0", + "flake8==7.1.1", "Flake8-pyproject==1.2.3", "portray==1.8.0", - "pylint==3.2.6", - "pyright==1.1.374", + "pylint==3.2.7", + "pyright==1.1.378", "pytest==8.3.2", "pytest-cov==5.0.0", - "ruff==0.5.5", + "ruff==0.6.3", ] # https://stackoverflow.com/a/73066937