dependabot[bot] [Thu, 16 Mar 2023 21:16:11 +0000 (22:16 +0100)]
Bump python-slugify from 7.0.0 to 8.0.1 (#526)
Bumps [python-slugify](https://github.com/un33k/python-slugify) from
7.0.0 to 8.0.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md">python-slugify's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.1</h2>
<ul>
<li>Added license notice to readme (<a
href="https://github.com/C-nit"><code>@C-nit</code></a> - thx)</li>
</ul>
<h2>8.0.0</h2>
<ul>
<li>By default, prefer unidecode if installed (<a
href="https://github.com/enkidulan"><code>@enkidulan</code></a> -
thx)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/un33k/python-slugify/commit/
58031becacdc8945393ddf628e84a6785cd08066"><code>
58031be</code></a>
Merge branch 'staging'</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
e20c5e521416d53b37d823540f03145c298daf11"><code>
e20c5e5</code></a>
Legal Notice / Readme</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
b9b8b96430dcdd06d7cc888b04485be075a960a4"><code>
b9b8b96</code></a>
Add note on licensing (<a
href="https://redirect.github.com/un33k/python-slugify/issues/130">#130</a>)</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
11e6209bba742675bda4307a65d69c8821fccaee"><code>
11e6209</code></a>
By default, prefer unidecode if installed</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
22d7e84b95869dd4300952b88113dd00e53e9ec7"><code>
22d7e84</code></a>
Update import order for unidecode vs text_unidecode (<a
href="https://redirect.github.com/un33k/python-slugify/issues/126">#126</a>)</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
93d15b7f07c748e86d831f9268e04e80f807224a"><code>
93d15b7</code></a>
Merge branch 'sandbox' into development</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
40a9b99f95293309297c679959de1a506b98626f"><code>
40a9b99</code></a>
Support Matrix</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
fcbaac2ffbe3d37528ec5d26e750a696d2603587"><code>
fcbaac2</code></a>
SemVer Table</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
f0b267621368aa6aeca80011c2776aec05693547"><code>
f0b2676</code></a>
SemVer Table</li>
<li><a
href="https://github.com/un33k/python-slugify/commit/
dc888f5a7a0c52c0e408a9bded308505cf962fc1"><code>
dc888f5</code></a>
SemVer Table</li>
<li>Additional commits viewable in <a
href="https://github.com/un33k/python-slugify/compare/v7.0.0...v8.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Marvin Schenkel [Thu, 16 Mar 2023 21:15:38 +0000 (22:15 +0100)]
Auto renew cipher for Youtube Music provider (#539)
This PR adds logic to auto-renew a cipher when it has expires.
dependabot[bot] [Thu, 16 Mar 2023 21:14:16 +0000 (22:14 +0100)]
Bump ruff from 0.0.254 to 0.0.256 (#535)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.254 to
0.0.256.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charliermarsh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.0.256</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>PYI011: allow <code>math</code> constants in defaults by <a
href="https://github.com/XuehaiPan"><code>@XuehaiPan</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3484">charliermarsh/ruff#3484</a></li>
<li>Remove erroneous C4-to-C40 redirect by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3488">charliermarsh/ruff#3488</a></li>
<li>fix lack of <code>not</code> in error message by <a
href="https://github.com/Czaki"><code>@Czaki</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3497">charliermarsh/ruff#3497</a></li>
<li>Ensure that redirect warnings appear exactly once per code by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3500">charliermarsh/ruff#3500</a></li>
<li>Allow f-strings and concatenations in os.getenv by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3516">charliermarsh/ruff#3516</a></li>
<li>Allow string percent formatting in os.getenv by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3518">charliermarsh/ruff#3518</a></li>
<li>Refine complexity rules for try-except-else-finally by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3519">charliermarsh/ruff#3519</a></li>
<li>Replicate inline comments when splitting single-line imports by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3521">charliermarsh/ruff#3521</a></li>
<li>Avoid PEP 604 isinstance errors for starred tuples by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3527">charliermarsh/ruff#3527</a></li>
<li>Avoid tracking as-imports separately with force-single-line by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3530">charliermarsh/ruff#3530</a></li>
<li>Fix PYI011 and add auto-fix by <a
href="https://github.com/JonathanPlasse"><code>@JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3492">charliermarsh/ruff#3492</a></li>
<li>Avoid PEP 604 panic with empty tuple by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3526">charliermarsh/ruff#3526</a></li>
<li>Add last remaining deprecated typing imports by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3529">charliermarsh/ruff#3529</a></li>
<li>Avoid unused argument violations in .pyi files by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3533">charliermarsh/ruff#3533</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Include individual path checks in --verbose logging by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3489">charliermarsh/ruff#3489</a></li>
<li>Allow <code># ruff:</code> prefix for isort action comments by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3493">charliermarsh/ruff#3493</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.255...v0.0.256">https://github.com/charliermarsh/ruff/compare/v0.0.255...v0.0.256</a></p>
<h2>v0.0.255</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Rules</h3>
<ul>
<li>[<code>flake8-pie</code>] Fix PIE802 broken auto-fix with trailing
comma by <a
href="https://github.com/JonathanPlasse"><code>@JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3402">charliermarsh/ruff#3402</a></li>
<li>[<code>flake8-pie</code>] Implement autofix for PIE810 by <a
href="https://github.com/kyoto7250"><code>@kyoto7250</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3411">charliermarsh/ruff#3411</a></li>
<li>[<code>flake8-bugbear</code>] Add <code>flake8-bugbear</code>'s B030
rule by <a
href="https://github.com/aacunningham"><code>@aacunningham</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3400">charliermarsh/ruff#3400</a></li>
<li>[<code>pycodestyle</code>] Add E231 by <a
href="https://github.com/carlosmiei"><code>@carlosmiei</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3344">charliermarsh/ruff#3344</a></li>
<li>[<code>pyupgrade</code>] Flag deprecated (but renamed) imports in
UP035 by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3448">charliermarsh/ruff#3448</a></li>
<li>[<code>pyupgrade</code>] Remap ChainMap, Counter, and OrderedDict
imports to collections by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3392">charliermarsh/ruff#3392</a></li>
<li>[<code>pylint</code>] C1901: compare-to-empty-string by <a
href="https://github.com/AreamanM"><code>@AreamanM</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3405">charliermarsh/ruff#3405</a></li>
<li>[<code>pylint</code>] Implement W1508 invalid-envvar-default by <a
href="https://github.com/latonis"><code>@latonis</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3449">charliermarsh/ruff#3449</a></li>
<li>[<code>pylint</code>] Implement E1507 invalid-envvar-value by <a
href="https://github.com/latonis"><code>@latonis</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3467">charliermarsh/ruff#3467</a></li>
</ul>
<h3>Settings</h3>
<ul>
<li>Infer <code>target-version</code> from project metadata by <a
href="https://github.com/JonathanPlasse"><code>@JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3470">charliermarsh/ruff#3470</a></li>
<li>Implement configuration options
<code>runtime-evaluated-decorators</code> and
<code>runtime-evaluated-base-classes</code> for
<code>flake8-type-checking</code> by <a
href="https://github.com/sasanjac"><code>@sasanjac</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3292">charliermarsh/ruff#3292</a></li>
<li>Add Azure DevOps as a <code>--format</code> option. by <a
href="https://github.com/StefanBRas"><code>@StefanBRas</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3335">charliermarsh/ruff#3335</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Re-enable the T and C linter prefix selectors by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3452">charliermarsh/ruff#3452</a></li>
<li>Treat unary operations on constants as constant-like by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3348">charliermarsh/ruff#3348</a></li>
<li>Skip byte-order-mark at start of file by <a
href="https://github.com/charliermarsh"><code>@charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/3343">charliermarsh/ruff#3343</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
e636c5fcf07313ad83c1c75d5b1459b4999efd20"><code>
e636c5f</code></a>
Avoid unused argument violations in .pyi files (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3533">#3533</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
12dfd57211ec11a593aa93057dc1c49221bf2b09"><code>
12dfd57</code></a>
Bump version to v0.0.256 (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3531">#3531</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
d188d242a00a7583fc98c6ca5fe2746c7a064cea"><code>
d188d24</code></a>
Avoid tracking as-imports separately with force-single-line (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3530">#3530</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
57796c5e59e3e0950d4409d3e54e7ba5a04bdda1"><code>
57796c5</code></a>
Add last remaining deprecated typing imports (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3529">#3529</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
254586979727aeaaad694d4fe1a166e37b9674d0"><code>
2545869</code></a>
Avoid PEP 604 isinstance errors for starred tuples (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3527">#3527</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
58353a4bf4789dd3bef200e94c38f948ecae8249"><code>
58353a4</code></a>
Avoid PEP 604 panic with empty tuple (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3526">#3526</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
a36139ae218beb25a6a035fb89777b0e99d067b8"><code>
a36139a</code></a>
Replicate inline comments when splitting single-line imports (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3521">#3521</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
7e904111b1901db43150fad09ab43c92f31a4d26"><code>
7e90411</code></a>
Fix PYI011 and add auto-fix (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3492">#3492</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
344daebb1b136a9cf059518c09ef88e7940e2d28"><code>
344daeb</code></a>
Refine complexity rules for try-except-else-finally (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3519">#3519</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/
432059de35e3fc7f20140686b7df6ee770acc0f2"><code>
432059d</code></a>
Allow <code># ruff:</code> prefix for isort action comments (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/3493">#3493</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.254...v0.0.256">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Thu, 16 Mar 2023 21:13:58 +0000 (22:13 +0100)]
Auto-update pre-commit hooks (#536)
Update versions of tools in pre-commit
configs to latest version
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
dependabot[bot] [Thu, 16 Mar 2023 21:11:45 +0000 (22:11 +0100)]
Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#538)
Bumps
[pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish)
from 1.7.1 to 1.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/gh-action-pypi-publish/releases">pypa/gh-action-pypi-publish's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.1</h2>
<h2>🐛 What's Fixed</h2>
<p>💔 Unfortunately, a tiny mistake in v1.8.0 caused a far-reaching
regression for the most used code path.
❗ But don't worry, it's fixed now thanks to <a
href="https://github.com/njzjz"><code>@njzjz</code></a> who promptly
spotted it and <a
href="https://github.com/zhongjiajie"><code>@zhongjiajie</code></a> who
sent a bugfix.</p>
<h2>🙌 New Contributors</h2>
<ul>
<li><a
href="https://github.com/zhongjiajie"><code>@zhongjiajie</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/131">pypa/gh-action-pypi-publish#131</a></li>
</ul>
<p><strong>Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.0...v1.8.1">https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.0...v1.8.1</a></p>
<h2>v1.8.0</h2>
<h2>The Coolest Release Ever!</h2>
<p>In this release, <a
href="https://github.com/woodruffw"><code>@woodruffw</code></a>
implemented support for secretless OIDC-based publishing to PyPI-like
package indexes. The OIDC flow is activated when neither username nor
password action inputs are set.</p>
<p>The OIDC “token exchange”, is an authentication technique that PyPI
(and TestPyPI, and hopefully some future others) supports as an
alternative to long-lived username/password combinations or long-lived
API tokens.</p>
<blockquote>
<p><strong>IMPORTANT:</strong> The PyPI-side configuration is only
available to participants of the private beta test. Please, only try out
the zero-config mode if you are a beta test participant having followed
the PyPI configuration instructions.</p>
</blockquote>
<p>Setup prerequisites: <a
href="https://github.com/marketplace/actions/pypi-publish#publishing-with-openid-connect">https://github.com/marketplace/actions/pypi-publish#publishing-with-openid-connect</a>
PyPI's documentation: <a
href="https://pypi.org/help/#openid-connect">https://pypi.org/help/#openid-connect</a>
Beta test enrollment: <a
href="https://redirect.github.com/pypi/warehouse/issues/12965">pypi/warehouse#12965</a></p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/woodruffw"><code>@woodruffw</code></a>
made their first contribution in <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/pull/123">pypa/gh-action-pypi-publish#123</a></li>
</ul>
<p><strong>Full Diff</strong>: <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.0">https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/
a3a3bafbb3e5a75a854ae1bc53ae128cf22c4af4"><code>
a3a3baf</code></a>
🐛 Merge PR <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/131">#131</a>
from into unstable/v1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/
d5417dc8be8a412b7bf487b09ad3997ad92f859b"><code>
d5417dc</code></a>
🐛Correct default upload URL</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/
8ef2b3d46c9ecba901fb2ae21d98e322c4089c4e"><code>
8ef2b3d</code></a>
Merge PR <a
href="https://redirect.github.com/pypa/gh-action-pypi-publish/issues/123">#123</a>
into unstable/v1</li>
<li><a
href="https://github.com/pypa/gh-action-pypi-publish/commit/
2b46bad8cbe9efe518cd7dd98a1610b22721a469"><code>
2b46bad</code></a>
OIDC beta support</li>
<li>See full diff in <a
href="https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.1...v1.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Marcel van der Veldt [Thu, 16 Mar 2023 14:58:04 +0000 (15:58 +0100)]
Update README.md
Marvin Schenkel [Thu, 16 Mar 2023 14:43:56 +0000 (15:43 +0100)]
Add setting up local dev env docs (#537)
This PR adds
* A template / structure for dev docs.
* Content of setting up a local dev env.
Marcel van der Veldt [Wed, 15 Mar 2023 22:39:42 +0000 (23:39 +0100)]
Fix tests on CI (#534)
Marcel van der Veldt [Tue, 14 Mar 2023 23:03:53 +0000 (00:03 +0100)]
2.0.0b6
Marcel van der Veldt [Tue, 14 Mar 2023 22:59:31 +0000 (23:59 +0100)]
Some small bugfixes and improvements (#532)
- [add some guards for missing metadata in
cast](https://github.com/music-assistant/server/commit/
993e17d1f905bdbd21912df84fc9ffa0166e9341)
- [only restart airplay bridge if
needed](https://github.com/music-assistant/server/commit/
f2b038896a6cfc5b980400cd8465e629a72b4938)
- [add more guards for unavailable
providers](https://github.com/music-assistant/server/commit/
452f52c8c7bd15b330a095ccc10da3bfd1ac96c0)
Marcel van der Veldt [Tue, 14 Mar 2023 21:10:17 +0000 (22:10 +0100)]
Fix Sonos and DLNA devices not discovered on fresh install (#531)
Marcel van der Veldt [Tue, 14 Mar 2023 19:30:57 +0000 (20:30 +0100)]
2.0.0b5
Marcel van der Veldt [Tue, 14 Mar 2023 19:29:23 +0000 (20:29 +0100)]
Fix parsing tags from smb provider (#530)
Fix some issues with parsing tags (e.g. duration) from the SMB music
provider and set some other defaults
Marcel van der Veldt [Tue, 14 Mar 2023 17:19:51 +0000 (18:19 +0100)]
Fix playback issues of http(s) based streams (#529)
* change regex for latest tag
* fix test workflow
* allow config values to be none/null
* add build to pip packages
* add setuptools
* Update test.yml
* lint
* lint
* Update dependabot.yml
* Update test.yml
* change create provider config logic a bit
github-actions[bot] [Tue, 14 Mar 2023 12:26:38 +0000 (13:26 +0100)]
Auto-update pre-commit hooks (#528)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
dependabot[bot] [Tue, 14 Mar 2023 12:26:24 +0000 (13:26 +0100)]
Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#516)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.4...v1.7.1)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 14 Mar 2023 12:25:33 +0000 (13:25 +0100)]
Bump docker/build-push-action from 3 to 4 (#515)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Marcel van der Veldt [Tue, 14 Mar 2023 11:25:11 +0000 (12:25 +0100)]
Update README.md
Marcel van der Veldt [Tue, 14 Mar 2023 09:57:39 +0000 (10:57 +0100)]
Update README.md
Marcel van der Veldt [Mon, 13 Mar 2023 23:37:31 +0000 (00:37 +0100)]
2.0.0b4
Marcel van der Veldt [Mon, 13 Mar 2023 23:37:01 +0000 (00:37 +0100)]
Fix add provider logic (#527)
* fix default provider generation
* detect beta version in regex
dependabot[bot] [Mon, 13 Mar 2023 21:40:42 +0000 (22:40 +0100)]
Bump codespell from 2.2.2 to 2.2.4 (#519)
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4)
---
updated-dependencies:
- dependency-name: codespell
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 13 Mar 2023 21:40:29 +0000 (22:40 +0100)]
Bump getmac from 0.8.2 to 0.9.2 (#520)
Bumps [getmac](https://github.com/GhostofGoes/getmac) from 0.8.2 to 0.9.2.
- [Release notes](https://github.com/GhostofGoes/getmac/releases)
- [Changelog](https://github.com/GhostofGoes/getmac/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GhostofGoes/getmac/compare/0.8.2...0.9.2)
---
updated-dependencies:
- dependency-name: getmac
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 13 Mar 2023 21:40:11 +0000 (22:40 +0100)]
Bump pre-commit from 2.20.0 to 3.1.1 (#521)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 3.1.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v3.1.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Marcel van der Veldt [Mon, 13 Mar 2023 21:32:40 +0000 (22:32 +0100)]
2.0.0b3
Marcel van der Veldt [Mon, 13 Mar 2023 21:31:39 +0000 (22:31 +0100)]
Fix duplicate CI jobs (#523)
fix CI
Marcel van der Veldt [Mon, 13 Mar 2023 21:28:25 +0000 (22:28 +0100)]
fix supported features get mangled
Marcel van der Veldt [Mon, 13 Mar 2023 21:13:26 +0000 (22:13 +0100)]
fix typo
Marcel van der Veldt [Mon, 13 Mar 2023 19:18:54 +0000 (20:18 +0100)]
2.0.0b2
Marcel van der Veldt [Mon, 13 Mar 2023 19:16:25 +0000 (20:16 +0100)]
Various improvements and fixes (#522)
* set default startup volume for airplay
* fix delete provider order
* fix zeroconf discovery
* fix some typos
* reduce save delay
* extend prebuffer amount
* prevent duplicate tasks: prevent the same media item being added at the same time
* Fix issues with json serializer and encrypted passwords
* send changed keys to player changed callback
* rework json serializer
* add ca-certificates to dockerfile
* update documentation links
* bump frontend to
20230313.0
Giel Janssens [Sat, 11 Mar 2023 18:56:15 +0000 (19:56 +0100)]
Fix 2 typos (#514)
Fix typos in README.md
Marcel van der Veldt [Sat, 11 Mar 2023 13:39:46 +0000 (14:39 +0100)]
do not poll unavailable player
Marcel van der Veldt [Fri, 10 Mar 2023 23:17:47 +0000 (00:17 +0100)]
fix generated requirements list
Marcel van der Veldt [Fri, 10 Mar 2023 22:17:22 +0000 (23:17 +0100)]
Add some guards in generated didl metadata
Marcel van der Veldt [Fri, 10 Mar 2023 21:06:27 +0000 (22:06 +0100)]
do not build for armv7 as it overcomplicates stuff
armv7 builds fail due to the rust/cargo stuff deps.
Marcel van der Veldt [Fri, 10 Mar 2023 20:51:09 +0000 (21:51 +0100)]
add armv7 to platforms
Marcel van der Veldt [Fri, 10 Mar 2023 20:28:41 +0000 (21:28 +0100)]
Merge branch 'master' of https://github.com/music-assistant/server
Marcel van der Veldt [Fri, 10 Mar 2023 20:28:35 +0000 (21:28 +0100)]
give coloredlogs a version number
Marcel van der Veldt [Fri, 10 Mar 2023 19:59:26 +0000 (20:59 +0100)]
2.0.0b1
Marcel van der Veldt [Fri, 10 Mar 2023 19:58:41 +0000 (20:58 +0100)]
Bump frontend to
20230310.0 (#513)
Marcel van der Veldt [Fri, 10 Mar 2023 19:56:18 +0000 (20:56 +0100)]
Small follow up fixes (#512)
* remove redundant code
* Hide sonos players from DLNA provider by default
* do not initialize disabled players
* more elegant way to disable a player by default
* enabled by default
* allow unavailable player when setting config
* Fix chromecast turning on unsollicited
* add lock to prevent race condition during discovery
* fix double encrypt of passwords
* fix playlist thumb
Marcel van der Veldt [Fri, 10 Mar 2023 13:10:36 +0000 (14:10 +0100)]
update readme
Marcel van der Veldt [Fri, 10 Mar 2023 06:38:23 +0000 (07:38 +0100)]
adjust readme
Marcel van der Veldt [Fri, 10 Mar 2023 06:04:40 +0000 (07:04 +0100)]
only use github containers
Marcel van der Veldt [Thu, 9 Mar 2023 23:55:44 +0000 (00:55 +0100)]
correct container name
Marcel van der Veldt [Thu, 9 Mar 2023 23:54:25 +0000 (00:54 +0100)]
extend readme
Marcel van der Veldt [Thu, 9 Mar 2023 21:48:18 +0000 (22:48 +0100)]
switch to debian
Marcel van der Veldt [Thu, 9 Mar 2023 21:24:41 +0000 (22:24 +0100)]
alpine 3.16 instead of 3.17
Marcel van der Veldt [Thu, 9 Mar 2023 21:12:25 +0000 (22:12 +0100)]
another attempt
Marcel van der Veldt [Thu, 9 Mar 2023 20:58:09 +0000 (21:58 +0100)]
add maturin to installed packages
Marcel van der Veldt [Thu, 9 Mar 2023 20:45:21 +0000 (21:45 +0100)]
adjust cargo part in dockerfile
Marcel van der Veldt [Thu, 9 Mar 2023 19:41:51 +0000 (20:41 +0100)]
add cargo deps
Marcel van der Veldt [Thu, 9 Mar 2023 19:24:44 +0000 (20:24 +0100)]
typo
Marcel van der Veldt [Thu, 9 Mar 2023 19:12:37 +0000 (20:12 +0100)]
try to fix github container
Marcel van der Veldt [Thu, 9 Mar 2023 19:05:06 +0000 (20:05 +0100)]
bump frontend to
20230309.0
Marcel van der Veldt [Thu, 9 Mar 2023 18:51:15 +0000 (19:51 +0100)]
fix embedded images
Marcel van der Veldt [Thu, 9 Mar 2023 17:02:53 +0000 (18:02 +0100)]
silence smb logger
Marcel van der Veldt [Thu, 9 Mar 2023 16:54:57 +0000 (17:54 +0100)]
typo in smb provider
Marcel van der Veldt [Thu, 9 Mar 2023 16:54:49 +0000 (17:54 +0100)]
change save delay
Marcel van der Veldt [Thu, 9 Mar 2023 16:15:32 +0000 (17:15 +0100)]
add a tiny bit more logging
Marcel van der Veldt [Thu, 9 Mar 2023 16:08:00 +0000 (17:08 +0100)]
typo
Marcel van der Veldt [Thu, 9 Mar 2023 15:57:22 +0000 (16:57 +0100)]
fix race condition at startup
Marcel van der Veldt [Thu, 9 Mar 2023 14:57:48 +0000 (15:57 +0100)]
fix building wheel
Marcel van der Veldt [Thu, 9 Mar 2023 14:34:10 +0000 (15:34 +0100)]
more improvements on docker build process
Marcel van der Veldt [Thu, 9 Mar 2023 14:33:50 +0000 (15:33 +0100)]
mark binaries as executables
Marcel van der Veldt [Thu, 9 Mar 2023 14:00:05 +0000 (15:00 +0100)]
build wheels in docker
Marcel van der Veldt [Thu, 9 Mar 2023 10:50:26 +0000 (11:50 +0100)]
try to fix docker build
Marcel van der Veldt [Thu, 9 Mar 2023 06:48:29 +0000 (07:48 +0100)]
Merge branch 'master' of https://github.com/music-assistant/core
Marcel van der Veldt [Thu, 9 Mar 2023 06:48:26 +0000 (07:48 +0100)]
switch to debian base
github-actions[bot] [Thu, 9 Mar 2023 06:15:49 +0000 (07:15 +0100)]
Auto-update pre-commit hooks (#511)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
Marcel van der Veldt [Wed, 8 Mar 2023 23:42:56 +0000 (00:42 +0100)]
update dockerfile
Marcel van der Veldt [Wed, 8 Mar 2023 23:17:39 +0000 (00:17 +0100)]
only amd64 and arm64 for now
Marcel van der Veldt [Wed, 8 Mar 2023 23:14:08 +0000 (00:14 +0100)]
typo
Marcel van der Veldt [Wed, 8 Mar 2023 23:03:27 +0000 (00:03 +0100)]
some changes to the docker build workflow
Marcel van der Veldt [Wed, 8 Mar 2023 22:55:30 +0000 (23:55 +0100)]
Add foundation for docker (#510)
* docker base
* add workflow for docker publish
* add compose
Marcel van der Veldt [Wed, 8 Mar 2023 21:10:16 +0000 (22:10 +0100)]
add manifest back
Marcel van der Veldt [Wed, 8 Mar 2023 20:56:28 +0000 (21:56 +0100)]
fix typos in pyproject
Marcel van der Veldt [Wed, 8 Mar 2023 20:46:50 +0000 (21:46 +0100)]
Merge branch 'master' of https://github.com/music-assistant/core
Marcel van der Veldt [Wed, 8 Mar 2023 20:46:41 +0000 (21:46 +0100)]
fix small typo
Marcel van der Veldt [Wed, 8 Mar 2023 20:35:52 +0000 (21:35 +0100)]
2.0.0b0
Marcel van der Veldt [Wed, 8 Mar 2023 20:34:44 +0000 (21:34 +0100)]
Music Assistant 2.0 (#509)
The entire code base is rewritten/refactored for a 2.0 release
even more pluggable providers, for easy extension
allow to run fully standalone
introduce a websocket api and basic CLI
prepare python client
lots of bugfixes
Marcel van der Veldt [Wed, 7 Dec 2022 23:31:56 +0000 (00:31 +0100)]
revert changes
Marcel van der Veldt [Wed, 7 Dec 2022 23:28:39 +0000 (00:28 +0100)]
Update requirements.txt
Marcel van der Veldt [Wed, 7 Dec 2022 23:26:06 +0000 (00:26 +0100)]
Update requirements.txt
Marcel van der Veldt [Wed, 7 Dec 2022 23:22:11 +0000 (00:22 +0100)]
1.8.9
Marcel van der Veldt [Wed, 7 Dec 2022 23:21:44 +0000 (00:21 +0100)]
temporary fork of databases
Marcel van der Veldt [Wed, 7 Dec 2022 23:07:39 +0000 (00:07 +0100)]
pin databases requirement to 0.6.2
Marcel van der Veldt [Mon, 5 Dec 2022 10:57:04 +0000 (11:57 +0100)]
1.8.8
dependabot[bot] [Mon, 5 Dec 2022 10:45:30 +0000 (11:45 +0100)]
Bump pytest-sugar from 0.9.5 to 0.9.6 (#483)
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.5 to 0.9.6.
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/master/CHANGES.rst)
- [Commits](https://github.com/Teemu/pytest-sugar/commits)
---
updated-dependencies:
- dependency-name: pytest-sugar
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 3 Dec 2022 22:19:38 +0000 (23:19 +0100)]
Update python-slugify requirement from <6.1.3,>=4.0 to >=4.0,<7.0.1 (#486)
Updates the requirements on [python-slugify](https://github.com/un33k/python-slugify) to permit the latest version.
- [Release notes](https://github.com/un33k/python-slugify/releases)
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un33k/python-slugify/compare/4.0.0...v7.0.0)
---
updated-dependencies:
- dependency-name: python-slugify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 3 Dec 2022 22:19:28 +0000 (23:19 +0100)]
Bump peter-evans/create-pull-request from 4.2.0 to 4.2.3 (#487)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.0 to 4.2.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.0...v4.2.3)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 3 Dec 2022 22:19:17 +0000 (23:19 +0100)]
Bump flake8 from 5.0.4 to 6.0.0 (#488)
Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Nov 2022 21:42:52 +0000 (22:42 +0100)]
Bump pytest-cov from 3.0.0 to 4.0.0 (#477)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0)
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Nov 2022 21:42:38 +0000 (22:42 +0100)]
Bump mypy from 0.971 to 0.982 (#478)
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.982.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.971...v0.982)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Nov 2022 21:42:29 +0000 (22:42 +0100)]
Update ytmusicapi requirement from <=0.23.0,>=0.22.0 to >=0.22.0,<0.25.0 (#479)
Updates the requirements on [ytmusicapi](https://github.com/sigma67/ytmusicapi) to permit the latest version.
- [Release notes](https://github.com/sigma67/ytmusicapi/releases)
- [Commits](https://github.com/sigma67/ytmusicapi/compare/0.22.0...0.24.0)
---
updated-dependencies:
- dependency-name: ytmusicapi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Nov 2022 21:42:14 +0000 (22:42 +0100)]
Bump pytest-xdist from 2.5.0 to 3.0.2 (#480)
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.0.2)
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 11 Nov 2022 21:42:01 +0000 (22:42 +0100)]
Update pillow requirement from <=9.2.0,>=8.0 to >=8.0,<9.4.0 (#481)
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.0.0...9.3.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Fri, 11 Nov 2022 21:41:49 +0000 (22:41 +0100)]
Auto-update pre-commit hooks (#482)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>
dependabot[bot] [Thu, 27 Oct 2022 09:26:04 +0000 (11:26 +0200)]
Update unidecode requirement from <=1.3.4,>=1.0 to >=1.0,<1.3.7 (#469)
Updates the requirements on [unidecode](https://github.com/kmike/text-unidecode) to permit the latest version.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)
---
updated-dependencies:
- dependency-name: unidecode
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions[bot] [Thu, 27 Oct 2022 09:25:49 +0000 (11:25 +0200)]
Auto-update pre-commit hooks (#467)
Co-authored-by: marcelveldt <marcelveldt@users.noreply.github.com>