Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
freezegun (changelog) 1.2.21.5.5 age confidence

Release Notes

spulec/freezegun (freezegun)

v1.5.5

Compare Source

  • Allow parametrized arguments called 'func' (Broken in 1.5.4)

v1.5.4

Compare Source

  • Fix: Ability to yield fixtures (broken in 1.5.3)

v1.5.3

Compare Source

  • Fix compatibility with pytest 8.4.0 when using fixtures
  • Add (back) class-decorator overload to guarantee Pytype understands it

v1.5.2

Compare Source

  • Remove support for Python 3.7
  • Explicitly marks support for Python 3.13
  • Improved project documentation

v1.5.1

Compare Source

  • Fix the typing of the tick() method, and improve it's behaviour.

v1.5.0

Compare Source

  • 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

Compare Source

  • 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):
  • Added documentation for the real_asyncio parameter in the README.rst file.

v1.3.1

Compare Source

  • Fixed the release number in the build

v1.3.0

Compare Source

  • 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 was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant