Skip to content

Commit 61f5095

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [nox](https://github.com/wntrblm/nox), [pytest](https://github.com/pytest-dev/pytest) and [setuptools](https://github.com/pypa/setuptools). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `nox` from 2025.2.9 to 2025.5.1 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2025.02.09...2025.05.01) Updates `pytest` from 8.3.5 to 8.4.0 - [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.5...8.4.0) Updates `setuptools` from 80.1.0 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.1.0...v80.9.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2025.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4734ede commit 61f5095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

44
[build-system]
55
requires = [
6-
"setuptools == 80.1.0",
6+
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.4",
99
]
@@ -65,15 +65,15 @@ dev-mkdocs = [
6565
"frequenz-repo-config[lib] == 0.13.4",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.15.0",
68+
"mypy == 1.16.0",
6969
"types-Markdown == 3.8.0.20250415",
7070
"types-protobuf == 6.30.2.20250516",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
7373
"pandas-stubs >= 2, < 3", # Only required for example
7474
]
7575
dev-noxfile = [
76-
"nox == 2025.2.9",
76+
"nox == 2025.5.1",
7777
"frequenz-repo-config[lib] == 0.13.4",
7878
]
7979
dev-pylint = [
@@ -83,7 +83,7 @@ dev-pylint = [
8383
"pandas >= 2, < 3", # Only required for example
8484
]
8585
dev-pytest = [
86-
"pytest == 8.3.5",
86+
"pytest == 8.4.0",
8787
"frequenz-repo-config[extra-lint-examples] == 0.13.4",
8888
"pytest-mock == 3.14.1",
8989
"pytest-asyncio == 0.26.0",

0 commit comments

Comments
 (0)