Skip to content

Commit 6346e32

Browse files
build(deps-dev): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mypy](https://github.com/python/mypy). Updates `pytest` from 9.0.2 to 9.0.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@9.0.2...9.0.3) Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fdaa4b commit 6346e32

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
@@ -84,11 +84,11 @@ dev-mkdocs = [
8484
"mkdocs-literate-nav == 0.6.3",
8585
"mkdocs-macros-plugin == 1.5.0",
8686
"mkdocs-material == 9.7.6",
87-
"mkdocstrings[python] == 1.0.3",
87+
"mkdocstrings[python] == 1.0.4",
8888
"mkdocstrings-python == 2.0.3",
8989
]
9090
dev-mypy = [
91-
"mypy == 1.20.0",
91+
"mypy == 1.20.2",
9292
"types-setuptools >= 67.6.0, < 83", # Should match the api dependency
9393
"types-Markdown == 3.10.2.20260211",
9494
"types-PyYAML == 6.0.12.20250915",
@@ -105,7 +105,7 @@ dev-pylint = [
105105
"setuptools >= 67.6.0, < 83", # Should match the api dependency
106106
]
107107
dev-pytest = [
108-
"pytest == 9.0.2",
108+
"pytest == 9.0.3",
109109
"pylint == 4.0.5", # 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

0 commit comments

Comments
 (0)