Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency flake8-comprehensions to v3.16.0 #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8-comprehensions (changelog) ==3.10.1 -> ==3.16.0 age adoption passing confidence

Release Notes

adamchainz/flake8-comprehensions (flake8-comprehensions)

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>__.


Configuration

📅 Schedule: Branch creation - "before 1am on Saturday" (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 renovate label Jun 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency flake8-comprehensions to v3.12.0 chore(deps): update dependency flake8-comprehensions to v3.13.0 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 8052031 to c1e29d9 Compare June 15, 2023 14:19
@renovate renovate bot changed the title chore(deps): update dependency flake8-comprehensions to v3.13.0 chore(deps): update dependency flake8-comprehensions to v3.14.0 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from c1e29d9 to 3fea42d Compare July 10, 2023 13:12
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 3fea42d to 3e59165 Compare June 30, 2024 02:20
@renovate renovate bot changed the title chore(deps): update dependency flake8-comprehensions to v3.14.0 chore(deps): update dependency flake8-comprehensions to v3.15.0 Jun 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency flake8-comprehensions to v3.15.0 chore(deps): update dependency flake8-comprehensions to v3.16.0 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/flake8-comprehensions-3.x branch from 3e59165 to 01feae6 Compare October 28, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants