Skip to content

Commit 6f21d62

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [pylint](https://github.com/pylint-dev/pylint), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8) Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 - [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.3.7...v1.3.9) Updates `mkdocs-material` from 9.6.14 to 9.6.18 - [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.14...9.6.18) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-macros-plugin dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd87e01 commit 6f21d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ dev-mkdocs = [
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
84-
"mkdocs-macros-plugin == 1.3.7",
85-
"mkdocs-material == 9.6.14",
84+
"mkdocs-macros-plugin == 1.3.9",
85+
"mkdocs-material == 9.6.18",
8686
"mkdocstrings[python] == 0.30.0",
8787
"mkdocstrings-python == 1.17.0",
8888
]
@@ -105,7 +105,7 @@ dev-pylint = [
105105
]
106106
dev-pytest = [
107107
"pytest == 8.4.1",
108-
"pylint == 3.3.7", # We need this to check for the examples
108+
"pylint == 3.3.8", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)