openfun / arnold

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

⬆️(project) upgrade python dependencies #768

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-lint (changelog) ==6.10.2 -> ==6.11.0 age adoption passing confidence
pyfakefs ==5.0.0 -> ==5.1.0 age adoption passing confidence
pylint (changelog) ==2.15.9 -> ==2.15.10 age adoption passing confidence
pytest (source, changelog) ==7.2.0 -> ==7.2.1 age adoption passing confidence

Release Notes

ansible/ansible-lint ### [`v6.11.0`](https://togithub.com/ansible/ansible-lint/releases/tag/v6.11.0) [Compare Source](https://togithub.com/ansible/ansible-lint/compare/v6.10.2...v6.11.0) #### Minor Changes - Remove opt-in and experimental tags from metadata rule ([#​2906](https://togithub.com/ansible/ansible-lint/issues/2906)) [@​ssbarnea](https://togithub.com/ssbarnea) - Remove opt-in and experimental tags from galaxy rule ([#​2905](https://togithub.com/ansible/ansible-lint/issues/2905)) [@​ssbarnea](https://togithub.com/ssbarnea) - Add galaxy\[no-changelog] check to galaxy rule ([#​2832](https://togithub.com/ansible/ansible-lint/issues/2832)) [@​alisonlhart](https://togithub.com/alisonlhart) #### Bugfixes - Fix typo in installing.md ([#​2901](https://togithub.com/ansible/ansible-lint/issues/2901)) [@​wgroenewold](https://togithub.com/wgroenewold) - Fix 'location' attribute for CodeclimateJSONFormatter ([#​2897](https://togithub.com/ansible/ansible-lint/issues/2897)) [@​4ch1m](https://togithub.com/4ch1m) - Avoid dubious ownership errors with newer versions of git ([#​2890](https://togithub.com/ansible/ansible-lint/issues/2890)) [@​ssbarnea](https://togithub.com/ssbarnea) - Clarify effects of --offline flag ([#​2896](https://togithub.com/ansible/ansible-lint/issues/2896)) [@​Andeye](https://togithub.com/Andeye) - Fix infinite hang on schema refresh by adding timeout parameter ([#​2895](https://togithub.com/ansible/ansible-lint/issues/2895)) [@​Andeye](https://togithub.com/Andeye) - schema: detect invalid space in meta runtime ([#​2873](https://togithub.com/ansible/ansible-lint/issues/2873)) [@​ssbarnea](https://togithub.com/ssbarnea) - Docs: issue [#​2864](https://togithub.com/ansible/ansible-lint/issues/2864) update urls ([#​2865](https://togithub.com/ansible/ansible-lint/issues/2865)) [@​oraNod](https://togithub.com/oraNod)
pytest-dev/pyfakefs ### [`v5.1.0`](https://togithub.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-510-httpspypipythonorgpypipyfakefs510-2023-01-12) [Compare Source](https://togithub.com/pytest-dev/pyfakefs/compare/v5.0.0...v5.1.0) New version before Debian freeze ##### Features - added class level setup method `setUpClassPyfakefs` for unittest and class-scoped fixture `fs_class` for pytest (see [#​752](../../issues/752)) - added experimental support for Python 3.12: added fake APIs for Windows junction support. These are not implemented and always return `False`. ##### Infrastructure - replaced end-of-life CentOS with RedHat UBI9 docker image - added tests for pytest 7.2.0 - added black to pre-commit checks, which caused some changes to the coding style (max line length is now 88, always use double quotes) - added Python 3.12 to the test suite. - migrated to [setuptools declarative syntax](https://setuptools.pypa.io/en/latest/userguide/declarative_config.html). - fixed docker tests when running on branches containing forward slashes
PyCQA/pylint ### [`v2.15.10`](https://togithub.com/PyCQA/pylint/releases/tag/v2.15.10) [Compare Source](https://togithub.com/PyCQA/pylint/compare/v2.15.9...v2.15.10) ## False Positives Fixed - Fix `use-sequence-for-iteration` when unpacking a set with `*`. Closes [#​5788](https://togithub.com/PyCQA/pylint/issues/5788) - Fix false positive `assigning-non-slot` when a class attribute is re-assigned. Closes [#​6001](https://togithub.com/PyCQA/pylint/issues/6001) - Fixes `used-before-assignment` false positive when the walrus operator is used in a ternary operator. Closes [#​7779](https://togithub.com/PyCQA/pylint/issues/7779) - Prevent `used-before-assignment` when imports guarded by `if TYPE_CHECKING` are guarded again when used. Closes [#​7979](https://togithub.com/PyCQA/pylint/issues/7979) ## Other Bug Fixes - Using custom braces in `msg-template` will now work properly. Closes [#​5636](https://togithub.com/PyCQA/pylint/issues/5636)
pytest-dev/pytest ### [`v7.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.2.1) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.2.0...7.2.1) # pytest 7.2.1 (2023-01-13) ## Bug Fixes - [#​10452](https://togithub.com/pytest-dev/pytest/issues/10452): Fix 'importlib.abc.TraversableResources' deprecation warning in Python 3.12. - [#​10457](https://togithub.com/pytest-dev/pytest/issues/10457): If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location. - [#​10506](https://togithub.com/pytest-dev/pytest/issues/10506): Fix bug where sometimes pytest would use the file system root directory as `rootdir `{.interpreted-text role="ref"} on Windows. - [#​10607](https://togithub.com/pytest-dev/pytest/issues/10607): Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel. - [#​10641](https://togithub.com/pytest-dev/pytest/issues/10641): Fix a race condition when creating or updating the stepwise plugin's cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin's cache.

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.