Bump tqdm from 4.47.0 to 4.62.3 #32

Merged
dependabot[bot] merged 1 commits from dependabot-pip-tqdm-4.62.3 into master 2021-10-22 02:51:46 +02:00
dependabot[bot] commented 2021-09-21 00:03:32 +02:00 (Migrated from github.com)

Bumps tqdm from 4.47.0 to 4.62.3.

Release notes

Sourced from tqdm's releases.

tqdm v4.62.3 stable

  • fix minor typo (#1246)
  • minor example fix (#1246)
  • misc tidying & refactoring
  • misc build/dev framework updates
    • update dependencies
    • update linters
    • update docs deployment branches
  • misc test/ci updates
    • test forks
    • tidy OS & Python version tests
    • bump primary python version 3.7 => 3.8
    • beta py3.10 testing
    • fix py2.7 tests
    • better timeout handling

tqdm v4.62.2 stable

  • fix notebook memory leak (#1216)
  • fix contrib.concurrent with generators (#1233 <- #1231)

tqdm v4.62.1 stable

  • contrib.logging: inherit existing handler output stream (#1191)
  • fix PermissionError by using weakref in DisableOnWriteError (#1207)
  • fix contrib.telegram creation rate limit handling (#1223, #1221 <- #1220, #1076)
  • tests: fix py27 keras dependencies (#1222)
  • misc tidy: use relative imports (#1222)
  • minor documentation updates (#1222)

tqdm v4.62.0 stable

tqdm v4.61.2 stable

  • install colorama on Windows (#1139, #454)
  • add telegram support for leave=False (#1189)
  • support pandas==1.3.0 (#1199)
  • fix keras potential AttributeError (#1184 <- #1183)
  • fix py3.10 asyncio tests (#1176)
  • flush stdout/err before first render (#1177)
  • misc minor build & test framework updates (#1180)

tqdm v4.61.1 stable

  • fix utils._screen_shape_linux() sometimes raising ValueError (#1174)
  • minor build/CI framework updates (#1175)
  • minor documentation updates

... (truncated)

Commits

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 [tqdm](https://github.com/tqdm/tqdm) from 4.47.0 to 4.62.3. <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.62.3 stable</h2> <ul> <li>fix minor typo (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1246">#1246</a>)</li> <li>minor example fix (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1246">#1246</a>)</li> <li>misc tidying &amp; refactoring</li> <li>misc build/dev framework updates <ul> <li>update dependencies</li> <li>update linters</li> <li>update docs deployment branches</li> </ul> </li> <li>misc test/ci updates <ul> <li>test forks</li> <li>tidy OS &amp; Python version tests</li> <li>bump primary python version 3.7 =&gt; 3.8</li> <li>beta py3.10 testing</li> <li>fix py2.7 tests</li> <li>better timeout handling</li> </ul> </li> </ul> <h2>tqdm v4.62.2 stable</h2> <ul> <li>fix notebook memory leak (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1216">#1216</a>)</li> <li>fix <code>contrib.concurrent</code> with generators (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1233">#1233</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1231">#1231</a>)</li> </ul> <h2>tqdm v4.62.1 stable</h2> <ul> <li><code>contrib.logging</code>: inherit existing handler output stream (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1191">#1191</a>)</li> <li>fix <code>PermissionError</code> by using <code>weakref</code> in <code>DisableOnWriteError</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1207">#1207</a>)</li> <li>fix <code>contrib.telegram</code> creation rate limit handling (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1223">#1223</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1221">#1221</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1220">#1220</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1076">#1076</a>)</li> <li>tests: fix py27 <code>keras</code> dependencies (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1222">#1222</a>)</li> <li>misc tidy: use relative imports (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1222">#1222</a>)</li> <li>minor documentation updates (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1222">#1222</a>)</li> </ul> <h2>tqdm v4.62.0 stable</h2> <ul> <li><code>asyncio.gather</code> API consistency with stdlib (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1212">#1212</a>)</li> <li>fix shutdown exception (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1209">#1209</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1198">#1198</a>)</li> <li>misc build framework updates (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1209">#1209</a>)</li> <li>add <a href="https://github.com/sponsors/tqdm/dashboard/tiers?frequency=one-time">GH Sponsors</a> &amp; <a href="https://tqdm.github.io/merch">merch</a> links</li> </ul> <h2>tqdm v4.61.2 stable</h2> <ul> <li>install <code>colorama</code> on Windows (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1139">#1139</a>, <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/454">#454</a>)</li> <li>add telegram support for <code>leave=False</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1189">#1189</a>)</li> <li>support <code>pandas==1.3.0</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1199">#1199</a>)</li> <li>fix <code>keras</code> potential <code>AttributeError</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1184">#1184</a> &lt;- <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1183">#1183</a>)</li> <li>fix py3.10 <code>asyncio</code> tests (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1176">#1176</a>)</li> <li>flush <code>stdout</code>/<code>err</code> before first render (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1177">#1177</a>)</li> <li>misc minor build &amp; test framework updates (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1180">#1180</a>)</li> </ul> <h2>tqdm v4.61.1 stable</h2> <ul> <li>fix <code>utils._screen_shape_linux()</code> sometimes raising <code>ValueError</code> (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1174">#1174</a>)</li> <li>minor build/CI framework updates (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1175">#1175</a>)</li> <li>minor documentation updates <ul> <li>fix typo (<a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1178">#1178</a>)</li> <li>link to <a href="https://tqdm.github.io/merch">merch</a>! :billed_cap: :shirt:</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tqdm/tqdm/commit/18d7aa4d3992d6f526fadc2b11a9066d87f70da6"><code>18d7aa4</code></a> bump version, merge pull request <a href="https://github-redirect.dependabot.com/tqdm/tqdm/issues/1246">#1246</a> from tqdm/devel</li> <li><a href="https://github.com/tqdm/tqdm/commit/058fe72d5608bed739754fdf05a946d03f95c03c"><code>058fe72</code></a> docs: streamline deployment</li> <li><a href="https://github.com/tqdm/tqdm/commit/626caf2df2393a3f79c099c8f9e8dc3e1ba00417"><code>626caf2</code></a> test: simplify local devenv deps</li> <li><a href="https://github.com/tqdm/tqdm/commit/a7e717dc53f192e62ac2958632a82d3f7c90c3e9"><code>a7e717d</code></a> misc linting/refactoring</li> <li><a href="https://github.com/tqdm/tqdm/commit/91ff56578b9285da03c835239cda675d4fce1d9c"><code>91ff565</code></a> ci: timeouts</li> <li><a href="https://github.com/tqdm/tqdm/commit/83ce8b9d6804ee0f49a62354c1ba758a2ae21fd9"><code>83ce8b9</code></a> linter config udpates</li> <li><a href="https://github.com/tqdm/tqdm/commit/9c02c59637b9742d7d78213fa4a3d414d92455ca"><code>9c02c59</code></a> fix py27 test</li> <li><a href="https://github.com/tqdm/tqdm/commit/e1d40664d7d4a6c2aa9f8e779fdc70bc62242dcb"><code>e1d4066</code></a> ci: simplify os tests</li> <li><a href="https://github.com/tqdm/tqdm/commit/bcc5205f92064d8510e7502d37f227256676ed46"><code>bcc5205</code></a> py310</li> <li><a href="https://github.com/tqdm/tqdm/commit/89139a64877afd4f481589f5f4d3ca346611d48e"><code>89139a6</code></a> tox-gh-actions</li> <li>Additional commits viewable in <a href="https://github.com/tqdm/tqdm/compare/v4.47.0...v4.62.3">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.47.0&new-version=4.62.3)](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>
chychkan (Migrated from github.com) approved these changes 2021-10-22 02:51:40 +02:00
Sign in to join this conversation.