Skip to content

Commit 94706c1

Browse files
build(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocstrings-python` from 2.0.3 to 2.0.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.3...2.0.5) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a73ddd1 commit 94706c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dev-mkdocs = [
8585
"mkdocs-macros-plugin == 1.5.0",
8686
"mkdocs-material == 9.7.6",
8787
"mkdocstrings[python] == 1.0.4",
88-
"mkdocstrings-python == 2.0.3",
88+
"mkdocstrings-python == 2.0.5",
8989
]
9090
dev-mypy = [
9191
"mypy == 2.1.0",
@@ -106,7 +106,7 @@ dev-pylint = [
106106
]
107107
dev-pytest = [
108108
"pytest == 9.0.3",
109-
"pylint == 4.0.5", # We need this to check for the examples
109+
"pylint == 4.0.6", # We need this to check for the examples
110110
"cookiecutter == 2.7.1", # For checking the cookiecutter scripts
111111
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
112112
"sybil >= 6.1.1, < 11", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)