Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2025

This PR contains the following updates:

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

Release Notes

spulec/freezegun (freezegun)

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):

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

v1.2.2

Compare Source

v1.2.1

Compare Source

  • Added missing typeshed types from distribution

  • Pass all arguments on recursive freeze_time calls

v1.2.0

Compare Source

  • Add support for time.perf_counter (and …_ns)

  • Added typeshed types

  • Dropped support for python 3.5

v1.1.0

Compare Source

  • Add support for time.monotonic (and …_ns)

  • Allow to configure default ignore list, and also to just extend the default

  • Fixed when accessing from thread after stop()


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

Copy link
Contributor Author

renovate bot commented Feb 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pyproject.toml
Post-upgrade command 'uv sync' has not been added to the allowed list in allowedCommands

@renovate renovate bot force-pushed the renovate/freezegun-1.x branch 2 times, most recently from b24493f to 3fa7884 Compare February 12, 2025 22:20
@renovate renovate bot force-pushed the renovate/freezegun-1.x branch from 3fa7884 to 600515e Compare February 13, 2025 14:15
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.

0 participants