From 5b569b2a48f54091d0a34efbcffd468f6f0250d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:44:02 +0000 Subject: [PATCH] python-deps(deps-dev): Bump the python-dependencies group with 4 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pylint` 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` to 1.1.378 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.377...v1.1.378) Updates `mkdocstrings` to 0.26.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.0...0.26.0) Updates `ruff` 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.6.2...0.6.3) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyright dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocstrings dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df3e0d58..1a2790ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,8 +104,8 @@ pre-commit = [ {python = ">=3.9", version = "^3.7"}, {python = "3.8", version = "^3.5"} ] -pylint = "3.2.6" -pyright = "1.1.377" +pylint = "3.2.7" +pyright = "1.1.378" pyroma = "^4.2" tox = "^4.0" tox-gh-actions = "^3.1.0" @@ -128,7 +128,7 @@ mkdocs-macros-plugin = "^1.0.5" mkdocs-mermaid2-plugin = "^1.1.1" mkdocs-section-index = "^0.3.9" mkdocs-spellcheck = "^1.1.0" -mkdocstrings = "^0.25.0" +mkdocstrings = "^0.26.0" mkdocstrings-python = "^1.10.2" nodeenv = "^1.9.1" pygments = "^2.17.2" @@ -149,7 +149,7 @@ pytest-env = "^1.1.3" pytest-github-report = "^0.0.1" pytest-html = "^4.1.1" pytest-order = "^1.2.1" -ruff = "0.6.2" +ruff = "0.6.3" [tool.poetry.scripts] list-visa-resources = "tm_devices:print_available_visa_devices"