Skip to content

Commit b0f9fcf

Browse files
build(deps-dev): bump the minor group with 2 updates
Bumps the minor group with 2 updates: [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 a73ddd1 commit b0f9fcf

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
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 82.0.1", "setuptools_scm[toml] == 10.0.5"]
5+
requires = ["setuptools == 82.0.1", "setuptools_scm[toml] == 10.2.0"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -105,7 +105,7 @@ dev-pylint = [
105105
"setuptools >= 67.6.0, < 83", # Should match the api dependency
106106
]
107107
dev-pytest = [
108-
"pytest == 9.0.3",
108+
"pytest == 9.1.1",
109109
"pylint == 4.0.5", # We need this to check for the examples
110110
"cookiecutter == 2.7.1", # For checking the cookiecutter scripts
111111
"jinja2 == 3.1.6", # For checking the cookiecutter scripts

0 commit comments

Comments
 (0)