Skip to content

Commit 86aa563

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [black](https://github.com/psf/black) and [time-machine](https://github.com/adamchainz/time-machine). Updates `black` from 25.11.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.11.0...25.12.0) Updates `time-machine` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/docs/changelog.rst) - [Commits](adamchainz/time-machine@3.1.0...3.2.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: time-machine dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db19808 commit 86aa563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ dev-flake8 = [
6868
"pydoclint == 0.8.3",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.11.0", "isort == 7.0.0"]
71+
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
7272
dev-mkdocs = [
73-
"black == 25.11.0",
73+
"black == 25.12.0",
7474
"Markdown == 3.10",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
@@ -103,7 +103,7 @@ dev-pytest = [
103103
"pytest-mock == 3.15.1",
104104
"pytest-asyncio == 1.3.0",
105105
"async-solipsism == 0.8",
106-
"time-machine == 3.1.0",
106+
"time-machine == 3.2.0",
107107
"hypothesis == 6.148.7",
108108
"frequenz-client-dispatch[cli]",
109109
]

0 commit comments

Comments
 (0)