Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the patch group with 2 updates in the / directory: flake8-pyproject and pylint.

Updates flake8-pyproject from 1.2.3 to 1.2.4

Release notes

Sourced from flake8-pyproject's releases.

1.2.4

  • Fixes typo in name of meta variable in --toml-config help message. (#21)
  • Registers GitHub repo as trusted publisher for PyPI releases. (#38)
Commits
  • 3c516a9 Bumped version to 1.2.4.
  • df70f19 Added GitHub workflow for releases on PyPI.
  • d46e99c Only run scheduled test weekly instead of nightly.
  • da0b9ed Added link to GitHub releases as a project URL.
  • 8e4b87f Cosmetic changes to code format of dev tools in tools folder.
  • 4227bd4 Use longer names for dev tools in tools folder.
  • 3866f48 Mention early on that we need to be called in pyproject.toml folder.
  • 40bf639 Removed configuration and documentation of pre-commit hook.
  • 9df7abb Bump actions/checkout from 5 to 6 in the github-actions group
  • 2c23062 Fixed reporting of code coverage.
  • Additional commits viewable in compare view

Updates pylint from 4.0.3 to 4.0.4

Commits
  • e16f942 Bump pylint to 4.0.4, update changelog
  • 657b386 [Backport maintenance/4.0.x] [invalid-name] Fix FP for exclusive assignment o...
  • 03f8a92 [Backport maintenance/4.0.x] fix: avoid false positive when module-level name...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 12:53
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Feb 1, 2026
@dependabot dependabot bot requested review from florian-wagner-frequenz and removed request for a team February 1, 2026 12:53
@github-actions github-actions bot added the auto-merged Auto-approved Dependabot PRs label Feb 1, 2026
@github-actions github-actions bot enabled auto-merge February 1, 2026 12:54
@github-actions github-actions bot added this pull request to the merge queue Feb 1, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 1, 2026
…es (#143)

Bumps the patch group with 2 updates in the / directory:
[flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and
[pylint](https://github.com/pylint-dev/pylint).

Updates `flake8-pyproject` from 1.2.3 to 1.2.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/john-hen/Flake8-pyproject/releases">flake8-pyproject's
releases</a>.</em></p>
<blockquote>
<h2>1.2.4</h2>
<ul>
<li>Fixes typo in name of meta variable in <code>--toml-config</code>
help message. (<a
href="https://redirect.github.com/john-hen/Flake8-pyproject/issues/21">#21</a>)</li>
<li>Registers GitHub repo as trusted publisher for PyPI releases. (<a
href="https://redirect.github.com/john-hen/Flake8-pyproject/issues/38">#38</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/3c516a9319beee324f9a200dfb4e08677de4a63f"><code>3c516a9</code></a>
Bumped version to 1.2.4.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/df70f19558f784eb0cb7988440735d56f53f3cae"><code>df70f19</code></a>
Added GitHub workflow for releases on PyPI.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/d46e99c695149cd860a918c354de0d1d89166b7e"><code>d46e99c</code></a>
Only run scheduled test weekly instead of nightly.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/da0b9ed7d586490aff8503e38f2d481c1706bdee"><code>da0b9ed</code></a>
Added link to GitHub releases as a project URL.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/8e4b87fbe7291687f41b11180c8b3ae486ac538e"><code>8e4b87f</code></a>
Cosmetic changes to code format of dev tools in <code>tools</code>
folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/4227bd4a987b66a9ab46f0b4e04b098e388598e7"><code>4227bd4</code></a>
Use longer names for dev tools in <code>tools</code> folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/3866f48fbcd63231622f54e848268273605be1a8"><code>3866f48</code></a>
Mention early on that we need to be called in
<code>pyproject.toml</code> folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/40bf63915dabd85a53a7d06c24232a3b278c4b25"><code>40bf639</code></a>
Removed configuration and documentation of pre-commit hook.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/9df7abb5a4b1b25f032c7d3f06fd3f074424c471"><code>9df7abb</code></a>
Bump actions/checkout from 5 to 6 in the github-actions group</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/2c230622c7e81e3f2f6cd632272c92fd6bdda83b"><code>2c23062</code></a>
Fixed reporting of code coverage.</li>
<li>Additional commits viewable in <a
href="https://github.com/john-hen/Flake8-pyproject/compare/1.2.3...1.2.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `pylint` from 4.0.3 to 4.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/e16f942166511d6fb4427e503a734152fae0c4fe"><code>e16f942</code></a>
Bump pylint to 4.0.4, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/657b386c0a83202faa95c9a525b8feb80a4c11ab"><code>657b386</code></a>
[Backport maintenance/4.0.x] [invalid-name] Fix FP for exclusive
assignment o...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/03f8a922a2eabe5b517457807cc992e122dcc9c0"><code>03f8a92</code></a>
[Backport maintenance/4.0.x] fix: avoid false positive when module-level
name...</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4">compare
view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Feb 1, 2026
Bumps the patch group with 2 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and [pylint](https://github.com/pylint-dev/pylint).


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 `pylint` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.3...v4.0.4)

---
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: pylint
  dependency-version: 4.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/patch-3bb08b084c branch from 28d3fb5 to 8c5df29 Compare February 2, 2026 16:25
@github-actions github-actions bot enabled auto-merge February 2, 2026 16:25
@github-actions github-actions bot added this pull request to the merge queue Feb 2, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 2, 2026
…es (#143)

Bumps the patch group with 2 updates in the / directory:
[flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and
[pylint](https://github.com/pylint-dev/pylint).

Updates `flake8-pyproject` from 1.2.3 to 1.2.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/john-hen/Flake8-pyproject/releases">flake8-pyproject's
releases</a>.</em></p>
<blockquote>
<h2>1.2.4</h2>
<ul>
<li>Fixes typo in name of meta variable in <code>--toml-config</code>
help message. (<a
href="https://redirect.github.com/john-hen/Flake8-pyproject/issues/21">#21</a>)</li>
<li>Registers GitHub repo as trusted publisher for PyPI releases. (<a
href="https://redirect.github.com/john-hen/Flake8-pyproject/issues/38">#38</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/3c516a9319beee324f9a200dfb4e08677de4a63f"><code>3c516a9</code></a>
Bumped version to 1.2.4.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/df70f19558f784eb0cb7988440735d56f53f3cae"><code>df70f19</code></a>
Added GitHub workflow for releases on PyPI.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/d46e99c695149cd860a918c354de0d1d89166b7e"><code>d46e99c</code></a>
Only run scheduled test weekly instead of nightly.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/da0b9ed7d586490aff8503e38f2d481c1706bdee"><code>da0b9ed</code></a>
Added link to GitHub releases as a project URL.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/8e4b87fbe7291687f41b11180c8b3ae486ac538e"><code>8e4b87f</code></a>
Cosmetic changes to code format of dev tools in <code>tools</code>
folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/4227bd4a987b66a9ab46f0b4e04b098e388598e7"><code>4227bd4</code></a>
Use longer names for dev tools in <code>tools</code> folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/3866f48fbcd63231622f54e848268273605be1a8"><code>3866f48</code></a>
Mention early on that we need to be called in
<code>pyproject.toml</code> folder.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/40bf63915dabd85a53a7d06c24232a3b278c4b25"><code>40bf639</code></a>
Removed configuration and documentation of pre-commit hook.</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/9df7abb5a4b1b25f032c7d3f06fd3f074424c471"><code>9df7abb</code></a>
Bump actions/checkout from 5 to 6 in the github-actions group</li>
<li><a
href="https://github.com/john-hen/Flake8-pyproject/commit/2c230622c7e81e3f2f6cd632272c92fd6bdda83b"><code>2c23062</code></a>
Fixed reporting of code coverage.</li>
<li>Additional commits viewable in <a
href="https://github.com/john-hen/Flake8-pyproject/compare/1.2.3...1.2.4">compare
view</a></li>
</ul>
</details>
<br />

Updates `pylint` from 4.0.3 to 4.0.4
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/e16f942166511d6fb4427e503a734152fae0c4fe"><code>e16f942</code></a>
Bump pylint to 4.0.4, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/657b386c0a83202faa95c9a525b8feb80a4c11ab"><code>657b386</code></a>
[Backport maintenance/4.0.x] [invalid-name] Fix FP for exclusive
assignment o...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/03f8a922a2eabe5b517457807cc992e122dcc9c0"><code>03f8a92</code></a>
[Backport maintenance/4.0.x] fix: avoid false positive when module-level
name...</li>
<li>See full diff in <a
href="https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4">compare
view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>
@llucax llucax removed this pull request from the merge queue due to a manual request Feb 2, 2026
@llucax llucax added this pull request to the merge queue Feb 2, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot attempted to update this pull request, but because the branch dependabot/pip/patch-3bb08b084c is protected it was unable to do so.

Merged via the queue into v0.x.x with commit af5c5c3 Feb 2, 2026
7 checks passed
@llucax llucax deleted the dependabot/pip/patch-3bb08b084c branch February 2, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merged Auto-approved Dependabot PRs part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant