openfun / arnold

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

⬆️(project) upgrade python dependencies #764

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) ==7.0.0 -> ==7.1.0 age adoption passing confidence
black (changelog) ==22.10.0 -> ==22.12.0 age adoption passing confidence
isort (source, changelog) ==5.10.1 -> ==5.11.2 age adoption passing confidence
pylint (changelog) ==2.15.7 -> ==2.15.8 age adoption passing confidence

Release Notes

psf/black ### [`v22.12.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#​22120) [Compare Source](https://togithub.com/psf/black/compare/22.10.0...22.12.0) ##### Preview style - Enforce empty lines before classes and functions with sticky leading comments ([#​3302](https://togithub.com/psf/black/issues/3302)) - Reformat empty and whitespace-only files as either an empty file (if no newline is present) or as a single newline character (if a newline is present) ([#​3348](https://togithub.com/psf/black/issues/3348)) - Implicitly concatenated strings used as function args are now wrapped inside parentheses ([#​3307](https://togithub.com/psf/black/issues/3307)) - Correctly handle trailing commas that are inside a line's leading non-nested parens ([#​3370](https://togithub.com/psf/black/issues/3370)) ##### Configuration - Fix incorrectly applied `.gitignore` rules by considering the `.gitignore` location and the relative path to the target file ([#​3338](https://togithub.com/psf/black/issues/3338)) - Fix incorrectly ignoring `.gitignore` presence when more than one source directory is specified ([#​3336](https://togithub.com/psf/black/issues/3336)) ##### Parser - Parsing support has been added for walruses inside generator expression that are passed as function args (for example, `any(match := my_re.match(text) for text in texts)`) ([#​3327](https://togithub.com/psf/black/issues/3327)). ##### Integrations - Vim plugin: Optionally allow using the system installation of Black via `let g:black_use_virtualenv = 0`([#​3309](https://togithub.com/psf/black/issues/3309))
pycqa/isort ### [`v5.11.2`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#​5112-December-12-2022) [Compare Source](https://togithub.com/pycqa/isort/compare/5.11.1...5.11.2) - Hotfix [#​2034](https://togithub.com/pycqa/isort/issues/2034): isort --version is not accurate on 5.11.x releases ([#​2034](https://togithub.com/pycqa/isort/issues/2034)) [@​gschaffner](https://togithub.com/gschaffner) ### [`v5.11.1`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#​5111-December-12-2022) [Compare Source](https://togithub.com/pycqa/isort/compare/5.11.0...5.11.1) - Hotfix [#​2031](https://togithub.com/pycqa/isort/issues/2031): only call `colorama.init` if `colorama` is available ([#​2032](https://togithub.com/pycqa/isort/issues/2032)) [@​tomaarsen](https://togithub.com/tomaarsen) ### [`v5.11.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#​5110-December-12-2022) [Compare Source](https://togithub.com/pycqa/isort/compare/5.10.1...5.11.0) - Added official support for Python 3.11 ([#​1996](https://togithub.com/pycqa/isort/issues/1996), [#​2008](https://togithub.com/pycqa/isort/issues/2008), [#​2011](https://togithub.com/pycqa/isort/issues/2011)) [@​staticdev](https://togithub.com/staticdev) - Dropped support for Python 3.6 ([#​2019](https://togithub.com/pycqa/isort/issues/2019)) [@​barrelful](https://togithub.com/barrelful) - Fixed problematic tests ([#​2021](https://togithub.com/pycqa/isort/issues/2021), [#​2022](https://togithub.com/pycqa/isort/issues/2022)) [@​staticdev](https://togithub.com/staticdev) - Fixed [#​1960](https://togithub.com/pycqa/isort/issues/1960): Rich compatibility ([#​1961](https://togithub.com/pycqa/isort/issues/1961)) [@​ofek](https://togithub.com/ofek) - Fixed [#​1945](https://togithub.com/pycqa/isort/issues/1945), [#​1986](https://togithub.com/pycqa/isort/issues/1986): Python 4.0 upper bound dependency resolving issues [@​staticdev](https://togithub.com/staticdev) - Fixed Pyodide CDN URL ([#​1991](https://togithub.com/pycqa/isort/issues/1991)) [@​andersk](https://togithub.com/andersk) - Docs: clarify description of use_parentheses ([#​1941](https://togithub.com/pycqa/isort/issues/1941)) [@​mgedmin](https://togithub.com/mgedmin) - Fixed [#​1976](https://togithub.com/pycqa/isort/issues/1976): `black` compatibility for `.pyi` files [@​XuehaiPan](https://togithub.com/XuehaiPan) - Implemented [#​1683](https://togithub.com/pycqa/isort/issues/1683): magic trailing comma option ([#​1876](https://togithub.com/pycqa/isort/issues/1876)) [@​legau](https://togithub.com/legau) - Add missing space in unrecoverable exception message ([#​1933](https://togithub.com/pycqa/isort/issues/1933)) [@​andersk](https://togithub.com/andersk) - Fixed [#​1895](https://togithub.com/pycqa/isort/issues/1895): skip-gitignore: use allow list, not deny list [@​bmalehorn](https://togithub.com/bmalehorn) - Fixed [#​1917](https://togithub.com/pycqa/isort/issues/1917): infinite loop for unmatched parenthesis ([#​1919](https://togithub.com/pycqa/isort/issues/1919)) [@​anirudnits](https://togithub.com/anirudnits) - Docs: shared profiles ([#​1896](https://togithub.com/pycqa/isort/issues/1896)) [@​matthewhughes934](https://togithub.com/matthewhughes934) - Fixed build-backend values in the example plugins ([#​1892](https://togithub.com/pycqa/isort/issues/1892)) [@​mgorny](https://togithub.com/mgorny) - Remove reference to jamescurtin/isort-action ([#​1885](https://togithub.com/pycqa/isort/issues/1885)) [@​AndrewLane](https://togithub.com/AndrewLane) - Split long cython import lines ([#​1931](https://togithub.com/pycqa/isort/issues/1931)) [@​davidcollins001](https://togithub.com/davidcollins001) - Update plone profile: copy of `black`, plus three settings. ([#​1926](https://togithub.com/pycqa/isort/issues/1926)) [@​mauritsvanrees](https://togithub.com/mauritsvanrees) - Fixed [#​1815](https://togithub.com/pycqa/isort/issues/1815), [#​1862](https://togithub.com/pycqa/isort/issues/1862): Add a command-line flag to sort all re-exports ([#​1863](https://togithub.com/pycqa/isort/issues/1863)) [@​parafoxia](https://togithub.com/parafoxia) - Fixed [#​1854](https://togithub.com/pycqa/isort/issues/1854): `lines_before_imports` appending lines after comments ([#​1861](https://togithub.com/pycqa/isort/issues/1861)) [@​legau](https://togithub.com/legau) - Remove redundant `multi_line_output = 3` from "Compatibility with black" ([#​1858](https://togithub.com/pycqa/isort/issues/1858)) [@​jdufresne](https://togithub.com/jdufresne) - Add tox config example ([#​1856](https://togithub.com/pycqa/isort/issues/1856)) [@​umonaca](https://togithub.com/umonaca) - Docs: add examples for frozenset and tuple settings ([#​1822](https://togithub.com/pycqa/isort/issues/1822)) [@​sgaist](https://togithub.com/sgaist) - Docs: add multiple config documentation ([#​1850](https://togithub.com/pycqa/isort/issues/1850)) [@​anirudnits](https://togithub.com/anirudnits)
PyCQA/pylint ### [`v2.15.8`](https://togithub.com/PyCQA/pylint/releases/tag/v2.15.8): 2.15.8 [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.15.7...v2.15.8) ## False Positives Fixed - Document a known false positive for `useless-suppression` when disabling `line-too-long` in a module with only comments and no code. Closes [#​3368](https://togithub.com/PyCQA/pylint/issues/3368) - Fix `logging-fstring-interpolation` false positive raised when logging and f-string with `%s` formatting. Closes [#​4984](https://togithub.com/PyCQA/pylint/issues/4984) - Fixes false positive `abstract-method` on Protocol classes. Closes [#​7209](https://togithub.com/PyCQA/pylint/issues/7209) - Fix `missing-param-doc` false positive when function parameter has an escaped underscore. Closes [#​7827](https://togithub.com/PyCQA/pylint/issues/7827) - `multiple-statements` no longer triggers for function stubs using inlined `...`. Closes [#​7860](https://togithub.com/PyCQA/pylint/issues/7860)

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.