Skip to content

Commit b8ae7e4

Browse files
Bump the minor group with 10 updates
Bumps the minor group with 10 updates: | Package | From | To | | --- | --- | --- | | [asyncclick](https://github.com/python-trio/asyncclick) | `8.1.8` | `8.2.2.2` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [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.20250809` | `3.9.0.20250906` | | [types-protobuf](https://github.com/typeshed-internal/stub_uploader) | `6.30.2.20250703` | `6.32.1.20250918` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | | [time-machine](https://github.com/adamchainz/time-machine) | `2.16.0` | `2.19.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.136.8` | `6.140.2` | Updates `asyncclick` from 8.1.8 to 8.2.2.2 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst) - [Commits](https://github.com/python-trio/asyncclick/commits) 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 `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-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.20250809 to 3.9.0.20250906 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-protobuf` from 6.30.2.20250703 to 6.32.1.20250918 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) 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) Updates `time-machine` from 2.16.0 to 2.19.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](adamchainz/time-machine@2.16.0...2.19.0) 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) --- updated-dependencies: - dependency-name: asyncclick dependency-version: 8.2.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: black dependency-version: 25.9.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-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: types-protobuf dependency-version: 6.32.1.20250918 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 - dependency-name: time-machine dependency-version: 2.19.0 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1932ead commit b8ae7e4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ email = "[email protected]"
5555

5656
[project.optional-dependencies]
5757
cli = [
58-
"asyncclick == 8.1.8",
58+
"asyncclick == 8.2.2.2",
5959
"prompt-toolkit == 3.0.52",
6060
"parsedatetime == 2.6",
6161
"tzlocal == 5.3.1",
@@ -68,26 +68,26 @@ dev-flake8 = [
6868
"pydoclint == 0.6.11",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
71+
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]
7272
dev-mkdocs = [
73-
"black == 25.1.0",
74-
"Markdown == 3.8.2",
73+
"black == 25.9.0",
74+
"Markdown == 3.9",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
7878
"frequenz-api-dispatch == 1.0.0-rc3",
79-
"mkdocs-macros-plugin == 1.3.9",
79+
"mkdocs-macros-plugin == 1.4.0",
8080
"mkdocs-material == 9.6.18",
8181
"mkdocstrings[python] == 0.30.0",
8282
"frequenz-repo-config[lib] == 0.13.5",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.17.1",
86-
"types-Markdown == 3.8.0.20250809",
85+
"mypy == 1.18.2",
86+
"types-Markdown == 3.9.0.20250906",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
8989
"grpc-stubs == 1.53.0.6",
90-
"types-protobuf == 6.30.2.20250703",
90+
"types-protobuf == 6.32.1.20250918",
9191
"types-python-dateutil == 2.9.0.20250822",
9292
]
9393
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
@@ -100,11 +100,11 @@ dev-pylint = [
100100
dev-pytest = [
101101
"pytest == 8.4.1",
102102
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
103-
"pytest-mock == 3.14.1",
103+
"pytest-mock == 3.15.1",
104104
"pytest-asyncio == 1.2.0",
105105
"async-solipsism == 0.8",
106-
"time-machine == 2.16.0",
107-
"hypothesis == 6.136.8",
106+
"time-machine == 2.19.0",
107+
"hypothesis == 6.140.2",
108108
"frequenz-client-dispatch[cli]",
109109
]
110110
dev = [

0 commit comments

Comments
 (0)