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.0.0 to 1.1.0 #5421

Merged
merged 1 commit into from
Jan 21, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2021

Bumps freezegun from 1.0.0 to 1.1.0.

Changelog

Sourced from freezegun's changelog.

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

Commits
  • efa697c 1.1.0
  • 90d4257 Merge pull request #362 from hugovk/patch-1
  • 6c82863 Python 3.9 is out
  • 23a88e5 Merge pull request #374 from juliomalegria/master
  • 1ef33c4 Fix freezegun when accessing from thread after stop()
  • fe3a032 Merge pull request #370 from lukaszb/feature/configure-default-ignore-list
  • 1d8326f Refactor + allow to extend default ignore list
  • 456b1a8 Allow to configure default ignore list
  • b9e15e2 Merge pull request #369 from jmehnle/feature/time.monotonic
  • 8938a69 Add support for time.monotonic (and …_ns)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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.0.0 to 1.1.0.
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.0.0...1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added autosquash dependencies Pull requests that update a dependency file labels Jan 21, 2021
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #5421 (9a8b630) into master (3014db4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5421   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          41       41           
  Lines        8742     8742           
  Branches     1402     1402           
=======================================
  Hits         8495     8495           
  Misses        129      129           
  Partials      118      118           
Flag Coverage Δ
unit 97.06% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3014db4...9a8b630. Read the comment docs.

@aio-libs-github-bot aio-libs-github-bot bot merged commit eb45d98 into master Jan 21, 2021
@aio-libs-github-bot aio-libs-github-bot bot deleted the dependabot/pip/freezegun-1.1.0 branch January 21, 2021 13:33
alandtse pushed a commit to alandtse/aiohttp that referenced this pull request Feb 14, 2021
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.0.0 to 1.1.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spulec/freezegun/commit/efa697c35fc05021377d1bb0819305fe111d7572"><code>efa697c</code></a> 1.1.0</li>
<li><a href="https://github.com/spulec/freezegun/commit/90d42574200b2d10260547ebe39cc6ec7c941e44"><code>90d4257</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/362">#362</a> from hugovk/patch-1</li>
<li><a href="https://github.com/spulec/freezegun/commit/6c82863e3b02d225513eab5f7d26990416559f3b"><code>6c82863</code></a> Python 3.9 is out</li>
<li><a href="https://github.com/spulec/freezegun/commit/23a88e5b903ee8383755f85636717ac1ea2a1e38"><code>23a88e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/374">#374</a> from juliomalegria/master</li>
<li><a href="https://github.com/spulec/freezegun/commit/1ef33c4eb08ee43e86e48414c5494b4c163daf0b"><code>1ef33c4</code></a> Fix freezegun when accessing from thread after stop()</li>
<li><a href="https://github.com/spulec/freezegun/commit/fe3a032332f542857d784a6f74c7e91493e1442e"><code>fe3a032</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/370">#370</a> from lukaszb/feature/configure-default-ignore-list</li>
<li><a href="https://github.com/spulec/freezegun/commit/1d8326f3a0a266b13509949d0396f338ea2886c1"><code>1d8326f</code></a> Refactor + allow to extend default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/456b1a8b385d2ef14d7a52cf790497b4424338c4"><code>456b1a8</code></a> Allow to configure default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/b9e15e2c027a25dcf24be2fb87db0b2cf19410a3"><code>b9e15e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/369">#369</a> from jmehnle/feature/time.monotonic</li>
<li><a href="https://github.com/spulec/freezegun/commit/8938a6913f12d64b483694ef0df3fb83d5fba165"><code>8938a69</code></a> Add support for <code>time.monotonic</code> (and <code>…_ns</code>)</li>
<li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.0.0...1.1.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.0.0&new-version=1.1.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)
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.0.0 to 1.1.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spulec/freezegun/commit/efa697c35fc05021377d1bb0819305fe111d7572"><code>efa697c</code></a> 1.1.0</li>
<li><a href="https://github.com/spulec/freezegun/commit/90d42574200b2d10260547ebe39cc6ec7c941e44"><code>90d4257</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/362">#362</a> from hugovk/patch-1</li>
<li><a href="https://github.com/spulec/freezegun/commit/6c82863e3b02d225513eab5f7d26990416559f3b"><code>6c82863</code></a> Python 3.9 is out</li>
<li><a href="https://github.com/spulec/freezegun/commit/23a88e5b903ee8383755f85636717ac1ea2a1e38"><code>23a88e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/374">#374</a> from juliomalegria/master</li>
<li><a href="https://github.com/spulec/freezegun/commit/1ef33c4eb08ee43e86e48414c5494b4c163daf0b"><code>1ef33c4</code></a> Fix freezegun when accessing from thread after stop()</li>
<li><a href="https://github.com/spulec/freezegun/commit/fe3a032332f542857d784a6f74c7e91493e1442e"><code>fe3a032</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/370">#370</a> from lukaszb/feature/configure-default-ignore-list</li>
<li><a href="https://github.com/spulec/freezegun/commit/1d8326f3a0a266b13509949d0396f338ea2886c1"><code>1d8326f</code></a> Refactor + allow to extend default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/456b1a8b385d2ef14d7a52cf790497b4424338c4"><code>456b1a8</code></a> Allow to configure default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/b9e15e2c027a25dcf24be2fb87db0b2cf19410a3"><code>b9e15e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/369">#369</a> from jmehnle/feature/time.monotonic</li>
<li><a href="https://github.com/spulec/freezegun/commit/8938a6913f12d64b483694ef0df3fb83d5fba165"><code>8938a69</code></a> Add support for <code>time.monotonic</code> (and <code>…_ns</code>)</li>
<li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.0.0...1.1.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.0.0&new-version=1.1.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)
commonism pushed a commit to commonism/aiohttp that referenced this pull request Apr 27, 2021
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.0.0 to 1.1.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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/spulec/freezegun/commit/efa697c35fc05021377d1bb0819305fe111d7572"><code>efa697c</code></a> 1.1.0</li>
<li><a href="https://github.com/spulec/freezegun/commit/90d42574200b2d10260547ebe39cc6ec7c941e44"><code>90d4257</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/362">#362</a> from hugovk/patch-1</li>
<li><a href="https://github.com/spulec/freezegun/commit/6c82863e3b02d225513eab5f7d26990416559f3b"><code>6c82863</code></a> Python 3.9 is out</li>
<li><a href="https://github.com/spulec/freezegun/commit/23a88e5b903ee8383755f85636717ac1ea2a1e38"><code>23a88e5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/374">#374</a> from juliomalegria/master</li>
<li><a href="https://github.com/spulec/freezegun/commit/1ef33c4eb08ee43e86e48414c5494b4c163daf0b"><code>1ef33c4</code></a> Fix freezegun when accessing from thread after stop()</li>
<li><a href="https://github.com/spulec/freezegun/commit/fe3a032332f542857d784a6f74c7e91493e1442e"><code>fe3a032</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/370">#370</a> from lukaszb/feature/configure-default-ignore-list</li>
<li><a href="https://github.com/spulec/freezegun/commit/1d8326f3a0a266b13509949d0396f338ea2886c1"><code>1d8326f</code></a> Refactor + allow to extend default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/456b1a8b385d2ef14d7a52cf790497b4424338c4"><code>456b1a8</code></a> Allow to configure default ignore list</li>
<li><a href="https://github.com/spulec/freezegun/commit/b9e15e2c027a25dcf24be2fb87db0b2cf19410a3"><code>b9e15e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/spulec/freezegun/issues/369">#369</a> from jmehnle/feature/time.monotonic</li>
<li><a href="https://github.com/spulec/freezegun/commit/8938a6913f12d64b483694ef0df3fb83d5fba165"><code>8938a69</code></a> Add support for <code>time.monotonic</code> (and <code>…_ns</code>)</li>
<li>Additional commits viewable in <a href="https://github.com/spulec/freezegun/compare/1.0.0...1.1.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.0.0&new-version=1.1.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosquash dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant