aiarena / aiarena-stream

GNU General Public License v3.0
42 stars 5 forks source link

Bump gtts from 2.2.3 to 2.2.4 #76

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps gtts from 2.2.3 to 2.2.4.

Release notes

Sourced from gtts's releases.

v2.2.4

Features

  • Added Malay language support (#316)
  • Added Hebrew language support (#324)
  • Added new gTTS.stream() method to stream bytes (#319)

Full Changelog: https://github.com/pndurette/gTTS/compare/v2.2.3...v2.2.4 / CHANGELOG.rst

Changelog

Sourced from gtts's changelog.

2.2.4 (2022-03-14)

Features


- Added Malay language support (`[#316](https://github.com/pndurette/gTTS/issues/316) <https://github.com/pndurette/gTTS/issues/316>`_)
- Added Hebrew language support (`[#324](https://github.com/pndurette/gTTS/issues/324) <https://github.com/pndurette/gTTS/issues/324>`_)
- Added new ``gTTS.stream()`` method to stream bytes (`[#319](https://github.com/pndurette/gTTS/issues/319) <https://github.com/pndurette/gTTS/issues/319>`_)

Misc


- `[#334](https://github.com/pndurette/gTTS/issues/334) &lt;https://github.com/pndurette/gTTS/issues/334&gt;`_
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pndurette/gTTS/commit/d57db26b60286e7f684d32e305757d5587005eee"><code>d57db26</code></a> Lock Python 3.9 for publish workflow</li>
<li><a href="https://github.com/pndurette/gTTS/commit/80f3d766419b05029798b48c68c45f37f0fc8093"><code>80f3d76</code></a> Version bump 2.2.4</li>
<li><a href="https://github.com/pndurette/gTTS/commit/465a0bc2e48ecbc69a85c5d45eed9d9556561773"><code>465a0bc</code></a> Update dessant/lock-threads to v3</li>
<li><a href="https://github.com/pndurette/gTTS/commit/d5d2a7fc06816dec0d7b7c9f42c829ad372d5b91"><code>d5d2a7f</code></a> Bump actions/setup-python from 2 to 3 (<a href="https://github-redirect.dependabot.com/pndurette/gTTS/issues/336">#336</a>)</li>
<li><a href="https://github.com/pndurette/gTTS/commit/1d0555345a3e5c74dd150ae0c4e7d0fbd8917e90"><code>1d05553</code></a> Bump codecov/codecov-action from 1.0.14 to 2.1.0 (<a href="https://github-redirect.dependabot.com/pndurette/gTTS/issues/337">#337</a>)</li>
<li><a href="https://github.com/pndurette/gTTS/commit/3184e0b814e3a2b5b9c3936ee3e6c9aea76fb350"><code>3184e0b</code></a> Update dependabot.yml</li>
<li><a href="https://github.com/pndurette/gTTS/commit/d4cfe4a6925128548f58af12ae0d3ae4bcb6825e"><code>d4cfe4a</code></a> Bump actions/checkout from 2 to 3 (<a href="https://github-redirect.dependabot.com/pndurette/gTTS/issues/335">#335</a>)</li>
<li><a href="https://github.com/pndurette/gTTS/commit/8e014522d0e98e7a6837601bd819d8fca620911c"><code>8e01452</code></a> Create dependabot.yml</li>
<li><a href="https://github.com/pndurette/gTTS/commit/e77afa22dabfae2abacefe26f24a1a7e19a67aac"><code>e77afa2</code></a> Restore u-strings removed by Black for Py2 tests (<a href="https://github-redirect.dependabot.com/pndurette/gTTS/issues/334">#334</a>)</li>
<li><a href="https://github.com/pndurette/gTTS/commit/c9f8d7afe3d47110740a1cfa4bff70d8f3b7c2b0"><code>c9f8d7a</code></a> add malay lang (<a href="https://github-redirect.dependabot.com/pndurette/gTTS/issues/316">#316</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pndurette/gTTS/compare/v2.2.3...v2.2.4">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gtts&package-manager=pip&previous-version=2.2.3&new-version=2.2.4)](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) ---
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)
dependabot[bot] commented 1 year ago

Superseded by #100.