From e5ec1e1ffe5e56f7136bd5edbca18d6e0660b316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:21:27 +0000 Subject: [PATCH] Build(deps): Bump the required group across 1 directory with 15 updates Bumps the required group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.2.0` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.6.0` | `0.6.4` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.11` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.27.0` | `0.29.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.13.0` | `1.16.8` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.11.0` | `0.13.1` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.11.0` | `0.13.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.3` | `0.26.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.124.9` | `6.130.6` | | [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.2.0` | Updates `flake8` from 7.1.1 to 7.2.0 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0) Updates `pydoclint` from 0.6.0 to 0.6.4 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsh9/pydoclint/compare/0.6.0...0.6.4) Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1) Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.1...v0.6.2) Updates `mkdocs-material` from 9.6.1 to 9.6.11 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.1...9.6.11) Updates `mkdocstrings[python]` from 0.27.0 to 0.29.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.27.0...0.29.1) Updates `mkdocstrings-python` from 1.13.0 to 1.16.8 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.13.0...1.16.8) Updates `frequenz-repo-config[lib]` from 0.11.0 to 0.13.1 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.11.0...v0.13.1) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `pytest` from 8.3.4 to 8.3.5 - [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/8.3.4...8.3.5) Updates `pylint` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.4...v3.3.6) Updates `frequenz-repo-config[extra-lint-examples]` from 0.11.0 to 0.13.1 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.11.0...v0.13.1) Updates `pytest-asyncio` from 0.25.3 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0) Updates `hypothesis` from 6.124.9 to 6.130.6 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.9...hypothesis-python-6.130.6) Updates `setuptools-scm[toml]` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-literate-nav dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python dependency-version: 1.16.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: frequenz-repo-config[lib] dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: hypothesis dependency-version: 6.130.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: setuptools-scm[toml] dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] --- pyproject.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d2fcd3..6e48401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ [build-system] requires = [ "setuptools == 75.8.0", - "setuptools_scm[toml] == 8.1.0", - "frequenz-repo-config[lib] == 0.11.0", + "setuptools_scm[toml] == 8.2.0", + "frequenz-repo-config[lib] == 0.13.1", ] build-backend = "setuptools.build_meta" @@ -42,45 +42,45 @@ email = "floss@frequenz.com" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.1.1", + "flake8 == 7.2.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.0", + "pydoclint == 0.6.4", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "Markdown == 3.7", "black == 25.1.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", - "mkdocs-literate-nav == 0.6.1", + "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.1", - "mkdocstrings[python] == 0.27.0", - "mkdocstrings-python == 1.13.0", - "frequenz-repo-config[lib] == 0.11.0", + "mkdocs-material == 9.6.11", + "mkdocstrings[python] == 0.29.1", + "mkdocstrings-python == 1.16.8", + "frequenz-repo-config[lib] == 0.13.1", ] dev-mypy = [ - "mypy == 1.14.1", + "mypy == 1.15.0", "types-Markdown == 3.7.0.20241204", # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"] +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.1"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] dev-pytest = [ - "pytest == 8.3.4", - "pylint == 3.3.4", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.11.0", + "pytest == 8.3.5", + "pylint == 3.3.6", # We need this to check for the examples + "frequenz-repo-config[extra-lint-examples] == 0.13.1", "pytest-mock == 3.14.0", - "pytest-asyncio == 0.25.3", + "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", - "hypothesis == 6.124.9", + "hypothesis == 6.130.6", "frequenz-quantities[marshmallow]", ]