spulec/freezegun (freezegun)
### [`v1.5.1`](https://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#151)
[Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#150)
[Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#140)
[Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#131)
[Compare Source](https://redirect.github.com/spulec/freezegun/compare/1.3.0...1.3.1)
- Fixed the release number in the build
### [`v1.3.0`](https://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#130)
[Compare Source](https://redirect.github.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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.2.2
->==1.5.1
Release Notes
spulec/freezegun (freezegun)
### [`v1.5.1`](https://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#151) [Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#150) [Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#140) [Compare Source](https://redirect.github.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://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#131) [Compare Source](https://redirect.github.com/spulec/freezegun/compare/1.3.0...1.3.1) - Fixed the release number in the build ### [`v1.3.0`](https://redirect.github.com/spulec/freezegun/blob/HEAD/CHANGELOG#130) [Compare Source](https://redirect.github.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.12Configuration
📅 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 was generated by Mend Renovate. View the repository job log.