Skip to content

Commit

Permalink
Bump tqdm from 4.63.0 to 4.63.1 (#244)
Browse files Browse the repository at this point in the history
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.63.0 to 4.63.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p>
<blockquote>
<h2>tqdm v4.63.1 stable</h2>
<ul>
<li>fix stderr/stdout missing <code>flush()</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1248">#1248</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1177">#1177</a>)</li>
<li>misc speed improvements/optimisations</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tqdm/tqdm/commit/165a23a31c746447707bb1ec6417776e9fd06140"><code>165a23a</code></a> fix stderr/stdout missing <code>flush()</code></li>
<li><a href="https://github.com/tqdm/tqdm/commit/c61a5679d234849343c5d5c55ae676ad14308c59"><code>c61a567</code></a> Use consistent flush syntax</li>
<li><a href="https://github.com/tqdm/tqdm/commit/938b24ac8d389bffd5e8a23da89abe3325e74149"><code>938b24a</code></a> Ensure that stderr/stdout has flush attr before calling it</li>
<li><a href="https://github.com/tqdm/tqdm/commit/2527b355740e111f22984203e36e0855f1d5e05b"><code>2527b35</code></a> perf: misc optimisations caught by perflint</li>
<li>See full diff in <a href="https://github.com/tqdm/tqdm/compare/v4.63.0...v4.63.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tqdm&package-manager=pip&previous-version=4.63.0&new-version=4.63.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 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>
  • Loading branch information
dependabot[bot] committed Mar 24, 2022
1 parent 7d1210e commit e8052ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8052ec

Please sign in to comment.