Skip to content

Commit 7f579fd

Browse files
Bump the patch group across 1 directory with 2 updates
Bumps the patch group with 2 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `flake8-pyproject` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](john-hen/Flake8-pyproject@1.2.3...1.2.4) Updates `setuptools-scm[toml]` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm[toml] dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbbe588 commit 7f579fd

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 == 80.9.0",
7-
"setuptools_scm[toml] == 9.2.0",
7+
"setuptools_scm[toml] == 9.2.2",
88
"frequenz-repo-config[lib] == 0.13.5",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -48,7 +48,7 @@ email = "floss@frequenz.com"
4848
dev-flake8 = [
4949
"flake8 == 7.3.0",
5050
"flake8-docstrings == 1.7.0",
51-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
51+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
5252
"pydoclint == 0.8.3",
5353
"pydocstyle == 6.3.0",
5454
]

0 commit comments

Comments
 (0)