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

Bump freezegun from 1.4.0 to 1.5.0 #5386

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps freezegun from 1.4.0 to 1.5.0.

Changelog

Sourced from freezegun's changelog.

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
Commits
  • 17ea422 Admin: Release may not need to update version nr
  • 3b33260 Admin: Release 1.5.0 changelog
  • 45d9293 Merge pull request #538 from romuald/fix-time-ns-mock
  • 6f14dc3 Merge branch 'master' into fix-time-ns-mock
  • 5b6c4a2 Merge pull request #543 from spulec/mypy
  • aabe629 MyPy
  • dfd5d9e Merge pull request #542 from kingbuzzman/patch-1
  • 4ecad0c Merge pull request #540 from encukou/fix-empty-ignore
  • 2436841 Update test_datetimes.py
  • 673adf0 Update test_datetimes.py
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: freezegun
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2024 00:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.39%. Comparing base (03bbbfe) to head (61da4c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5386   +/-   ##
=======================================
  Coverage   96.38%   96.39%           
=======================================
  Files         930      930           
  Lines       22068    22068           
  Branches     1971     1971           
=======================================
+ Hits        21270    21272    +2     
+ Misses        653      652    -1     
+ Partials      145      144    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oliverjwroberts oliverjwroberts changed the base branch from main to chore/dependencies-2024-04-30 April 30, 2024 06:44
@oliverjwroberts oliverjwroberts merged commit 5db3290 into chore/dependencies-2024-04-30 Apr 30, 2024
2 checks passed
@oliverjwroberts oliverjwroberts deleted the dependabot/pip/freezegun-1.5.0 branch April 30, 2024 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants