Skip to content

Commit 09da334

Browse files
Bump the required group with 5 updates
Bumps the required group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.6` | `0.5.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.0.5` | `1.2.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.34` | `9.5.39` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.7` | `3.3.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | Updates `pydoclint` from 0.5.6 to 0.5.9 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.6...0.5.9) Updates `mkdocs-macros-plugin` from 1.0.5 to 1.2.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.0.5...v1.2.0) Updates `mkdocs-material` from 9.5.34 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.34...9.5.39) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) Updates `pytest` from 8.3.2 to 8.3.3 - [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.2...8.3.3) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e48545b commit 09da334

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
"flake8 == 7.1.1",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.5.6",
58+
"pydoclint == 0.5.9",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -65,8 +65,8 @@ dev-mkdocs = [
6565
"mike == 2.1.3",
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.1",
68-
"mkdocs-macros-plugin == 1.0.5",
69-
"mkdocs-material == 9.5.34",
68+
"mkdocs-macros-plugin == 1.2.0",
69+
"mkdocs-material == 9.5.39",
7070
"mkdocstrings[python] == 0.26.1",
7171
"mkdocstrings-python == 1.11.1",
7272
"frequenz-repo-config[lib] == 0.10.0",
@@ -79,12 +79,12 @@ dev-mypy = [
7979
]
8080
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
8181
dev-pylint = [
82-
"pylint == 3.2.7",
82+
"pylint == 3.3.1",
8383
# For checking the noxfile, docs/ script, and tests
8484
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8585
]
8686
dev-pytest = [
87-
"pytest == 8.3.2",
87+
"pytest == 8.3.3",
8888
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8989
"pytest-mock == 3.14.0",
9090
"pytest-asyncio == 0.24.0",

0 commit comments

Comments
 (0)