Skip to content

Commit b6c12f2

Browse files
Bump the patch group with 7 updates
Bumps the patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` | | [flake8](https://github.com/pycqa/flake8) | `7.1.1` | `7.1.2` | | [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` | | [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) | `0.6.1` | `0.6.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.2` | `9.6.9` | | [jinja2](https://github.com/pallets/jinja) | `3.1.5` | `3.1.6` | Updates `pylint` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.4...v3.3.6) Updates `pytest` from 8.3.4 to 8.3.5 - [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.4...8.3.5) Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](PyCQA/flake8@7.1.1...7.1.2) Updates `isort` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) Updates `mkdocs-literate-nav` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](oprypin/mkdocs-literate-nav@v0.6.1...v0.6.2) Updates `mkdocs-material` from 9.6.2 to 9.6.9 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.2...9.6.9) Updates `jinja2` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-literate-nav dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 17a4828 commit b6c12f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ extra-lint-examples = [
6868
"sybil >= 6.1.1, < 10",
6969
]
7070
dev-flake8 = [
71-
"flake8 == 7.1.1",
71+
"flake8 == 7.1.2",
7272
"flake8-docstrings == 1.7.0",
7373
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
7474
"pydoclint == 0.6.0",
7575
"pydocstyle == 6.3.0",
7676
]
77-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
77+
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7878
dev-mkdocs = [
7979
"black == 25.1.0",
8080
"Markdown == 3.7",
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
83-
"mkdocs-literate-nav == 0.6.1",
83+
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.3.7",
85-
"mkdocs-material == 9.6.2",
85+
"mkdocs-material == 9.6.9",
8686
"mkdocstrings[python] == 0.28.0",
8787
"mkdocstrings-python == 1.14.6",
8888
]
@@ -104,10 +104,10 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 76", # Should match the build dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.3.4",
108-
"pylint == 3.3.4", # We need this to check for the examples
107+
"pytest == 8.3.5",
108+
"pylint == 3.3.6", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110-
"jinja2 == 3.1.5", # For checking the cookiecutter scripts
110+
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
112112
]
113113
dev = [

0 commit comments

Comments
 (0)