Skip to content

Commit 46dd2cd

Browse files
Bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [time-machine](https://github.com/adamchainz/time-machine) and [setuptools](https://github.com/pypa/setuptools). 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) Updates `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: time-machine dependency-version: 3.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd527c5 commit 46dd2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.9.0",
6+
"setuptools == 80.10.2",
77
"setuptools_scm[toml] == 9.2.2",
88
"frequenz-repo-config[lib] == 0.13.8",
99
]
@@ -94,7 +94,7 @@ dev-pytest = [
9494
"pytest-mock == 3.15.1",
9595
"pytest-asyncio == 1.3.0",
9696
"async-solipsism == 0.8",
97-
"time-machine == 3.1.0",
97+
"time-machine == 3.2.0",
9898
]
9999
dev = [
100100
"frequenz-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)