Skip to content

Commit 868a6ec

Browse files
Bump the patch group with 6 updates
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [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.29.0` | `0.29.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | 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](PyCQA/isort@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](oprypin/mkdocs-literate-nav@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](squidfunk/mkdocs-material@9.6.1...9.6.11) Updates `mkdocstrings[python]` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.0...0.29.1) Updates `pylint` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.6) 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](pytest-dev/pytest@8.3.4...8.3.5) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 729e18e commit 868a6ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ dev-flake8 = [
5656
"pydoclint == 0.6.0",
5757
"pydocstyle == 6.3.0",
5858
]
59-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
59+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
6060
dev-mkdocs = [
6161
"black == 25.1.0",
6262
"Markdown==3.7",
6363
"mike == 2.1.3",
6464
"mkdocs-gen-files == 0.5.0",
65-
"mkdocs-literate-nav == 0.6.1",
65+
"mkdocs-literate-nav == 0.6.2",
6666
"mkdocs-macros-plugin == 1.3.7",
67-
"mkdocs-material == 9.6.1",
68-
"mkdocstrings[python] == 0.29.0",
67+
"mkdocs-material == 9.6.11",
68+
"mkdocstrings[python] == 0.29.1",
6969
"mkdocstrings-python == 1.16.8",
7070
"frequenz-repo-config[lib] == 0.13.1",
7171
]
@@ -83,12 +83,12 @@ dev-noxfile = [
8383
"frequenz-repo-config[lib] == 0.13.1",
8484
]
8585
dev-pylint = [
86-
"pylint == 3.3.4",
86+
"pylint == 3.3.6",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8989
]
9090
dev-pytest = [
91-
"pytest == 8.3.4",
91+
"pytest == 8.3.5",
9292
"frequenz-repo-config[extra-lint-examples] == 0.13.1",
9393
"pytest-mock == 3.14.0",
9494
"pytest-asyncio == 0.25.3",

0 commit comments

Comments
 (0)