Skip to content

Commit b3cb5f3

Browse files
Bump the required group with 4 updates
Bumps the required group with 4 updates: [pytest](https://github.com/pytest-dev/pytest), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mkdocstrings-python](https://github.com/mkdocstrings/python) and [mypy](https://github.com/python/mypy). Updates `pytest` from 8.3.1 to 8.3.2 - [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.1...8.3.2) Updates `mkdocstrings[python]` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2) Updates `mkdocstrings-python` from 1.10.5 to 1.10.7 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.10.5...1.10.7) Updates `mypy` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11...v1.11.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29103ad commit b3cb5f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ dev-mkdocs = [
8282
"mkdocs-literate-nav == 0.6.1",
8383
"mkdocs-macros-plugin == 1.0.5",
8484
"mkdocs-material == 9.5.30",
85-
"mkdocstrings[python] == 0.25.1",
86-
"mkdocstrings-python == 1.10.5",
85+
"mkdocstrings[python] == 0.25.2",
86+
"mkdocstrings-python == 1.10.7",
8787
]
8888
dev-mypy = [
89-
"mypy == 1.11.0",
89+
"mypy == 1.11.1",
9090
"types-setuptools >= 67.6.0, < 72", # Should match the build dependency
9191
"types-Markdown == 3.6.0.20240316",
9292
"types-PyYAML == 6.0.12.20240724",
@@ -103,7 +103,7 @@ dev-pylint = [
103103
"setuptools >= 67.6.0, < 72", # Should match the build dependency
104104
]
105105
dev-pytest = [
106-
"pytest == 8.3.1",
106+
"pytest == 8.3.2",
107107
"pylint == 3.2.6", # We need this to check for the examples
108108
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
109109
"jinja2 == 3.1.4", # For checking the cookiecutter scripts

0 commit comments

Comments
 (0)