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 0.3.12 to 1.3.0 #9197

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps freezegun from 0.3.12 to 1.3.0.

Changelog

Sourced from freezegun's changelog.

1.3.0

  • Fixed asyncio support to avoid await asyncio.sleep(1) hanging forever.

  • Added support for Python 3.12

1.2.2

1.2.1

  • Added missing typeshed types from distribution

  • Pass all arguments on recursive freeze_time calls

1.2.0

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

  • Added typeshed types

  • Dropped support for python 3.5

1.1.0

  • 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()

1.0.0

... (truncated)

Commits
  • 32cd107 Automate release process
  • 622e557 Admin: Enable tests for Python 3.12
  • cbcc59f Fix deprecation in Python 3.12
  • 67d8714 Admin: Enable tests for Python 3.12
  • 00f62ce Update api.py
  • 50c0bcd Work on Python <3.11
  • bdfcb60 Fix deprecation in Python 3.12
  • 4f44963 Merge pull request #470 from marcinsulikowski/improve-asyncio-support
  • 89d36e2 Avoid asyncio.sleep() hanging forever when time is frozen
  • 96c2741 Clean up asyncio tests
  • 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2023 00:09
@dependabot dependabot bot requested a review from ChenyuLInx December 4, 2023 00:09
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Dec 4, 2023
@cla-bot cla-bot bot added the cla:yes label Dec 4, 2023
Copy link
Contributor

github-actions bot commented Dec 4, 2023

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.00%. Comparing base (5488dfb) to head (0ba611c).
Report is 83 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9197      +/-   ##
==========================================
+ Coverage   86.69%   88.00%   +1.31%     
==========================================
  Files         179      176       -3     
  Lines       26614    22311    -4303     
==========================================
- Hits        23072    19634    -3438     
+ Misses       3542     2677     -865     
Flag Coverage Δ
integration 85.59% <ø> (+1.95%) ⬆️
unit 62.09% <ø> (-3.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

A newer version of freezegun exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@emmyoop emmyoop merged commit f36c4e7 into main Feb 23, 2024
52 checks passed
@emmyoop emmyoop deleted the dependabot/pip/freezegun-1.3.0 branch February 23, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Changes to the version of dbt dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants