Skip to content

chore(deps-dev): bump flake8-isort from 4.2.0 to 6.0.0 #342

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2022

Bumps flake8-isort from 4.2.0 to 6.0.0.

Changelog

Sourced from flake8-isort's changelog.

6.0.0 (2022-12-22)

  • Drop isort 4.x support. [gforcada]

  • Add support for flake8 6.0.0. [gforcada]

  • Add --isort-no-skip-gitignore option to allow temporarily overriding the set value of isort's skip_gitignore option with False. This can cause flake8-isort to run significantly faster at the cost of making flake8-isort's behavior differ slightly from the behavior of isort --check. [gschaffner]

5.0.3 (2022-11-20)

  • Fix broken add_options method, again. [casperdcl]

5.0.2 (2022-11-19)

  • Fix broken add_options method [casperdcl]

5.0.1 (2022-11-18)

  • Improve the config option is added and read back. [gforcada]

  • Bump plugin version. [gforcada]

5.0.0 (2022-10-08)

  • Update dependencies. [gforcada]

  • Revamp GitHub actions. [gforcada]

  • Drop python 3.6, and add python 3.10. [gforcada]

  • Use linters and formatters to keep code sane and beautiful. [gforcada]

Commits
  • 5d55a7e Preparing release 6.0.0
  • 54b2052 Merge pull request #135 from gforcada/gforcada-patch-1
  • 1525065 Update CHANGES
  • 2ef02bf chore(ci): test with flake8 6.0.0
  • 85c1018 Merge pull request #130 from gschaffner/no-skip-gitignore
  • 65c1a59 Merge pull request #133 from gforcada/drop-isort-4
  • eb16f5d Update CHANGES
  • 9e37bf4 chore(ci): bump isort version tested
  • 4d0cdb4 chore: bump isort restriction
  • 41604b1 breaking: remove isort 4 code
  • Additional commits viewable in compare view

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.

heitorlessa and others added 2 commits October 21, 2022 15:11
Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 4.2.0 to 6.0.0.
- [Release notes](https://github.com/gforcada/flake8-isort/releases)
- [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst)
- [Commits](gforcada/flake8-isort@4.2.0...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2022
@codecov-commenter
Copy link

codecov-commenter commented Dec 23, 2022

Codecov Report

Base: 99.35% // Head: 99.35% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (29ca804) compared to base (ba3b595).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #342   +/-   ##
========================================
  Coverage    99.35%   99.35%           
========================================
  Files          128      131    +3     
  Lines         5873     5892   +19     
  Branches       371      371           
========================================
+ Hits          5835     5854   +19     
  Misses          18       18           
  Partials        20       20           
Impacted Files Coverage Δ
aws_lambda_powertools/metrics/__init__.py 100.00% <0.00%> (ø)
aws_lambda_powertools/event_handler/__init__.py 100.00% <0.00%> (ø)
aws_lambda_powertools/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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