Skip to content

Commit

Permalink
Bump freezegun from 0.3.12 to 1.2.2 (#74)
Browse files Browse the repository at this point in the history
Bumps [freezegun](https://github.com/spulec/freezegun) from 0.3.12 to
1.2.2.
<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.2.2</h2>
<ul>
<li>
<p>Removes Python 3.6 support, which reached its EOL on 2021-12-23 (<a
href="https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions">https://devguide.python.org/versions/?highlight=End-of-life#unsupported-versions</a>).</p>
</li>
<li>
<p>Improved static typing definitions</p>
</li>
<li>
<p>Don't freeze pytest timings. This avoids class-level decorator usage
messing with pytest timings.</p>
</li>
<li>
<p>Pass through all setUp and tearDown arguments</p>
</li>
</ul>
<h2>1.2.1</h2>
<ul>
<li>
<p>Added missing typeshed types from distribution</p>
</li>
<li>
<p>Pass all arguments on recursive freeze_time calls</p>
</li>
</ul>
<h2>1.2.0</h2>
<ul>
<li>
<p>Add support for <code>time.perf_counter</code> (and
<code>…_ns</code>)</p>
</li>
<li>
<p>Added typeshed types</p>
</li>
<li>
<p>Dropped support for python 3.5</p>
</li>
</ul>
<h2>1.1.0</h2>
<ul>
<li>
<p>Add support for <code>time.monotonic</code> (and
<code>…_ns</code>)</p>
</li>
<li>
<p>Allow to configure default ignore list, and also to just extend the
default</p>
</li>
<li>
<p>Fixed when accessing from thread after stop()</p>
</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>Dropped Py2 support</li>
<li>Added as_kwarg argument in order to have the frozen time object
passed with the name provided in as_kwarg argument</li>
</ul>
<h2>0.3.15</h2>
<ul>
<li>Fix locale timestamp bug. CC <a
href="https://github-redirect.dependabot.com/spulec/freezegun/issues/328">#328</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/spulec/freezegun/commits">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=0.3.12&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2022
1 parent fc03288 commit 6413b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ black==22.3.0
bumpversion
flake8
flaky
freezegun==0.3.12
freezegun==1.2.2
ipdb
mypy==0.782
pip-tools
Expand Down

0 comments on commit 6413b0d

Please sign in to comment.