projectsyn / commodore

Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
https://syn.tools/commodore/
BSD 3-Clause "New" or "Revised" License
46 stars 8 forks source link

Update dependency pyfakefs to v5.7.0 #1031

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pyfakefs 5.6.0 -> 5.7.0 age adoption passing confidence

Release Notes

pytest-dev/pyfakefs (pyfakefs) ### [`v5.7.0`](https://redirect.github.com/pytest-dev/pyfakefs/blob/HEAD/CHANGES.md#Version-570-2024-08-10) [Compare Source](https://redirect.github.com/pytest-dev/pyfakefs/compare/v5.6.0...v5.7.0) Adds official Python 3.13 support, improves OS emulation behavior. ##### Changes - officially support Python 3.13 ##### Enhancements - the `additional_skip_names` parameter now works with more modules (see [#​1023](../../issues/1023)) - added support for `os.fchmod`, allow file descriptor argument for `os.chmod` only for POSIX for Python < 3.13 - avoid reloading `glob` in Python 3.13 (did affect test performance) ##### Fixes - removing files while iterating over `scandir` results is now possible (see [#​1051](../../issues/1051)) - fake `pathlib.PosixPath` and `pathlib.WindowsPath` now behave more like in the real filesystem (see [#​1053](../../issues/1053)) - `PurePosixPath` reported Windows reserved names as reserved in Python >= 3.12 (see [#​1067](../../issues/1067)) - `PurePosixPath.joinpath()` incorrectly handled paths with drives under Windows in Python >= 3.12 (see [#​1070](../../issues/1070))

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.