iterative / py-template

Hypermodern Python Cookiecutter
http://cookiecutter-hypermodern-python.readthedocs.io/
MIT License
14 stars 7 forks source link

chore(deps): update all dependencies #101

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/isort repository minor 5.11.4 -> 5.12.0 age adoption passing confidence
flake8-bugbear (changelog) major 22.10.27 -> 23.1.20 age adoption passing confidence
pycqa/flake8 repository major 5.0.4 -> 6.0.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/isort ### [`v5.12.0`](https://togithub.com/PyCQA/isort/blob/HEAD/CHANGELOG.md#​5120-January-28-2022) [Compare Source](https://togithub.com/PyCQA/isort/compare/5.11.4...5.12.0) - Removed support for Python 3.7 - Fixed incompatiblity with latest poetry version - Added support for directory limitations within built in git hook
PyCQA/flake8-bugbear ### [`v23.1.20`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.1.20) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.1.17...23.1.20) - B024: now ignores classes without any methods. ([#​336](https://togithub.com/PyCQA/flake8-bugbear/issues/336)) - B017: Don't warn when `pytest.raises()` has a `match` argument. ([#​334](https://togithub.com/PyCQA/flake8-bugbear/issues/334)) - B906: Ignore `visit_` functions with a `_fields` attribute that can't contain ast.AST subnodes. ([#​330](https://togithub.com/PyCQA/flake8-bugbear/issues/330)) ### [`v23.1.17`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.1.17) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/23.1.14...23.1.17) - Rename B028 to B907, making it optional/opinionated. ### [`v23.1.14`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/23.1.14) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/22.12.6...23.1.14) - Add B906: `visit_` function with no further calls to a `visit` function. ([#​313](https://togithub.com/PyCQA/flake8-bugbear/issues/313)) - Add B028: Suggest `!r` when formatted value in f-string is surrounded by quotes. ([#​319](https://togithub.com/PyCQA/flake8-bugbear/issues/319)) ### [`v22.12.6`](https://togithub.com/PyCQA/flake8-bugbear/releases/tag/22.12.6) [Compare Source](https://togithub.com/PyCQA/flake8-bugbear/compare/22.10.27...22.12.6) - Add B905: `zip()` without an explicit `strict=` parameter. ([#​314](https://togithub.com/PyCQA/flake8-bugbear/issues/314)) - B027: ignore [@​overload](https://togithub.com/overload) when typing is imported with other names ([#​309](https://togithub.com/PyCQA/flake8-bugbear/issues/309))
pycqa/flake8 ### [`v6.0.0`](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0) [Compare Source](https://togithub.com/pycqa/flake8/compare/5.0.4...6.0.0)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

skshetry commented 1 year ago

Removing flake8-broken-line since it's not compatible with flake8==6. And, I don't think there's any benefit of using it, as black hates backslashes, and will reformat anyway. :)