Skip to content

Commit

Permalink
Bump freezegun from 1.4.0 to 1.5.0 (#8375)
Browse files Browse the repository at this point in the history
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.4.0 to
1.5.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/spulec/freezegun/blob/master/CHANGELOG">freezegun's
changelog</a>.</em></p>
<blockquote>
<h2>1.5.0</h2>
<ul>
<li>The default ignore list now contains the
<code>queue</code>-package</li>
<li>Added a missing <code>move_to</code>-function when calling
<code>freeze_time(tick=True)</code></li>
<li>Fixes a rounding error in <code>time.time_ns()</code></li>
<li>Fixed a bug where the default ignore list could not be empty
(<code>configure(default_ignore_list=[])</code>)</li>
<li>All <code>tick()</code> methods now return the new datetime (instead
of None)</li>
<li>Type improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spulec/freezegun/commit/17ea422800fc72a6e507755f1cfbf6ec75ba0359"><code>17ea422</code></a>
Admin: Release may not need to update version nr</li>
<li><a
href="https://github.com/spulec/freezegun/commit/3b3326001384843a1bef604b62efe4e735ac25c3"><code>3b33260</code></a>
Admin: Release 1.5.0 changelog</li>
<li><a
href="https://github.com/spulec/freezegun/commit/45d92937673b77557aa2b2243e7e28c29ba43436"><code>45d9293</code></a>
Merge pull request <a
href="https://redirect.github.com/spulec/freezegun/issues/538">#538</a>
from romuald/fix-time-ns-mock</li>
<li><a
href="https://github.com/spulec/freezegun/commit/6f14dc3333585250c544f53eb67322f16b0f081a"><code>6f14dc3</code></a>
Merge branch 'master' into fix-time-ns-mock</li>
<li><a
href="https://github.com/spulec/freezegun/commit/5b6c4a20dc3f6512a60a4d644cf9e067738d1aff"><code>5b6c4a2</code></a>
Merge pull request <a
href="https://redirect.github.com/spulec/freezegun/issues/543">#543</a>
from spulec/mypy</li>
<li><a
href="https://github.com/spulec/freezegun/commit/aabe629cc6e34fd56e047b74eed27cc710457d96"><code>aabe629</code></a>
MyPy</li>
<li><a
href="https://github.com/spulec/freezegun/commit/dfd5d9e166d3149194fbd35daa07e2862c3f918c"><code>dfd5d9e</code></a>
Merge pull request <a
href="https://redirect.github.com/spulec/freezegun/issues/542">#542</a>
from kingbuzzman/patch-1</li>
<li><a
href="https://github.com/spulec/freezegun/commit/4ecad0ccb728a80797430a6382b1c3e7793bbbcc"><code>4ecad0c</code></a>
Merge pull request <a
href="https://redirect.github.com/spulec/freezegun/issues/540">#540</a>
from encukou/fix-empty-ignore</li>
<li><a
href="https://github.com/spulec/freezegun/commit/2436841269115d54e3abe412792b531a567ec85d"><code>2436841</code></a>
Update test_datetimes.py</li>
<li><a
href="https://github.com/spulec/freezegun/commit/673adf0e129ffe974fb573a3d8282d6fc5a661da"><code>673adf0</code></a>
Update test_datetimes.py</li>
<li>Additional commits viewable in <a
href="https://github.com/spulec/freezegun/compare/1.4.0...1.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=freezegun&package-manager=pip&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent f1eda16 commit fd9b940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.3.2
# via virtualenv
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via virtualenv
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cryptography==41.0.2
# via trustme
exceptiongroup==1.1.2
# via pytest
freezegun==1.4.0
freezegun==1.5.0
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down

0 comments on commit fd9b940

Please sign in to comment.