Skip to content

Commit 4e260cd

Browse files
Bump the required group with 5 updates
Bumps the required group with 5 updates: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.5` | `3.2.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.3` | `0.5.6` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.27` | `9.5.30` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` | Updates `pylint` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.5...v3.2.6) Updates `pytest` from 8.2.2 to 8.3.1 - [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.2.2...8.3.1) Updates `pydoclint` from 0.5.3 to 0.5.6 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.3...0.5.6) Updates `mkdocs-material` from 9.5.27 to 9.5.30 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.27...9.5.30) Updates `mypy` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material 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-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e046646 commit 4e260cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev-flake8 = [
7070
"flake8 == 7.1.0",
7171
"flake8-docstrings == 1.7.0",
7272
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
73-
"pydoclint == 0.5.3",
73+
"pydoclint == 0.5.6",
7474
"pydocstyle == 6.3.0",
7575
]
7676
dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
@@ -81,12 +81,12 @@ dev-mkdocs = [
8181
"mkdocs-gen-files == 0.5.0",
8282
"mkdocs-literate-nav == 0.6.1",
8383
"mkdocs-macros-plugin == 1.0.5",
84-
"mkdocs-material == 9.5.27",
84+
"mkdocs-material == 9.5.30",
8585
"mkdocstrings[python] == 0.25.1",
8686
"mkdocstrings-python == 1.10.5",
8787
]
8888
dev-mypy = [
89-
"mypy == 1.10.1",
89+
"mypy == 1.11.0",
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,8 +103,8 @@ dev-pylint = [
103103
"setuptools >= 67.6.0, < 72", # Should match the build dependency
104104
]
105105
dev-pytest = [
106-
"pytest == 8.2.2",
107-
"pylint == 3.2.5", # We need this to check for the examples
106+
"pytest == 8.3.1",
107+
"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
110110
"sybil >= 6.1.1, < 7", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)