Skip to content

chore(deps-dev): update perflint requirement from <1.0.0,>=0.8.0 to >=0.8.1,<1.0.0#1138

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/main/perflint-gte-0.8.1-and-lt-1.0.0
Open

chore(deps-dev): update perflint requirement from <1.0.0,>=0.8.0 to >=0.8.1,<1.0.0#1138
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/main/perflint-gte-0.8.1-and-lt-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on perflint to permit the latest version.

Release notes

Sourced from perflint's releases.

0.8.1

What's Changed

Full Changelog: tonybaloney/perflint@0.8.0...0.8.1

Changelog

Sourced from perflint's changelog.

0.8.1 (11th January 2024)

0.8.0 (10th January 2024)

0.7.3 (16th May 2022)

  • Fixes a regression bug in the loop invariant name

0.7.2 (12th May 2022)

  • Renamed the global usage in loop to loop-global-usage
  • Added support for invariant f-strings
  • Bugfix: Doesn't highlight list, tuple or dict with only constant values as being invariant

0.7.1 (1st April 2022)

  • Bugfix: No longer suggests list comprehensions when the if statement has an elif/else clause
  • Bugfix: Pylint enable/disable arguments are allowed on the perflint CLI entry point

0.7.0 (28th March 2022)

  • Added a standalone entry point (perflint)

0.6.0 (25th March 2022)

  • Added checks for list and dictionary comprehensions as faster alternatives to loops

0.5.1 (25th March 2022)

  • Marks global lists which are mutated in local scopes

0.5.0 (25th March 2022)

  • Added a check for non-mutated lists where a tuple would be more efficient (W8301)

0.4.1 (21st March 2022)

  • (BUG) No longer raises unary operators against const values
  • (BUG) No longer raises slices as invariant expressions
  • (BUG) raise, return, yield and yield from are considered variant expressions because they impact control-flow

... (truncated)

Commits

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 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)

Updates the requirements on [perflint](https://github.com/tonybaloney/perflint) to permit the latest version.
- [Release notes](https://github.com/tonybaloney/perflint/releases)
- [Changelog](https://github.com/tonybaloney/perflint/blob/main/CHANGELOG.md)
- [Commits](tonybaloney/perflint@0.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: perflint
  dependency-version: 0.8.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants