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

Bump flake8 from 5.0.4 to 6.0.0 #1150

Closed
wants to merge 20 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps flake8 from 5.0.4 to 6.0.0.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch from 7edfeee to 1642ef8 Compare December 13, 2022 07:33
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch from 1642ef8 to dddb6b3 Compare December 20, 2022 10:30
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch from dddb6b3 to 27d47c6 Compare December 30, 2022 12:36
Copy link
Collaborator

@lavigne958 lavigne958 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flake8 version 6.0.0 requires python >= 3.8 at least.
Until we maintain python-3.7 we can't upgrade it.

@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch 2 times, most recently from 9e96bad to 6e248d0 Compare March 14, 2023 21:45
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch from 6e248d0 to 7545092 Compare April 4, 2023 21:37
@alifeee alifeee added this to the 6.0.0 milestone Jun 8, 2023
alifeee and others added 15 commits June 19, 2023 13:23
It is supposed to declare files to include/exclude when built
(with setuptools)
I rebuilt the project without the file
Files in MANIFEST.in remained in the source sdist
It is no longer needed
https://stackoverflow.com/questions/24727709/do-python-projects-need-a-manifest-in-and-what-should-be-in-it
previously this was done in the file with `# flake8: noqa`
was used for old build, no longer needed
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.4 to 2.2.5.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.2.4...v2.2.5)

---
updated-dependencies:
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@alifeee alifeee mentioned this pull request Jun 21, 2023
Update build to use `pyproject.toml` instead of `setup.py` (deprecated)
@alifeee alifeee changed the base branch from master to feature/release_6_0_0 June 25, 2023 10:50
@alifeee alifeee closed this Jun 25, 2023
@dependabot dependabot bot deleted the dependabot/pip/flake8-6.0.0 branch June 25, 2023 10:53
@alifeee alifeee restored the dependabot/pip/flake8-6.0.0 branch June 25, 2023 10:53
@alifeee alifeee reopened this Jun 25, 2023
Repository owner deleted a comment from dependabot bot Jun 25, 2023
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@5.0.4...6.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from feature/release_6_0_0 to master June 25, 2023 10:54
@dependabot dependabot bot force-pushed the dependabot/pip/flake8-6.0.0 branch from 7545092 to e0d24f2 Compare June 25, 2023 10:54
@alifeee alifeee changed the base branch from master to feature/release_6_0_0 June 25, 2023 10:59
@alifeee alifeee closed this Jun 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/flake8-6.0.0 branch June 25, 2023 11:08
@alifeee alifeee restored the dependabot/pip/flake8-6.0.0 branch June 25, 2023 11:09
@alifeee alifeee reopened this Jun 25, 2023
@alifeee alifeee closed this Jun 25, 2023
@alifeee alifeee deleted the dependabot/pip/flake8-6.0.0 branch June 25, 2023 11:14
@alifeee alifeee mentioned this pull request Jun 25, 2023
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.

2 participants