Skip to content

Commit edb1cf7

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [pylint](https://github.com/pylint-dev/pylint) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocstrings-python` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.2...2.0.3) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.5) Updates `mkdocs-material` from 9.7.2 to 9.7.3 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.2...9.7.3) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cc5c8f commit edb1cf7

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
@@ -83,9 +83,9 @@ dev-mkdocs = [
8383
"mkdocs-gen-files == 0.6.0",
8484
"mkdocs-literate-nav == 0.6.2",
8585
"mkdocs-macros-plugin == 1.5.0",
86-
"mkdocs-material == 9.7.2",
86+
"mkdocs-material == 9.7.3",
8787
"mkdocstrings[python] == 1.0.3",
88-
"mkdocstrings-python == 2.0.2",
88+
"mkdocstrings-python == 2.0.3",
8989
]
9090
dev-mypy = [
9191
"mypy == 1.19.1",
@@ -106,7 +106,7 @@ dev-pylint = [
106106
]
107107
dev-pytest = [
108108
"pytest == 9.0.2",
109-
"pylint == 4.0.4", # We need this to check for the examples
109+
"pylint == 4.0.5", # We need this to check for the examples
110110
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
111111
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
112112
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)