Skip to content

Commit f637cf1

Browse files
Bump the required group with 7 updates
Bumps the required group with 7 updates: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.46` | `9.5.49` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.12.2` | `1.13.0` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` | Updates `pylint` from 3.3.1 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.3) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3...8.3.4) Updates `pydoclint` from 0.5.9 to 0.5.14 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.9...0.5.14) Updates `mkdocs-material` from 9.5.46 to 9.5.49 - [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.46...9.5.49) Updates `mkdocstrings-python` from 1.12.2 to 1.13.0 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.12.2...1.13.0) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `jinja2` from 3.1.4 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.5) --- 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-patch 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: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42beb04 commit f637cf1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev-flake8 = [
7070
"flake8 == 7.1.1",
7171
"flake8-docstrings == 1.7.0",
7272
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
73-
"pydoclint == 0.5.9",
73+
"pydoclint == 0.5.14",
7474
"pydocstyle == 6.3.0",
7575
]
7676
dev-formatting = ["black == 24.10.0", "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.3.7",
84-
"mkdocs-material == 9.5.46",
84+
"mkdocs-material == 9.5.49",
8585
"mkdocstrings[python] == 0.27.0",
86-
"mkdocstrings-python == 1.12.2",
86+
"mkdocstrings-python == 1.13.0",
8787
]
8888
dev-mypy = [
89-
"mypy == 1.13.0",
89+
"mypy == 1.14.1",
9090
"types-setuptools >= 67.6.0, < 76", # Should match the build dependency
9191
"types-Markdown == 3.7.0.20240822",
9292
"types-PyYAML == 6.0.12.20240917",
@@ -103,10 +103,10 @@ dev-pylint = [
103103
"setuptools >= 67.6.0, < 76", # Should match the build dependency
104104
]
105105
dev-pytest = [
106-
"pytest == 8.3.3",
107-
"pylint == 3.3.1", # We need this to check for the examples
106+
"pytest == 8.3.4",
107+
"pylint == 3.3.3", # We need this to check for the examples
108108
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
109-
"jinja2 == 3.1.4", # For checking the cookiecutter scripts
109+
"jinja2 == 3.1.5", # For checking the cookiecutter scripts
110110
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
111111
]
112112
dev = [

0 commit comments

Comments
 (0)