Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 25, 2022

This PR contains the following updates:

Package Change Age Confidence
flake8-comprehensions (changelog) ==3.7.0 -> ==3.17.0 age confidence

Release Notes

adamchainz/flake8-comprehensions (flake8-comprehensions)

v3.17.0

Compare Source

  • Support Python 3.14.

v3.16.0

Compare Source

  • Drop Python 3.8 support.

  • Support Python 3.13.

v3.15.0

Compare Source

  • Add rule C420 to check for dict comprehensions with constant values, encouraging replacement with dict.fromkeys().

    Thanks to Tom Kuson in PR #&#8203;553 <https://github.com/adamchainz/flake8-comprehensions/pull/553>__.

v3.14.0

Compare Source

  • Drop Python 3.7 support.

v3.13.0

Compare Source

  • Support Python 3.12.

v3.12.0

Compare Source

  • 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().

v3.11.1

Compare Source

  • Fix false positives in C406 “unnecessary dict literal”.

    Fixes Issue #&#8203;260 <https://github.com/adamchainz/flake8-comprehensions/issues/260>__.

v3.11.0

Compare Source

  • Expand C416 to dict comprehensions.

    Thanks to Aaron Gokaslan in PR #&#8203;490 <https://github.com/adamchainz/flake8-comprehensions/pull/490>__.

v3.10.1

Compare Source

  • Fix false positive in rules C402 and C404 for dict() calls with keyword arguments.

    Thanks to Anders Kaseorg for the report in Issue #&#8203;457 <https://github.com/adamchainz/flake8-comprehensions/issues/457>__.

v3.10.0

Compare Source

  • Add rule C417 which recommends rewriting use of map() with lambda to an equivalent generator expression or comprehension.

    Thanks to Tushar Sadhwani in PR #&#8203;409 <https://github.com/adamchainz/flake8-comprehensions/pull/409>__.

v3.9.0

Compare Source

  • Support Python 3.11.

v3.8.0

Compare Source

  • Drop Python 3.6 support.

  • Remove upper bound on Flake8 version.


Configuration

📅 Schedule: Branch creation - "before 1am on Tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency update Pull requests and issues that are opened by our dependency bot. label Jan 25, 2022
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.8.0 Update dependency flake8-comprehensions to v3.9.0 May 16, 2022
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from b102a43 to 62971af Compare May 16, 2022 00:04
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 62971af to eda8058 Compare June 18, 2022 17:21
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.9.0 Update dependency flake8-comprehensions to v3.10.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from eda8058 to 1d0f8a5 Compare November 20, 2022 18:52
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.10.0 Update dependency flake8-comprehensions to v3.10.1 Nov 20, 2022
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.10.1 Update dependency flake8-comprehensions to v3.11.1 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 1d0f8a5 to 3913b14 Compare March 23, 2023 19:22
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.11.1 Update dependency flake8-comprehensions to v3.12.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 3913b14 to 2fc128e Compare April 17, 2023 12:20
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.12.0 Update dependency flake8-comprehensions to v3.13.0 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 2fc128e to 5859f1d Compare June 15, 2023 14:46
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.13.0 Update dependency flake8-comprehensions to v3.14.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 5859f1d to cbc24b0 Compare July 10, 2023 17:42
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from cbc24b0 to 09b2366 Compare June 30, 2024 00:16
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.14.0 Update dependency flake8-comprehensions to v3.15.0 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 09b2366 to 7db152b Compare October 27, 2024 22:25
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.15.0 Update dependency flake8-comprehensions to v3.16.0 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 7db152b to 041ceb8 Compare September 10, 2025 02:55
@renovate renovate bot changed the title Update dependency flake8-comprehensions to v3.16.0 Update dependency flake8-comprehensions to v3.17.0 Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency update Pull requests and issues that are opened by our dependency bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants