Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

MNT: (deps): Bump pyflakes from 2.2.0 to 2.3.0 in /ci #144

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps pyflakes from 2.2.0 to 2.3.0.

Changelog

Sourced from pyflakes's changelog.

2.3.0 (2021-03-14)

  • Recognize tuple concatenation in __all__ export definitions
  • Better support use of annotation-only assignments when using from __future__ import annotations
  • Recognize special-case typing for Annotated
  • Fix undefined name __qualname__ in class scope
  • Recognize special-cased typing for TypeVar
  • Errors for undefined exports in __all__ are shown in a deterministic order
  • Fix false positives in certain typing constructs (TypeVar, NamedTuple, TypedDict, cast)
Commits

Dependabot compatibility score

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

Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/PyCQA/pyflakes/releases)
- [Changelog](https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst)
- [Commits](PyCQA/pyflakes@2.2.0...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: Maintenance Keeping things working and up-to-date label Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2021

Superseded by #151.

@dependabot dependabot bot closed this Mar 25, 2021
@dependabot dependabot bot deleted the dependabot-pip-ci-pyflakes-2.3.0 branch March 25, 2021 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Maintenance Keeping things working and up-to-date
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failures with Python 3.9.0b1
0 participants