Skip to content

Commit 30761eb

Browse files
Bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest) and [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `setuptools-scm` from 10.0.5 to 10.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@setuptools-scm-v10.0.5...setuptools-scm-v10.2.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools-scm dependency-version: 10.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 a9ffc70 commit 30761eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 82.0.1",
7-
"setuptools_scm[toml] == 10.0.5",
7+
"setuptools_scm[toml] == 10.2.0",
88
"frequenz-repo-config[api] == 0.18.0",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
1010
# sure the code is generated using the minimum supported versions, as older
@@ -96,7 +96,7 @@ dev-pylint = [
9696
"frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
9797
]
9898
dev-pytest = [
99-
"pytest == 9.0.3",
99+
"pytest == 9.1.1",
100100
"pylint == 4.0.6", # We need this to check for the examples
101101
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
102102
]

0 commit comments

Comments
 (0)