liqd / adhocracy-plus

adhocracy+ is a SaaS platform to make digital democracy easy for everyone
https://adhocracy.plus/
GNU Affero General Public License v3.0
72 stars 20 forks source link

chore(deps): update dependency freezegun to v1.5.1 #2653

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
freezegun (changelog) ==1.2.2 -> ==1.5.1 age adoption passing confidence

Release Notes

spulec/freezegun (freezegun) ### [`v1.5.1`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#151) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.5.0...1.5.1) - Fix the typing of the `tick()` method, and improve it's behaviour. ### [`v1.5.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#150) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.4.0...1.5.0) - The default ignore list now contains the `queue`-package - Added a missing `move_to`-function when calling `freeze_time(tick=True)` - Fixes a rounding error in `time.time_ns()` - Fixed a bug where the default ignore list could not be empty (`configure(default_ignore_list=[])`) - All `tick()` methods now return the new datetime (instead of None) - Type improvements ### [`v1.4.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#140) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.3.1...1.4.0) - `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag: `with freeze_time('1970-01-02', real_asyncio=True):` ### [`v1.3.1`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#131) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.3.0...1.3.1) - Fixed the release number in the build ### [`v1.3.0`](https://togithub.com/spulec/freezegun/blob/HEAD/CHANGELOG#130) [Compare Source](https://togithub.com/spulec/freezegun/compare/1.2.2...1.3.0) - Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging forever. - Added support for Python 3.12

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.