Skip to content

Commit fc6483d

Browse files
Bump the minor group across 1 directory with 9 updates
Bumps the minor group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin) | `7.1.7` | `7.2.0` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.4.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250415` | `3.9.0.20250906` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.136.8` | `6.140.2` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `isort` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...6.1.0) Updates `markdown` from 3.8.2 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8.2...3.9.0) Updates `mkdocs-include-markdown-plugin` from 7.1.7 to 7.2.0 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](mondeja/mkdocs-include-markdown-plugin@v7.1.7...v7.2.0) Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.9...v1.4.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `types-markdown` from 3.8.0.20250415 to 3.9.0.20250906 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `hypothesis` from 6.136.8 to 6.140.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.136.8...hypothesis-python-6.140.2) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.9.0.20250906 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.140.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1fdd97 commit fc6483d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ dev-flake8 = [
4343
"pydoclint == 0.6.6",
4444
"pydocstyle == 6.3.0",
4545
]
46-
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
46+
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
4747
dev-mkdocs = [
48-
"Markdown == 3.8.2",
49-
"black == 25.1.0",
48+
"Markdown == 3.9",
49+
"black == 25.9.0",
5050
"frequenz-repo-config[lib] == 0.13.5",
5151
"markdown-callouts == 0.4.0",
5252
"markdown-svgbob == 202406.1023",
5353
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-include-markdown-plugin == 7.1.7",
55+
"mkdocs-include-markdown-plugin == 7.2.0",
5656
"mkdocs-literate-nav == 0.6.2",
57-
"mkdocs-macros-plugin == 1.3.9",
57+
"mkdocs-macros-plugin == 1.4.0",
5858
"mkdocs-material == 9.6.18",
5959
"mkdocstrings[python] == 0.30.0",
6060
"mkdocstrings-python == 1.16.12",
@@ -63,8 +63,8 @@ dev-mkdocs = [
6363
dev-mypy = [
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
66-
"mypy == 1.17.1",
67-
"types-Markdown == 3.8.0.20250415",
66+
"mypy == 1.18.2",
67+
"types-Markdown == 3.9.0.20250906",
6868
]
6969
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
7070
dev-pylint = [
@@ -75,10 +75,10 @@ dev-pylint = [
7575
dev-pytest = [
7676
"async-solipsism == 0.8",
7777
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
78-
"hypothesis == 6.136.8",
78+
"hypothesis == 6.140.2",
7979
"pytest == 8.4.1",
8080
"pytest-asyncio == 1.1.0",
81-
"pytest-mock == 3.14.1",
81+
"pytest-mock == 3.15.1",
8282
]
8383
dev = [
8484
"frequenz-channels[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)