Update flake8-comprehensions requirement from <=3.14.0 to <=3.15.0 in /src/bindings/python
Updates the requirements on flake8-comprehensions to permit the latest version.
Changelog
Sourced from flake8-comprehensions's changelog.
3.15.0 (2024-06-29)
Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with
dict.fromkeys().Thanks to Tom Kuson in
PR [#553](https://github.com/adamchainz/flake8-comprehensions/issues/553) <https://github.com/adamchainz/flake8-comprehensions/pull/553>__.3.14.0 (2023-07-10)
- Drop Python 3.7 support.
3.13.0 (2023-06-15)
- Support Python 3.12.
3.12.0 (2023-04-13)
Add rule C418 to check for calls passing a dict literal or dict comprehension to
dict().Add rule C419 to check for calls passing a list comprehension to
any()/all().3.11.1 (2023-03-21)
Fix false positives in C406 “unnecessary dict literal”.
Fixes
Issue [#260](https://github.com/adamchainz/flake8-comprehensions/issues/260) <https://github.com/adamchainz/flake8-comprehensions/issues/260>__.3.11.0 (2023-03-18)
Expand C416 to
dictcomprehensions.Thanks to Aaron Gokaslan in
PR [#490](https://github.com/adamchainz/flake8-comprehensions/issues/490) <https://github.com/adamchainz/flake8-comprehensions/pull/490>__.3.10.1 (2022-10-29)
Fix false positive in rules C402 and C404 for
dict()calls with keyword arguments.Thanks to Anders Kaseorg for the report in
Issue [#457](https://github.com/adamchainz/flake8-comprehensions/issues/457) <https://github.com/adamchainz/flake8-comprehensions/issues/457>__.3.10.0 (2022-05-19)
- Add rule C417 which recommends rewriting use of
map()withlambdato an equivalent generator expression or comprehension.
... (truncated)
Commits
b348af1Version 3.15.01ae816fAdd rule for dict comprehensions with constant values (#553)226a7e0Improve MyPy configurationa562c75Tidy pyproject.toml readme and license fieldse609dea[pre-commit.ci] pre-commit autoupdate (#579)9506eefUpgrade requirements (#578)353b7b5[pre-commit.ci] pre-commit autoupdate (#577)419907c[pre-commit.ci] pre-commit autoupdate (#576)75cf66dUpgrade requirements (#575)b0dd165[pre-commit.ci] pre-commit autoupdate (#574)- Additional commits viewable 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Linter job passed