Update flake8-comprehensions requirement from <=3.16.0 to <=3.17.0 in /src/bindings/python (#32133)
Updates the requirements on
[flake8-comprehensions](https://github.com/adamchainz/flake8-comprehensions)
to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adamchainz/flake8-comprehensions/blob/main/CHANGELOG.rst">flake8-comprehensions's
changelog</a>.</em></p>
<blockquote>
<h2>3.17.0 (2025-09-09)</h2>
<ul>
<li>Support Python 3.14.</li>
</ul>
<h2>3.16.0 (2024-10-27)</h2>
<ul>
<li>
<p>Drop Python 3.8 support.</p>
</li>
<li>
<p>Support Python 3.13.</p>
</li>
</ul>
<h2>3.15.0 (2024-06-29)</h2>
<ul>
<li>
<p>Add rule C420 to check for dict comprehensions with constant values,
encouraging replacement with <code>dict.fromkeys()</code>.</p>
<p>Thanks to Tom Kuson in <code>PR
[#553](https://github.com/adamchainz/flake8-comprehensions/issues/553)
<https://github.com/adamchainz/flake8-comprehensions/pull/553></code>__.</p>
</li>
</ul>
<h2>3.14.0 (2023-07-10)</h2>
<ul>
<li>Drop Python 3.7 support.</li>
</ul>
<h2>3.13.0 (2023-06-15)</h2>
<ul>
<li>Support Python 3.12.</li>
</ul>
<h2>3.12.0 (2023-04-13)</h2>
<ul>
<li>
<p>Add rule C418 to check for calls passing a dict literal or dict
comprehension to <code>dict()</code>.</p>
</li>
<li>
<p>Add rule C419 to check for calls passing a list comprehension to
<code>any()</code>/<code>all()</code>.</p>
</li>
</ul>
<h2>3.11.1 (2023-03-21)</h2>
<ul>
<li>
<p>Fix false positives in C406 “unnecessary dict literal”.</p>
<p>Fixes <code>Issue
[#260](https://github.com/adamchainz/flake8-comprehensions/issues/260)
<https://github.com/adamchainz/flake8-comprehensions/issues/260></code>__.</p>
</li>
</ul>
<h2>3.11.0 (2023-03-18)</h2>
<ul>
<li>
<p>Expand C416 to <code>dict</code> comprehensions.</p>
<p>Thanks to Aaron Gokaslan in <code>PR
[#490](https://github.com/adamchainz/flake8-comprehensions/issues/490)
<https://github.com/adamchainz/flake8-comprehensions/pull/490></code>__.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/adc19e260c3f719480fbde7c89c9095f83883eb1"><code>adc19e2</code></a>
Version 3.17.0</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/f636a0fe53473da4b155993c7905fc551fa920b7"><code>f636a0f</code></a>
Handle removal of deprecated ast Constant classes (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/630">#630</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/18d3dc2b4cf6a954c6336d51075c4909bb5e236c"><code>18d3dc2</code></a>
Support Python 3.14 (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/629">#629</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/a372a8c70738a4f68fea1e5314bb4922a92cca83"><code>a372a8c</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/627">#627</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/71f7f083194eb7656b13b70ad0907b7a15b15a22"><code>71f7f08</code></a>
Bump actions/checkout from 4 to 5 in the github-actions group (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/628">#628</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/2c9cd7d115170258a05264af6483a706351028ac"><code>2c9cd7d</code></a>
Upgrade dependencies (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/626">#626</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/5fc74bb8505f3ff00c14054d7b3119632f3d9732"><code>5fc74bb</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/624">#624</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/c8c13cb806336f6e9b117804aaaaaca64c663389"><code>c8c13cb</code></a>
Use uvx to run tox on GitHub Actions (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/625">#625</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/fbb575d0f833611975fe9a71d4100d2884dff6b6"><code>fbb575d</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/623">#623</a>)</li>
<li><a
href="https://github.com/adamchainz/flake8-comprehensions/commit/df3b7d0860b0e3f8d05c2f43c139d79101d031de"><code>df3b7d0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/adamchainz/flake8-comprehensions/issues/620">#620</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/adamchainz/flake8-comprehensions/compare/1.0.0...3.17.0">compare
view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR 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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com>
Co-authored-by: Alicja Miloszewska <alicja.miloszewska@intel.com>