openfun / arnold

:construction_worker_woman: Deploy your applications to Kubernetes with Ansible
MIT License
41 stars 8 forks source link

⬆️(project) upgrade python dependencies #762

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ansible (source) ==6.6.0 -> ==7.0.0 age adoption passing confidence
ansible-lint ==6.8.7 -> ==6.9.0 age adoption passing confidence
flake8 (changelog) ==5.0.4 -> ==6.0.0 age adoption passing confidence
pylint (changelog) ==2.15.6 -> ==2.15.7 age adoption passing confidence

Release Notes

ansible/ansible-lint ### [`v6.9.0`](https://togithub.com/ansible/ansible-lint/releases/tag/v6.9.0) [Compare Source](https://togithub.com/ansible/ansible-lint/compare/v6.8.7...v6.9.0) #### Minor Changes - Enable dynamic schema refresh ([#​2703](https://togithub.com/ansible/ansible-lint/issues/2703)) [@​ssbarnea](https://togithub.com/ssbarnea) - Allow additional collections in only-builtins ([#​2710](https://togithub.com/ansible/ansible-lint/issues/2710)) [@​evgeni](https://togithub.com/evgeni) #### Bugfixes - Avoid Object of type PosixPath is not JSON serializable with jinja2 ([#​2724](https://togithub.com/ansible/ansible-lint/issues/2724)) [@​ssbarnea](https://togithub.com/ssbarnea) - Expand ~ in PATH and warn user ([#​2723](https://togithub.com/ansible/ansible-lint/issues/2723)) [@​ssbarnea](https://togithub.com/ssbarnea) - Fix only builtins fail test ([#​2719](https://togithub.com/ansible/ansible-lint/issues/2719)) [@​evgeni](https://togithub.com/evgeni) - Allow profile to be set in config file ([#​2720](https://togithub.com/ansible/ansible-lint/issues/2720)) [@​shatakshiiii](https://togithub.com/shatakshiiii) - Decouple profile listing from profile selecting on CLI ([#​2721](https://togithub.com/ansible/ansible-lint/issues/2721)) [@​ssbarnea](https://togithub.com/ssbarnea) - Update url in docs ([#​2718](https://togithub.com/ansible/ansible-lint/issues/2718)) [@​ssbarnea](https://togithub.com/ssbarnea) - Prevent installation on Windows ([#​2712](https://togithub.com/ansible/ansible-lint/issues/2712)) [@​ssbarnea](https://togithub.com/ssbarnea) - Respect warn_list and skip_list ([#​2706](https://togithub.com/ansible/ansible-lint/issues/2706)) [@​rekup](https://togithub.com/rekup) - Avoid version checking when version info is absent ([#​2714](https://togithub.com/ansible/ansible-lint/issues/2714)) [@​ssbarnea](https://togithub.com/ssbarnea) - Improve installation documentation ([#​2707](https://togithub.com/ansible/ansible-lint/issues/2707)) [@​oraNod](https://togithub.com/oraNod) - Docs: usage content edits ([#​2682](https://togithub.com/ansible/ansible-lint/issues/2682)) [@​oraNod](https://togithub.com/oraNod) - Sort dependencies ([#​2711](https://togithub.com/ansible/ansible-lint/issues/2711)) [@​ssbarnea](https://togithub.com/ssbarnea) - Fix loop_var_prefix message list in the docs ([#​2709](https://togithub.com/ansible/ansible-lint/issues/2709)) [@​evgeni](https://togithub.com/evgeni) - Clarify progressive mode documentation ([#​2708](https://togithub.com/ansible/ansible-lint/issues/2708)) [@​MarcinWieczorek](https://togithub.com/MarcinWieczorek)
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)
PyCQA/pylint ### [`v2.15.7`](https://togithub.com/PyCQA/pylint/releases/tag/v2.15.7): 2.15.7 [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.15.6...v2.15.7) ## False Positives Fixed - Fix `deprecated-method` false positive when alias for method is similar to name of deprecated method. Closes [#​5886](https://togithub.com/PyCQA/pylint/issues/5886) - Fix a false positive for `used-before-assignment` for imports guarded by `typing.TYPE_CHECKING` later used in variable annotations. Closes [#​7609](https://togithub.com/PyCQA/pylint/issues/7609) ## Other Bug Fixes - Pylint will now filter duplicates given to it before linting. The output should be the same whether a file is given/discovered multiple times or not. Closes [#​6242](https://togithub.com/PyCQA/pylint/issues/6242), [#​4053](https://togithub.com/PyCQA/pylint/issues/4053) - Fixes a crash in `stop-iteration-return` when the `next` builtin is called without arguments. Closes [#​7828](https://togithub.com/PyCQA/pylint/issues/7828)

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.