From ae2984f076196614088ce80487b8b8d4a1ac2023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:54:32 +0000 Subject: [PATCH 1/2] python-deps(deps-dev): bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [pylint](https://github.com/pylint-dev/pylint), [pyright](https://github.com/RobertCraigie/pyright-python) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) 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.380 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.377...v1.1.380) Updates `mkdocstrings` to 0.26.1 - [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.1) --- 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65a9cf3..0abc613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,8 +83,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.380" pyroma = "^4.2" tox = "^4.0" tox-gh-actions = "^3.1.0" @@ -107,7 +107,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.1" mkdocstrings-python = "^1.10.2" nodeenv = "^1.9.1" pygments = "^2.17.2" From 92475880f829e981c26257e5b3193ca159a23399 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Wed, 11 Sep 2024 18:57:19 +0000 Subject: [PATCH 2/2] chore: Update dependencies. --- .pre-commit-config.yaml | 2 +- docs/requirements.txt | 18 +++++++++--------- tests/requirements.txt | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8afa740..01ed3c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -144,7 +144,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 24d039e647a08707e6cb31e75e01844eeff925e7 # frozen: v0.6.2 + rev: 03d82ba032f800c7cbbef301ec1e1e25c0ac91b0 # frozen: v0.6.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/docs/requirements.txt b/docs/requirements.txt index b9cc0f4..8093826 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,19 +7,19 @@ charset-normalizer==3.3.2 ; python_version >= "3.8" and python_version < "4.0" click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" codespell==2.3.0 ; python_version >= "3.8" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" -editdistpy==0.1.4 ; python_version >= "3.8" and python_version < "4.0" +editdistpy==0.1.5 ; python_version >= "3.8" and python_version < "4.0" editorconfig==0.12.4 ; python_version >= "3.8" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0" -griffe==1.2.0 ; python_version >= "3.8" and python_version < "4.0" +griffe==1.3.0 ; python_version >= "3.8" and python_version < "4.0" idna==3.8 ; python_version >= "3.8" and python_version < "4.0" -importlib-metadata==8.4.0 ; python_version >= "3.8" and python_version < "3.10" +importlib-metadata==8.5.0 ; python_version >= "3.8" and python_version < "3.10" jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" jsbeautifier==1.15.1 ; python_version >= "3.8" and python_version < "4.0" markdown==3.7 ; python_version >= "3.8" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" mergedeep==1.3.4 ; python_version >= "3.8" and python_version < "4.0" mkdocs==1.6.1 ; python_version >= "3.8" and python_version < "4.0" -mkdocs-autorefs==1.1.0 ; python_version >= "3.8" and python_version < "4.0" +mkdocs-autorefs==1.2.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-ezglossary-plugin==1.6.10 ; python_version >= "3.8" and python_version < "4.0" mkdocs-gen-files==0.5.0 ; python_version >= "3.8" and python_version < "4.0" mkdocs-get-deps==0.2.0 ; python_version >= "3.8" and python_version < "4.0" @@ -29,23 +29,23 @@ mkdocs-macros-plugin==1.0.5 ; python_version >= "3.8" and python_version < "4.0" mkdocs-mermaid2-plugin==1.1.1 ; python_version >= "3.8" and python_version < "4.0" mkdocs-section-index==0.3.9 ; python_version >= "3.8" and python_version < "4.0" mkdocs-spellcheck==1.1.0 ; python_version >= "3.8" and python_version < "4.0" -mkdocstrings==0.25.2 ; python_version >= "3.8" and python_version < "4.0" -mkdocstrings-python==1.10.9 ; python_version >= "3.8" and python_version < "4.0" +mkdocstrings==0.26.1 ; python_version >= "3.8" and python_version < "4.0" +mkdocstrings-python==1.11.1 ; python_version >= "3.8" and python_version < "4.0" mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "4.0" nodeenv==1.9.1 ; python_version >= "3.8" and python_version < "4.0" packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.8" and python_version < "4.0" -platformdirs==4.2.2 ; python_version >= "3.8" and python_version < "4.0" +platformdirs==4.3.2 ; python_version >= "3.8" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.8" and python_version < "4.0" pymdown-extensions==10.9 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.8" and python_version < "4.0" pyyaml-env-tag==0.1 ; python_version >= "3.8" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -setuptools==74.0.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==74.1.2 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" -symspellpy==6.7.7 ; python_version >= "3.8" and python_version < "4.0" +symspellpy==6.7.8 ; python_version >= "3.8" and python_version < "4.0" termcolor==2.4.0 ; python_version >= "3.8" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11" diff --git a/tests/requirements.txt b/tests/requirements.txt index 9f4c409..4686b83 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -20,18 +20,18 @@ packaging==24.1 ; python_version >= "3.8" and python_version < "4.0" pathvalidate==3.2.1 ; python_version >= "3.8" and python_version < "4.0" pluggy==1.5.0 ; python_version >= "3.8" and python_version < "4.0" pytablewriter==1.2.0 ; python_version >= "3.8" and python_version < "4.0" -pytest==8.3.2 ; python_version >= "3.8" and python_version < "4.0" +pytest==8.3.3 ; python_version >= "3.8" and python_version < "4.0" pytest-cov==5.0.0 ; python_version >= "3.8" and python_version < "4.0" pytest-depends==1.0.1 ; python_version >= "3.8" and python_version < "4.0" -pytest-env==1.1.3 ; python_version >= "3.8" and python_version < "4.0" +pytest-env==1.1.4 ; python_version >= "3.8" and python_version < "4.0" pytest-github-report==0.0.1 ; python_version >= "3.8" and python_version < "4.0" pytest-html==4.1.1 ; python_version >= "3.8" and python_version < "4.0" pytest-metadata==3.1.1 ; python_version >= "3.8" and python_version < "4.0" pytest-order==1.3.0 ; python_version >= "3.8" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_version < "4.0" -pytz==2024.1 ; python_version >= "3.8" and python_version < "4.0" +pytz==2024.2 ; python_version >= "3.8" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.8" and python_version < "4.0" -setuptools==74.0.0 ; python_version >= "3.8" and python_version < "4.0" +setuptools==74.1.2 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.8" and python_version < "4.0" tabledata==1.3.3 ; python_version >= "3.8" and python_version < "4.0"