Skip to content

Commit

Permalink
Bump freezegun from 1.5.0 to 1.5.1 (#8413)
Browse files Browse the repository at this point in the history
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.5.0 to
1.5.1.
<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.1</h2>
<ul>
<li>Fix the typing of the <code>tick()</code> method, and improve it's
behaviour.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spulec/freezegun/commit/3f9fac4852447cec9cbd8bcadc5227e7b383fbab"><code>3f9fac4</code></a>
Increase version number</li>
<li><a
href="https://github.com/spulec/freezegun/commit/e0f2c3c71d9f2adfc36376d9601acca76a3a8ee1"><code>e0f2c3c</code></a>
CHANGELOG for 1.5.1</li>
<li><a
href="https://github.com/spulec/freezegun/commit/ea054a3269250a39e5c406f6f9024082641ab937"><code>ea054a3</code></a>
Merge pull request <a
href="https://redirect.github.com/spulec/freezegun/issues/546">#546</a>
from robsdedude/patch-1</li>
<li><a
href="https://github.com/spulec/freezegun/commit/df263dcec48f43154a5873eb0dff2d4ba94374da"><code>df263dc</code></a>
Extend type checking</li>
<li><a
href="https://github.com/spulec/freezegun/commit/aecc78ad3dfe029ef19003622510b063b3fa6d87"><code>aecc78a</code></a>
Keep <code>numbers</code> for runtime type checks, use
<code>float</code> for type hints</li>
<li><a
href="https://github.com/spulec/freezegun/commit/023c7a382fe15ba2f680b43de0e027c460ffc1ed"><code>023c7a3</code></a>
Revert runtime type-check to <code>numbers.Real</code></li>
<li><a
href="https://github.com/spulec/freezegun/commit/be779f4b18dc1227cc68775992f3b46c39b2a739"><code>be779f4</code></a>
Add test for manually ticking StepTickTimeFactory</li>
<li><a
href="https://github.com/spulec/freezegun/commit/d2872d0afd5b5cce3b6b523bf74a60d0b8191e17"><code>d2872d0</code></a>
Fix instance checks</li>
<li><a
href="https://github.com/spulec/freezegun/commit/c9636086130edad9d4fca44368995b612ebc484b"><code>c963608</code></a>
Fix <code>tick</code> delta type handling</li>
<li>See full diff in <a
href="https://github.com/spulec/freezegun/compare/1.5.0...1.5.1">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.5.0&new-version=1.5.1)](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] authored May 13, 2024
1 parent 067df3b commit 5ccbe77
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 @@ -74,7 +74,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.3.2
# via virtualenv
freezegun==1.5.0
freezegun==1.5.1
# 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 @@ -70,7 +70,7 @@ exceptiongroup==1.1.2
# via pytest
filelock==3.12.2
# via virtualenv
freezegun==1.5.0
freezegun==1.5.1
# 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.5.0
freezegun==1.5.1
# via -r requirements/test.in
frozenlist==1.4.1
# via
Expand Down

0 comments on commit 5ccbe77

Please sign in to comment.