Skip to content

Commit 55a9251

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [pylint](https://github.com/pylint-dev/pylint), [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `pylint` from 4.0.0 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.0...v4.0.4) 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: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - 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] <[email protected]>
1 parent 4b1aa9a commit 55a9251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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 == 80.9.0", "setuptools_scm[toml] == 9.2.0"]
5+
requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -70,7 +70,7 @@ extra-lint-examples = [
7070
dev-flake8 = [
7171
"flake8 == 7.3.0",
7272
"flake8-docstrings == 1.7.0",
73-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
73+
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
7474
"pydoclint == 0.7.3",
7575
"pydocstyle == 6.3.0",
7676
]
@@ -105,7 +105,7 @@ dev-pylint = [
105105
]
106106
dev-pytest = [
107107
"pytest == 8.4.2",
108-
"pylint == 4.0.0", # We need this to check for the examples
108+
"pylint == 4.0.4", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)