Hanra-s-work / point_one_robot_car

This is the repository that was chosen to be used for an autonomous car project.
MIT License
0 stars 0 forks source link

Update dependency decorator to v5 #188

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
decorator ==4.4.2 -> ==5.1.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

micheles/decorator (decorator) ### [`v5.1.1`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#511-2022-01-07) Sangwoo Shim contributed a fix so that cythonized functions can be decorated. Brian McFee pointed out an issue in the `decorator_apply` example and Wim Glenn pointed out that the "fix" in version 5.1 broke `decorator.contextmanager` even more. Both issues are now solved. ### [`v5.1.0`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#510-2021-09-11) Added a function `decoratorx` using the `FunctionMaker` and thus preserving the signature of `__code__` objects. Then fixed three small bugs: - Sphinx was printing a few warnings when building the documentation, as signaled by Tomasz Kłoczko - functions decorated with `decorator.contextmanager` were one-shot, as discovered by Alex Pizarro. - `decorator.decorator` was not passing the kwsyntax argument. ### [`v5.0.9`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#509-2021-05-16) [Compare Source](https://togithub.com/micheles/decorator/compare/5.0.8...5.0.9) Fixed a test breaking PyPy. Restored support for Sphinx. ### [`v5.0.8`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#508-2021-05-15) [Compare Source](https://togithub.com/micheles/decorator/compare/5.0.7...5.0.8) Made the decorator module more robust when decorating builtin functions lacking dunder attributes, like `dict.__setitem__`. ### [`v5.0.7`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#507-2021-04-14) [Compare Source](https://togithub.com/micheles/decorator/compare/5.0.6...5.0.7) The decorator module was not passing correctly the defaults inside the `*args` tuple, thanks to Dan Shult for the fix. Also fixed some misspellings in the documentation and integrated codespell in the CI, thanks to Christian Clauss. ### [`v5.0.6`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#506-2021-04-08) [Compare Source](https://togithub.com/micheles/decorator/compare/5.0.5...5.0.6) The decorator module was not copying the **module** attribute anymore. Thanks to Nikolay Markov for the notice. ### [`v5.0.5`](https://togithub.com/micheles/decorator/blob/HEAD/CHANGES.md#505-2021-04-04) [Compare Source](https://togithub.com/micheles/decorator/compare/5.0.4...5.0.5) Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). Added a way to mimic functools.wraps-generated decorators. Ported the Continuous Integration from Travis to GitHub.

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.

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



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