762 Commits

Author SHA1 Message Date
fca53c5e0c
Dash security-fix against DoS. (#284)
Dash has currently a security vulnerability.
This updated should fix this.
Dependabot is currently not allowed to upgrade main-version.
2023-10-29 12:55:28 +01:00
dependabot[bot]
d3189f78c4
build(deps-dev): bump types-cachetools from 5.3.0.6 to 5.3.0.7 (#277)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [types-cachetools](https://github.com/python/typeshed) from
5.3.0.6 to 5.3.0.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-cachetools&package-manager=pip&previous-version=5.3.0.6&new-version=5.3.0.7)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-27 16:07:18 +00:00
dependabot[bot]
759ee0ecf2
build(deps-dev): bump ruff from 0.1.2 to 0.1.3 (#276)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.2 to 0.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.3</h2>
<p>This release includes a variety of improvements to the Ruff formatter
(available now as <code>ruff format</code>), removing several known and
unintentional deviations from Black.</p>
<h2>Changes</h2>
<h3>Formatter</h3>
<ul>
<li>Avoid space around pow for <code>None</code>, <code>True</code> and
<code>False</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li>
<li>Avoid sorting all paths in the format command (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li>
<li>Insert necessary blank line between class and leading comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li>
<li>Avoid introducing new parentheses in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li>
<li>Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li>
<li>Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li>
<li>Refine warning about incompatible <code>isort</code> settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li>
<li>Only omit optional parentheses for starting or ending with
parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li>
<li>Use source type to determine parser mode for formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li>
<li>Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li>
<li>Use <code>SourceKind::diff</code> for formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li>
<li>Fix <code>fmt:off</code> with trailing child comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li>
<li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li>
</ul>
<h3>Linter</h3>
<ul>
<li>[<code>pylint</code>] Add buffer methods to
<code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li>
<li>Match rule prefixes from <code>external</code> codes setting in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li>
<li>Use <code>line-length</code> setting for isort in lieu of
<code>pycodestyle.max-line-length</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li>
<li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to
unsafe for unknown types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li>
<li>Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix typo in max-doc-length documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li>
<li>Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li>
<li>Fix link to error suppression documentation in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li>
<li>Add <code>external</code> option to <code>unused-noqa</code>
documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li>
<li>Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li>
<li>Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li>
<li>Fix skipping formatting examples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li>
<li>docs: fix name of <code>magic-trailing-comma</code> option in README
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li>
<li>Add note about scope of rule changing in versioning policy (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li>
<li>Document: Fix default lint rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li>
<li>Fix a wrong setting in configuration.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li>
<li>Fix misspelled TOML headers in the tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li>
</ul>
<h2>Contributors</h2>
<ul>
<li><a
href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a></li>
<li><a href="https://github.com/T-256"><code>@​T-256</code></a></li>
<li><a
href="https://github.com/TeamSpen210"><code>@​TeamSpen210</code></a></li>
<li><a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.1.3</h2>
<p>This release includes a variety of improvements to the Ruff
formatter, removing several known and
unintentional deviations from Black.</p>
<h3>Formatter</h3>
<ul>
<li>Avoid space around pow for <code>None</code>, <code>True</code> and
<code>False</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li>
<li>Avoid sorting all paths in the format command (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li>
<li>Insert necessary blank line between class and leading comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li>
<li>Avoid introducing new parentheses in annotated assignments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li>
<li>Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li>
<li>Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li>
<li>Refine warning about incompatible <code>isort</code> settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li>
<li>Only omit optional parentheses for starting or ending with
parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li>
<li>Use source type to determine parser mode for formatting (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li>
<li>Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li>
<li>Use <code>SourceKind::diff</code> for formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li>
<li>Fix <code>fmt:off</code> with trailing child comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li>
<li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li>
</ul>
<h3>Linter</h3>
<ul>
<li>[<code>pylint</code>] Add buffer methods to
<code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li>
<li>Match rule prefixes from <code>external</code> codes setting in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li>
<li>Use <code>line-length</code> setting for isort in lieu of
<code>pycodestyle.max-line-length</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li>
<li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to
unsafe for unknown types (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li>
<li>Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix typo in max-doc-length documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li>
<li>Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li>
<li>Fix link to error suppression documentation in
<code>unused-noqa</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li>
<li>Add <code>external</code> option to <code>unused-noqa</code>
documentation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li>
<li>Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li>
<li>Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li>
<li>Fix skipping formatting examples (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li>
<li>docs: fix name of <code>magic-trailing-comma</code> option in README
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li>
<li>Add note about scope of rule changing in versioning policy (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li>
<li>Document: Fix default lint rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li>
<li>Fix a wrong setting in configuration.md (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li>
<li>Fix misspelled TOML headers in the tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3e7b92991b"><code>3e7b929</code></a>
Bump version to v0.1.3 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8259">#8259</a>)</li>
<li><a
href="25d4ddaa60"><code>25d4dda</code></a>
Add title attribute to icons (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8060">#8060</a>)</li>
<li><a
href="63a5a12a41"><code>63a5a12</code></a>
Improve documentation around linter-formatter conflicts (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8257">#8257</a>)</li>
<li><a
href="c32f943d86"><code>c32f943</code></a>
Don't warn about magic trailing comma when
<code>isort.force-single-line</code> is true ...</li>
<li><a
href="d211074f59"><code>d211074</code></a>
Clarify unsafe case in RSE102 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8256">#8256</a>)</li>
<li><a
href="4ffd4ed61f"><code>4ffd4ed</code></a>
Correct quick fix message for <code>W605</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8255">#8255</a>)</li>
<li><a
href="a4dd1e5fad"><code>a4dd1e5</code></a>
Refine the warnings about incompatible linter options (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8196">#8196</a>)</li>
<li><a
href="be3307e9a6"><code>be3307e</code></a>
Make <code>unnecessary-paren-on-raise-exception</code> an unsafe edit
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8231">#8231</a>)</li>
<li><a
href="317d3dd612"><code>317d3dd</code></a>
Add test and basic implementation for formatter preview mode (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8044">#8044</a>)</li>
<li><a
href="f5e850745c"><code>f5e8507</code></a>
Only omit optional parentheses for starting or ending with parentheses
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8238">#8238</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.2...v0.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.2&new-version=0.1.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-27 15:56:49 +00:00
dependabot[bot]
5787d71f90
build(deps): bump dash from 2.14.0 to 2.14.1 (#278)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [dash](https://github.com/plotly/dash) from 2.14.0 to 2.14.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/plotly/dash/releases">dash's
releases</a>.</em></p>
<blockquote>
<h2>Dash v2.14.1</h2>
<h2>Fixed</h2>
<ul>
<li><a
href="https://redirect.github.com/plotly/dash/pull/2672">#2672</a> Fix
<code>get_caller_name</code> in case the source is not available.</li>
</ul>
<h2>Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/plotly/dash/pull/2674">#2674</a> Raise
flask &amp; werkzeug limits to &lt;3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/plotly/dash/blob/dev/CHANGELOG.md">dash's
changelog</a>.</em></p>
<blockquote>
<h2>[2.14.1] - 2023-10-26</h2>
<h2>Fixed</h2>
<ul>
<li><a
href="https://redirect.github.com/plotly/dash/pull/2672">#2672</a> Fix
<code>get_caller_name</code> in case the source is not available.</li>
</ul>
<h2>Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/plotly/dash/pull/2674">#2674</a> Raise
flask &amp; werkzeug limits to &lt;3.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8e025a9649"><code>8e025a9</code></a>
Merge pull request <a
href="https://redirect.github.com/plotly/dash/issues/2676">#2676</a>
from plotly/master-2.14.1</li>
<li><a
href="1ca5e64d5d"><code>1ca5e64</code></a>
build</li>
<li><a
href="b9b32de8b4"><code>b9b32de</code></a>
Merge branch 'dev' into master-2.14.1</li>
<li><a
href="3adb9a93f6"><code>3adb9a9</code></a>
Merge pull request <a
href="https://redirect.github.com/plotly/dash/issues/2675">#2675</a>
from plotly/version-2.14.1</li>
<li><a
href="0cbcb9f128"><code>0cbcb9f</code></a>
Version 2.14.1</li>
<li><a
href="c61398e0b6"><code>c61398e</code></a>
Merge pull request <a
href="https://redirect.github.com/plotly/dash/issues/2674">#2674</a>
from plotly/unlock-flask</li>
<li><a
href="b5dae7b310"><code>b5dae7b</code></a>
Update changelog.</li>
<li><a
href="457f71f0bb"><code>457f71f</code></a>
Put bound on flask &amp; werkzeug to last tested minor.</li>
<li><a
href="3f332cdaaf"><code>3f332cd</code></a>
build</li>
<li><a
href="45393beb06"><code>45393be</code></a>
Unlock flask &amp; werkzeug.</li>
<li>Additional commits viewable in <a
href="https://github.com/plotly/dash/compare/v2.14.0...v2.14.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dash&package-manager=pip&previous-version=2.14.0&new-version=2.14.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-27 15:48:00 +00:00
dependabot[bot]
ba529aced9
build(deps-dev): bump types-tqdm from 4.66.0.2 to 4.66.0.3 (#279)
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.2 to
4.66.0.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-tqdm&package-manager=pip&previous-version=4.66.0.2&new-version=4.66.0.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-27 17:40:18 +02:00
github-actions[bot]
c7046eb975
Update pre-commit hooks (#275)
Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2023-10-26 23:38:55 +00:00
0e388eb927
Using actor to identify dependabot and skipp some actions. (#273) 2023-10-26 19:29:25 +02:00
e7a778e4cb
Changed the plotly default theme (#269)
I think the current blueish plotly default theme bits itself quit beadly
with @KM-R s great work.
I propose to set the deault plotly template to either:

- plotly_white
- ggplot2
- seaborn

Simply change the constant i have set will change this.
Heren you can find the catalog of themes:
https://plotly.com/python/templates/#disable-default-theming

I would not suggest to do more than changing the default layout.
2023-10-26 19:22:44 +02:00
KM-R
b564b2627c
Update company stats after extraction of more stammdaten (#267) 2023-10-26 19:15:39 +02:00
7953ba9291
Mixed typo fixes (#270) 2023-10-26 19:06:45 +02:00
ab97d77d2d
Made pip-audit pass on every build. (#272)
Since dependabot is activated this can be reduced as an reporting tool.
2023-10-26 16:50:24 +00:00
4c56431bff
Update dependabot.yml 2023-10-26 18:19:20 +02:00
896136dcee
Added an about page (#251)
This page was added since it is sometimes difficult to say which version
was deployed on an server. This should allow an easy lookup on the
server and make it comparable with what is expected.
2023-10-26 17:32:17 +02:00
6d77867eb5
Using the python action and the inbuild poetry cache (#261)
I have found out that the python setup action supports the use of the
poetry cache which increases the build speed.
2023-10-24 21:49:09 +02:00
github-actions[bot]
647dab731e
Update pre-commit hooks (#265)
Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2023-10-24 18:22:27 +00:00
1eb972b7ff
Adds the transfer of sentiments into the sql db (#253)
Transfers the sentimenes from the mongodb int the sql db.
2023-10-24 17:50:40 +02:00
b250b67343
Auto maintance push (#258)
Added that the maintance action allso runs on changes of itself.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2023-10-23 17:50:51 +00:00
77a0faa257
Reduced build time (#260)
The building and pushing of artifacts takes to long. With those changes
build experimental images aren't pushed anymore.
This saves build time and disc space.
2023-10-23 19:43:53 +02:00
dependabot[bot]
aca6648997
build(deps-dev): bump ruff from 0.1.0 to 0.1.1 (#259)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.1</h2>
<h2>Changes</h2>
<h3>Rule changes</h3>
<ul>
<li>Add unsafe fix for <code>escape-sequence-in-docstring</code>
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect <code>#(deprecated)</code> attribute in configuration
options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li>
<li>Add <code>[format|lint].exclude</code> options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li>
<li>Respect <code>tab-size</code> setting in formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li>
<li>Add <code>lint.preview</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>literal-membership</code>
(<code>PLR6201</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li>
<li>[<code>pylint</code>] Implement
<code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li>
<li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code>
(<code>E0704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li>
<li>[<code>pylint</code>] Implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li>
<li>[<code>pylint</code>] Implement <code>unspecified-encoding</code>
(<code>PLW1514</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li>
<li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>New code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li>
<li>Fix comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li>
<li>Add <code>--target-version</code> to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li>
<li>Skip over parentheses when detecting <code>in</code> keyword (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li>
<li>Add <code>--diff</code> option to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li>
<li>Insert newline after nested function or class statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li>
<li>Use <code>pass</code> over ellipsis in non-function/class contexts
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Lazily evaluate all PEP 695 type alias values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li>
<li>Avoid failed assertion when showing fixes from stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li>
<li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li>
<li>Avoid flagging <code>bad-dunder-method-name</code> for
<code>_</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li>
<li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li>
<li>Use set bracket replacement for <code>iteration-over-set</code> to
preserve whitespace and comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li>
<li>Update rule <code>B005</code> docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li>
<li>Update GitHub actions example in docs to use
<code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li>
<li>Document <code>lint.preview</code> and <code>format.preview</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li>
<li>Clarify that new rules should be added to
<code>RuleGroup::Preview</code>. (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h2>0.1.1</h2>
<h3>Rule changes</h3>
<ul>
<li>Add unsafe fix for <code>escape-sequence-in-docstring</code>
(<code>D301</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Respect <code>#(deprecated)</code> attribute in configuration
options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li>
<li>Add <code>[format|lint].exclude</code> options (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li>
<li>Respect <code>tab-size</code> setting in formatter (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li>
<li>Add <code>lint.preview</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li>
</ul>
<h3>Preview features</h3>
<ul>
<li>[<code>pylint</code>] Implement <code>literal-membership</code>
(<code>PLR6201</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li>
<li>[<code>pylint</code>] Implement
<code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li>
<li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code>
(<code>E0704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li>
<li>[<code>pylint</code>] Implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li>
<li>[<code>pylint</code>] Implement <code>unspecified-encoding</code>
(<code>PLW1514</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li>
<li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>)
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>New code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li>
<li>Fix comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li>
<li>Add <code>--target-version</code> to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li>
<li>Skip over parentheses when detecting <code>in</code> keyword (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li>
<li>Add <code>--diff</code> option to <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li>
<li>Insert newline after nested function or class statements (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li>
<li>Use <code>pass</code> over ellipsis in non-function/class contexts
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Lazily evaluate all PEP 695 type alias values (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li>
<li>Avoid failed assertion when showing fixes from stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li>
<li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li>
<li>Avoid flagging <code>bad-dunder-method-name</code> for
<code>_</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li>
<li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li>
<li>Use set bracket replacement for <code>iteration-over-set</code> to
preserve whitespace and comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li>
<li>Update rule <code>B005</code> docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li>
<li>Update GitHub actions example in docs to use
<code>--output-format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li>
<li>Document <code>lint.preview</code> and <code>format.preview</code>
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li>
<li>Clarify that new rules should be added to
<code>RuleGroup::Preview</code>. (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="22cf451d51"><code>22cf451</code></a>
Release 0.1.1 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8073">#8073</a>)</li>
<li><a
href="ec1be60dcb"><code>ec1be60</code></a>
Remove leftover constant tuple reference (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8062">#8062</a>)</li>
<li><a
href="a327b4da87"><code>a327b4d</code></a>
sequence -&gt; iterable in tutorial (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8067">#8067</a>)</li>
<li><a
href="cdc5e2fb58"><code>cdc5e2f</code></a>
Update tutorial to match revised Ruff defaults (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8066">#8066</a>)</li>
<li><a
href="b5d3caf033"><code>b5d3caf</code></a>
chore: add code style badge for <code>ruff format</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7878">#7878</a>)</li>
<li><a
href="8f9753f58e"><code>8f9753f</code></a>
Comments outside expression parentheses (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7873">#7873</a>)</li>
<li><a
href="67b043482a"><code>67b0434</code></a>
Use <code>pass</code> over ellipsis in non-function/class contexts (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8049">#8049</a>)</li>
<li><a
href="693f957b90"><code>693f957</code></a>
[pylint] - implement <code>global-at-module-level</code>
(<code>W0604</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8058">#8058</a>)</li>
<li><a
href="a85ed309ea"><code>a85ed30</code></a>
Respect <code>#(deprecated)</code> attribute in configuration options
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/8035">#8035</a>)</li>
<li><a
href="2e225d7538"><code>2e225d7</code></a>
Accept <code>--target-version</code> in the format CLI (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8055">#8055</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.0...v0.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.0&new-version=0.1.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-23 15:46:19 +00:00
f0d763cc5b
Fixing the pre-commit upgrade (#256)
The action allso executes over all files. This is ok when using
pre-conmit.ci. We only execute file fixes once.
2023-10-23 17:15:39 +02:00
ad7aa3e53b
Filled Docker Labels and ENVs to identify the git revision it was build from (#250)
Added labels and env vars to identify the git revion a container was
build from to have a more transparent build flow of untaged images.
2023-10-21 18:13:03 +02:00
88f0673470
Slimmed down the env vars access and added logging in case the password protection was disabled. (#252)
Slimmed down the env vars access and added logging in case the password
protection was disabled.
2023-10-21 17:57:56 +02:00
55ebb4c17d
Typo fixes (#249) 2023-10-21 10:58:54 +02:00
640faeccec
Adding auth back in. (#248) 2023-10-20 14:56:54 +00:00
Tristan Nolde
d4267c1860
Update docker-compose.yml 2023-10-20 16:36:54 +02:00
dependabot[bot]
3afcd54fec
build(deps-dev): bump types-requests from 2.31.0.9 to 2.31.0.10 (#245)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.9
to 2.31.0.10.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/typeshed/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-requests&package-manager=pip&previous-version=2.31.0.9&new-version=2.31.0.10)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:00:35 +00:00
dependabot[bot]
ac59427249
build(deps-dev): bump pytest-mock from 3.11.1 to 3.12.0 (#244)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from
3.11.1 to 3.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-mock/releases">pytest-mock's
releases</a>.</em></p>
<blockquote>
<h2>v3.12.0</h2>
<ul>
<li>Added support for Python 3.12.</li>
<li>Dropped support for EOL Python 3.7.</li>
<li><code>mocker.resetall()</code> now also resets mocks created by
<code>mocker.create_autospec</code> (<a
href="https://redirect.github.com/pytest-dev/pytest-mock/pull/390">#390</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst">pytest-mock's
changelog</a>.</em></p>
<blockquote>
<h2>3.12.0 (2023-10-19)</h2>
<ul>
<li>Added support for Python 3.12.</li>
<li>Dropped support for EOL Python 3.7.</li>
<li><code>mocker.resetall()</code> now also resets mocks created by
<code>mocker.create_autospec</code>
(<code>[#390](https://github.com/pytest-dev/pytest-mock/issues/390)</code>_).</li>
</ul>
<p>.. _<a
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/390">#390</a>:
<a
href="https://redirect.github.com/pytest-dev/pytest-mock/pull/390">pytest-dev/pytest-mock#390</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="69adc6f76c"><code>69adc6f</code></a>
Re-add norewrite tests</li>
<li><a
href="b905823ba6"><code>b905823</code></a>
Drop Python 3.7 and add Python 3.12</li>
<li><a
href="2a71a0d6ab"><code>2a71a0d</code></a>
mocker.resetall now also resets mockers created by
<code>create_autospec</code> (<a
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/390">#390</a>)</li>
<li><a
href="e84f885011"><code>e84f885</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/391">#391</a>
from pytest-dev/pre-commit-ci-update-config</li>
<li><a
href="e0372217cd"><code>e037221</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="f019696e44"><code>f019696</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/387">#387</a>
from pytest-dev/where-to-patch-link</li>
<li><a
href="09f18148a5"><code>09f1814</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/388">#388</a>
from pytest-dev/pre-commit-ci-update-config</li>
<li><a
href="f55f17e73b"><code>f55f17e</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="cec59a0b44"><code>cec59a0</code></a>
Update usage.rst</li>
<li><a
href="53cc0a550f"><code>53cc0a5</code></a>
Update usage.rst</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-mock&package-manager=pip&previous-version=3.11.1&new-version=3.12.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)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 19:52:31 +02:00
dependabot[bot]
440f737725
build(deps): bump peter-evans/create-pull-request from 3 to 5 (#243)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 3 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v5.0.0</h2>
<h2>Behaviour changes</h2>
<ul>
<li>The action will no longer leave the local repository checked out on
the pull request <code>branch</code>. Instead, it will leave the
repository checked out on the branch or commit that it was when the
action started.</li>
<li>When using <code>add-paths</code>, uncommitted changes will no
longer be destroyed. They will be stashed and restored at the end of the
action run.</li>
</ul>
<h2>What's new</h2>
<ul>
<li>Adds input <code>body-path</code>, the path to a file containing the
pull request body.</li>
<li>At the end of the action run the local repository is now checked out
on the branch or commit that it was when the action started.</li>
<li>Any uncommitted tracked or untracked changes are now stashed and
restored at the end of the action run. Currently, this can only occur
when using the <code>add-paths</code> input, which allows for changes to
not be committed. Previously, any uncommitted changes would be
destroyed.</li>
<li>The proxy implementation has been revised but is not expected to
have any change in behaviour. It continues to support the standard
environment variables <code>http_proxy</code>, <code>https_proxy</code>
and <code>no_proxy</code>.</li>
<li>Now sets the git <code>safe.directory</code> configuration for the
local repository path. The configuration is removed when the action
completes. Fixes issue <a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/1170">peter-evans/create-pull-request#1170</a>.</li>
<li>Now determines the git directory path using the <code>git rev-parse
--git-dir</code> command. This allows users with custom repository
configurations to use the action.</li>
<li>Improved handling of the <code>team-reviewers</code> input and
associated errors.</li>
</ul>
<h2>News</h2>
<p>🏆 create-pull-request won <a
href="https://twitter.com/peterevans0/status/1638463617686470657?s=20">an
award</a> for &quot;awesome action&quot; at the Open Source Awards at
GitHub Universe. Thank you for your support and for making
create-pull-request one of the top used actions. Please give it a
, or even <a href="https://github.com/sponsors/peter-evans">buy me
a coffee</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>v5 by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1792">peter-evans/create-pull-request#1792</a></li>
<li>15 dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0">https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0</a></p>
<h2>Create Pull Request v4.2.4</h2>
<p>⚙️ Patches some recent security vulnerabilities.</p>
<h2>What's Changed</h2>
<ul>
<li>Update concepts-guidelines.md by <a
href="https://github.com/chrisbruford"><code>@​chrisbruford</code></a>
in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1610">peter-evans/create-pull-request#1610</a></li>
<li>58 dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/chrisbruford"><code>@​chrisbruford</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1610">peter-evans/create-pull-request#1610</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4">https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4</a></p>
<h2>Create Pull Request v4.2.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add check for missing token input by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1324">peter-evans/create-pull-request#1324</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3">https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3</a></p>
<h2>Create Pull Request v4.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: support github server url for pushing to fork by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1318">peter-evans/create-pull-request#1318</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="153407881e"><code>1534078</code></a>
fix: specify head repo (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2044">#2044</a>)</li>
<li><a
href="143be5d671"><code>143be5d</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
5.59.9 to 5.59.11 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2048">#2048</a>)</li>
<li><a
href="51e8ca2340"><code>51e8ca2</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.16.16 to
18.16.18 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2047">#2047</a>)</li>
<li><a
href="712add83f2"><code>712add8</code></a>
build(deps-dev): bump <code>@​types/jest</code> from 29.5.1 to 29.5.2
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2026">#2026</a>)</li>
<li><a
href="a9e8aabc8b"><code>a9e8aab</code></a>
build(deps-dev): bump eslint from 8.41.0 to 8.42.0 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2024">#2024</a>)</li>
<li><a
href="37be4ffd94"><code>37be4ff</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
5.59.8 to 5.59.9 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2023">#2023</a>)</li>
<li><a
href="a5f0e5dc8e"><code>a5f0e5d</code></a>
build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2025">#2025</a>)</li>
<li><a
href="9ef70ee495"><code>9ef70ee</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.16.14 to
18.16.16 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2009">#2009</a>)</li>
<li><a
href="0a287739d3"><code>0a28773</code></a>
build(deps-dev): bump <code>@​typescript-eslint/parser</code> from
5.59.7 to 5.59.8 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2008">#2008</a>)</li>
<li><a
href="4ddb8c8fe7"><code>4ddb8c8</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/1986">#1986</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/peter-evans/create-pull-request/compare/v3...v5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-pull-request&package-manager=github_actions&previous-version=3&new-version=5)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 17:48:43 +00:00
86daa9a781
Renamed a few jobs (#246) 2023-10-19 19:43:55 +02:00
dependabot[bot]
eeddfe91e6
build(deps): bump actions/setup-python from 2 to 4 (#242)
Bumps [actions/setup-python](https://github.com/actions/setup-python)
from 2 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h3>What's Changed</h3>
<ul>
<li>Support for <code>python-version-file</code> input: <a
href="https://redirect.github.com/actions/setup-python/issues/336">#336</a></li>
</ul>
<p>Example of usage:</p>
<pre lang="yaml"><code>- uses: actions/setup-python@v4
  with:
python-version-file: '.python-version' # Read python version from a file
- run: python my_script.py
</code></pre>
<p>There is no default python version for this <code>setup-python</code>
major version, the action requires to specify either
<code>python-version</code> input or <code>python-version-file</code>
input. If the <code>python-version</code> input is not specified the
action will try to read required version from file from
<code>python-version-file</code> input.</p>
<ul>
<li>Use pypyX.Y for PyPy <code>python-version</code> input: <a
href="https://redirect.github.com/actions/setup-python/issues/349">#349</a></li>
</ul>
<p>Example of usage:</p>
<pre lang="yaml"><code>- uses: actions/setup-python@v4
  with:
    python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- run: python my_script.py
</code></pre>
<ul>
<li>
<p><code>RUNNER_TOOL_CACHE</code> environment variable is equal
<code>AGENT_TOOLSDIRECTORY</code>: <a
href="https://redirect.github.com/actions/setup-python/issues/338">#338</a></p>
</li>
<li>
<p>Bugfix: create missing <code>pypyX.Y</code> symlinks: <a
href="https://redirect.github.com/actions/setup-python/issues/347">#347</a></p>
</li>
<li>
<p><code>PKG_CONFIG_PATH</code> environment variable: <a
href="https://redirect.github.com/actions/setup-python/issues/400">#400</a></p>
</li>
<li>
<p>Added <code>python-path</code> output: <a
href="https://redirect.github.com/actions/setup-python/issues/405">#405</a>
<code>python-path</code> output contains Python executable path.</p>
</li>
<li>
<p>Updated <code>zeit/ncc</code> to <code>vercel/ncc</code> package: <a
href="https://redirect.github.com/actions/setup-python/issues/393">#393</a></p>
</li>
<li>
<p>Bugfix: fixed output for prerelease version of poetry: <a
href="https://redirect.github.com/actions/setup-python/issues/409">#409</a></p>
</li>
<li>
<p>Made <code>pythonLocation</code> environment variable consistent for
Python and PyPy: <a
href="https://redirect.github.com/actions/setup-python/issues/418">#418</a></p>
</li>
<li>
<p>Bugfix for <code>3.x-dev</code> syntax: <a
href="https://redirect.github.com/actions/setup-python/issues/417">#417</a></p>
</li>
<li>
<p>Other improvements: <a
href="https://redirect.github.com/actions/setup-python/issues/318">#318</a>
<a
href="https://redirect.github.com/actions/setup-python/issues/396">#396</a>
<a
href="https://redirect.github.com/actions/setup-python/issues/384">#384</a>
<a
href="https://redirect.github.com/actions/setup-python/issues/387">#387</a>
<a
href="https://redirect.github.com/actions/setup-python/issues/388">#388</a></p>
</li>
</ul>
<h2>v3.1.4</h2>
<h2>What's Changed</h2>
<p>In the scope of this patch release, the warning for deprecating
Python 2.x was added in <a
href="https://redirect.github.com/actions/setup-python/pull/674">actions/setup-python#674</a>
by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a></p>
<p>For more information, check out <a
href="https://redirect.github.com/actions/setup-python/issues/672">actions/setup-python#672</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="65d7f2d534"><code>65d7f2d</code></a>
Add range validation for toml files (<a
href="https://redirect.github.com/actions/setup-python/issues/726">#726</a>)</li>
<li><a
href="f97b83114c"><code>f97b831</code></a>
Bump word-wrap from 1.2.3 to 1.2.4 (<a
href="https://redirect.github.com/actions/setup-python/issues/702">#702</a>)</li>
<li><a
href="61a6322f88"><code>61a6322</code></a>
Fix typos found by codespell (<a
href="https://redirect.github.com/actions/setup-python/issues/650">#650</a>)</li>
<li><a
href="ea5b57fccc"><code>ea5b57f</code></a>
Bump semver from 7.3.8 to 7.5.2 (<a
href="https://redirect.github.com/actions/setup-python/issues/692">#692</a>)</li>
<li><a
href="014d32a830"><code>014d32a</code></a>
Bump tough-cookie and <code>@​azure/ms-rest-js</code> (<a
href="https://redirect.github.com/actions/setup-python/issues/697">#697</a>)</li>
<li><a
href="c16c4b8d18"><code>c16c4b8</code></a>
Fix pipenv jobs (<a
href="https://redirect.github.com/actions/setup-python/issues/699">#699</a>)</li>
<li><a
href="0d5da6a89a"><code>0d5da6a</code></a>
Read python version from pyproject.toml (fix <a
href="https://redirect.github.com/actions/setup-python/issues/542">#542</a>)
(<a
href="https://redirect.github.com/actions/setup-python/issues/669">#669</a>)</li>
<li><a
href="3f824b7ca6"><code>3f824b7</code></a>
remove python 2.7 from the tests (<a
href="https://redirect.github.com/actions/setup-python/issues/687">#687</a>)</li>
<li><a
href="bd6b4b6205"><code>bd6b4b6</code></a>
Add warning for python 2.7 (<a
href="https://redirect.github.com/actions/setup-python/issues/673">#673</a>)</li>
<li><a
href="0cbcb9a3d7"><code>0cbcb9a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/setup-python/issues/668">#668</a>
from akv-platform/disallow-implicit-dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/setup-python/compare/v2...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=2&new-version=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)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 19:26:10 +02:00
2d80298aa2
Dependabot: Ignoring all major updates. (#241) 2023-10-19 19:24:58 +02:00
dependabot[bot]
ea3f02ab58
build(deps): bump seaborn from 0.12.2 to 0.13.0 (#239)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [seaborn](https://github.com/mwaskom/seaborn) from 0.12.2 to
0.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mwaskom/seaborn/releases">seaborn's
releases</a>.</em></p>
<blockquote>
<h2>v0.13.0 (September 2023)</h2>
<p><strong>See the <a
href="https://seaborn.pydata.org/whatsnew/v0.13.0.html">online docs</a>
for an annotated version of these notes with working links.</strong></p>
<p>This is a major release with a number of important new features and
changes. The highlight is a major overhaul to seaborn's categorical
plotting functions, providing them with many new capabilities and better
aligning their API with the rest of the library. There is also
provisional support for alternate dataframe libraries like <a
href="https://www.pola.rs">polars</a>, a new theme and display
configuration system for <code>objects.Plot</code>, and many smaller
bugfixes and enhancements.</p>
<p>Updating is recommended, but users are encouraged to carefully check
the outputs of existing code that uses the categorical functions, and
they should be aware of some deprecations and intentional changes to the
default appearance of the resulting plots (see notes below with and
tags).</p>
<h2>Major enhancements to categorical plots</h2>
<p>Seaborn's <code>categorical functions &lt;categorical_api&gt;</code>
have been completely rewritten for this release. This provided the
opportunity to address some longstanding quirks as well as to add a
number of smaller but much-desired features and enhancements.</p>
<h3>Support for numeric and datetime data</h3>
<p>The categorical functions have historically treated <em>all</em> data
as categorical, even when it has a numeric or datetime type. This can
now be controlled with the new <!-- raw HTML omitted -->native_scale<!--
raw HTML omitted --> parameter. The default remains <!-- raw HTML
omitted -->False<!-- raw HTML omitted --> to preserve existing behavior.
But with <!-- raw HTML omitted -->native_scale=True<!-- raw HTML omitted
-->, values will be treated as they would by other seaborn or matplotlib
functions. Element widths will be derived from the minimum distance
between two unique values on the categorical axis.</p>
<p>Additionally, while seaborn previously determined the mapping from
categorical values to ordinal positions internally, this is now
delegated to matplotlib. The change should mostly be transparent to the
user, but categorical plots (even with <!-- raw HTML omitted
-->native_scale=False<!-- raw HTML omitted -->) will better align with
artists added by other seaborn or matplotlib functions in most cases,
and matplotlib's interactive machinery will work better.</p>
<h3>Changes to color defaults and specification</h3>
<p>The categorical functions now act more like the rest of seaborn in
that they will produce a plot with a single main color unless the <!--
raw HTML omitted -->hue<!-- raw HTML omitted --> variable is assigned.
Previously, there would be an implicit redundant color mapping (e.g.,
each box in a boxplot would get a separate color from the default
palette). To retain the previous behavior, explicitly assign a redundant
<!-- raw HTML omitted -->hue<!-- raw HTML omitted --> variable (e.g.,
<!-- raw HTML omitted -->boxplot(data, x=&quot;x&quot;, y=&quot;y&quot;,
hue=&quot;x&quot;)<!-- raw HTML omitted -->).</p>
<p>Two related idiosyncratic color specifications are deprecated, but
they will continue to work (with a warning) for one release cycle:</p>
<ul>
<li>Passing a <!-- raw HTML omitted -->palette<!-- raw HTML omitted -->
without explicitly assigning <!-- raw HTML omitted -->hue<!-- raw HTML
omitted --> is no longer supported (add an explicitly redundant <!-- raw
HTML omitted -->hue<!-- raw HTML omitted --> assignment instead).</li>
<li>Passing a <!-- raw HTML omitted -->color<!-- raw HTML omitted -->
while assigning <!-- raw HTML omitted -->hue<!-- raw HTML omitted --> to
produce a gradient is no longer supported (use <!-- raw HTML omitted
-->palette=&quot;dark:{color}&quot;<!-- raw HTML omitted --> or <!-- raw
HTML omitted -->palette=&quot;light:{color}&quot;<!-- raw HTML omitted
--> instead).</li>
</ul>
<p>Finally, like other seaborn functions, the default palette now
depends on the variable type, and a sequential palette will be used with
numeric data. To retain the previous behavior, pass the name of a
qualitative palette (e.g., <!-- raw HTML omitted
-->palette=&quot;deep&quot;<!-- raw HTML omitted --> for seaborn's
default). Accordingly, the functions have gained a parameter to control
numeric color mappings (<!-- raw HTML omitted -->hue_norm<!-- raw HTML
omitted -->).</p>
<h3>Other features, enhancements, and changes</h3>
<p>The following updates apply to multiple categorical functions.</p>
<ul>
<li>All functions now accept a <!-- raw HTML omitted -->legend<!-- raw
HTML omitted --> parameter, which can be a boolean (to suppress the
legend) or one of <!-- raw HTML omitted -->{&quot;auto&quot;,
&quot;brief&quot;, &quot;full&quot;}<!-- raw HTML omitted --> to control
the amount of information shown in the legend for a numerical color
mapping.</li>
<li>All functions now accept a callable <!-- raw HTML omitted
-->formatter<!-- raw HTML omitted --> parameter to control the string
representation of the data.</li>
<li>All functions that draw a solid patch now accept a boolean <!-- raw
HTML omitted -->fill<!-- raw HTML omitted --> parameter, which when set
to <!-- raw HTML omitted -->False<!-- raw HTML omitted --> will draw
line-art elements.</li>
<li>All functions that support dodging now have an additional <!-- raw
HTML omitted -->gap<!-- raw HTML omitted --> parameter that can be set
to a non-zero value to leave space between dodged elements.</li>
<li>The <code>boxplot</code>, <code>boxenplot</code>, and
<code>violinplot</code> functions now support a single <!-- raw HTML
omitted -->linecolor<!-- raw HTML omitted --> parameter.</li>
<li>The default value for <!-- raw HTML omitted -->dodge<!-- raw HTML
omitted --> has changed from <!-- raw HTML omitted -->True<!-- raw HTML
omitted --> to <!-- raw HTML omitted -->&quot;auto&quot;<!-- raw HTML
omitted -->. With <!-- raw HTML omitted -->&quot;auto&quot;<!-- raw HTML
omitted -->, elements will dodge only when at least one set of elements
would otherwise overlap.</li>
<li>When the value axis of the plot has a non-linear scale, the
statistical operations (e.g. an aggregation in <code>pointplot</code> or
the kernel density fit in <code>violinplot</code>) are now applied in
that scale space.</li>
<li>All functions now accept a <!-- raw HTML omitted -->log_scale<!--
raw HTML omitted --> parameter. With a single argument, this will set
the scale on the &quot;value&quot; axis (<em>opposite</em> the
categorical axis). A tuple will set each axis directly (although setting
a log scale categorical axis also requires <!-- raw HTML omitted
-->native_scale=True<!-- raw HTML omitted -->).</li>
<li>The <!-- raw HTML omitted -->orient<!-- raw HTML omitted -->
parameter now accepts <!-- raw HTML omitted
-->&quot;x&quot;/&quot;y&quot;<!-- raw HTML omitted --> to specify the
categorical axis, matching the objects interface.</li>
<li>The categorical functions are generally more deferential to the
user's additional matplotlib keyword arguments.</li>
<li>Using <!-- raw HTML omitted -->&quot;gray&quot;<!-- raw HTML omitted
--> to select an automatic gray value that complements the main palette
is now deprecated in favor of <!-- raw HTML omitted
-->&quot;auto&quot;<!-- raw HTML omitted -->.</li>
</ul>
<p>The following updates are function-specific.</p>
<ul>
<li>In <code>pointplot</code>, a single
<code>matplotlib.lines.Line2D</code> artist is now used rather than
adding separate <code>matplotlib.collections.PathCollection</code>
artist for the points. As a result, it is now possible to pass
additional keyword arguments for complete customization the appearance
of both the lines and markers; additionally, the legend representation
is improved. Accordingly, parameters that previously allowed only
partial customization (<!-- raw HTML omitted -->scale<!-- raw HTML
omitted -->, <!-- raw HTML omitted -->join<!-- raw HTML omitted -->, and
<!-- raw HTML omitted -->errwidth<!-- raw HTML omitted -->) are now
deprecated. The old parameters will now trigger detailed warning
messages with instructions for adapting existing code.</li>
<li>The bandwidth specification in <code>violinplot</code> better aligns
with <code>kdeplot</code>, as the <!-- raw HTML omitted -->bw<!-- raw
HTML omitted --> parameter is now deprecated in favor of <!-- raw HTML
omitted -->bw_method<!-- raw HTML omitted --> and <!-- raw HTML omitted
-->bw_adjust<!-- raw HTML omitted -->.</li>
<li>In <code>boxenplot</code>, the boxen are now drawn with separate
patch artists in each tail. This may have consequences for code that
works with the underlying artists, but it produces a better result for
low-alpha / unfilled plots and enables proper area/density scaling.</li>
<li>In <code>barplot</code>, the <!-- raw HTML omitted -->errcolor<!--
raw HTML omitted --> and <!-- raw HTML omitted -->errwidth<!-- raw HTML
omitted --> parameters are now deprecated in favor of a more general
<!-- raw HTML omitted -->err_kws<!-- raw HTML omitted -->` dictionary.
The existing parameters will continue to work for two releases.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f2abeb0113"><code>f2abeb0</code></a>
Update version metadata to 0.13.0</li>
<li><a
href="d657c54add"><code>d657c54</code></a>
Merge branch 'master' into v0.13</li>
<li><a
href="a8b6cac4c8"><code>a8b6cac</code></a>
Assorted small doc updates (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3502">#3502</a>)</li>
<li><a
href="4888797c7a"><code>4888797</code></a>
Avoid a matplotlib warning for strip/swarmplot with unfilled marker (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3501">#3501</a>)</li>
<li><a
href="782b71ee81"><code>782b71e</code></a>
Address a couple of warnings that turned up only in the docs (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3500">#3500</a>)</li>
<li><a
href="6b9e2fb93b"><code>6b9e2fb</code></a>
Fix catplot with kind='point' to avoid color warning (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3499">#3499</a>)</li>
<li><a
href="43d762ef50"><code>43d762e</code></a>
Set version string for v0.13.0rc0</li>
<li><a
href="0d46709b4a"><code>0d46709</code></a>
Postpone some removals of deprecated features (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3497">#3497</a>)</li>
<li><a
href="b2f0de03b1"><code>b2f0de0</code></a>
Update release notes</li>
<li><a
href="92c22bc699"><code>92c22bc</code></a>
Restore implicit hue for wide categorical data (<a
href="https://redirect.github.com/mwaskom/seaborn/issues/3496">#3496</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mwaskom/seaborn/compare/v0.12.2...v0.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=seaborn&package-manager=pip&previous-version=0.12.2&new-version=0.13.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)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 19:23:13 +02:00
36a0bab6ff
Add relations from finanical reports to SQL (#216) 2023-10-19 19:21:33 +02:00
dependabot[bot]
41f590b2e8
build(deps-dev): bump sphinxcontrib-drawio from 0.0.16 to 0.0.17 (#236)
Bumps
[sphinxcontrib-drawio](https://github.com/Modelmat/sphinxcontrib-drawio)
from 0.0.16 to 0.0.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Modelmat/sphinxcontrib-drawio/releases">sphinxcontrib-drawio's
releases</a>.</em></p>
<blockquote>
<h2>0.0.17</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CI with new python and draw.io versions by <a
href="https://github.com/modelmat"><code>@​modelmat</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/76">modelmat/sphinxcontrib-drawio#76</a></li>
<li>Revert &quot;Run off of latest draw.io version&quot; by <a
href="https://github.com/modelmat"><code>@​modelmat</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/79">modelmat/sphinxcontrib-drawio#79</a></li>
<li>Remove deprecated <code>.. drawio</code> directive by <a
href="https://github.com/modelmat"><code>@​modelmat</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/78">modelmat/sphinxcontrib-drawio#78</a></li>
<li>option: add page-name option to select by name by <a
href="https://github.com/schspa"><code>@​schspa</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/75">modelmat/sphinxcontrib-drawio#75</a></li>
<li>Rework conversion handling to prevent subtle errors by <a
href="https://github.com/modelmat"><code>@​modelmat</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/80">modelmat/sphinxcontrib-drawio#80</a></li>
<li>Produce a warning if the supplied :page-index: is outside the valid
range by <a
href="https://github.com/modelmat"><code>@​modelmat</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/82">modelmat/sphinxcontrib-drawio#82</a></li>
<li>Add drawio_disable_gpu config option by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/85">modelmat/sphinxcontrib-drawio#85</a></li>
<li>Add drawio_disable_dev_shm_usage config option by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/86">modelmat/sphinxcontrib-drawio#86</a></li>
<li>Fix black formatting errors by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/87">modelmat/sphinxcontrib-drawio#87</a></li>
<li>Bump wheel from 0.33.6 to 0.38.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/83">modelmat/sphinxcontrib-drawio#83</a></li>
<li>Fix deprecated sphinx.testing.path by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/90">modelmat/sphinxcontrib-drawio#90</a></li>
<li>Fix absolute path by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/91">modelmat/sphinxcontrib-drawio#91</a></li>
<li>Restore support for multiple versions of Sphinx by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/92">modelmat/sphinxcontrib-drawio#92</a></li>
<li>More multi-version Sphinx path support by <a
href="https://github.com/jdillard"><code>@​jdillard</code></a> in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/93">modelmat/sphinxcontrib-drawio#93</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/schspa"><code>@​schspa</code></a> made
their first contribution in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/75">modelmat/sphinxcontrib-drawio#75</a></li>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a> made
their first contribution in <a
href="https://redirect.github.com/modelmat/sphinxcontrib-drawio/pull/83">modelmat/sphinxcontrib-drawio#83</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/modelmat/sphinxcontrib-drawio/compare/0.0.16...0.0.17">https://github.com/modelmat/sphinxcontrib-drawio/compare/0.0.16...0.0.17</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="373b54f179"><code>373b54f</code></a>
Bump version to 0.0.17</li>
<li><a
href="c70e088d03"><code>c70e088</code></a>
Merge pull request <a
href="https://redirect.github.com/Modelmat/sphinxcontrib-drawio/issues/93">#93</a>
from jdillard/fix-path-4</li>
<li><a
href="83f962c3a6"><code>83f962c</code></a>
More multi-version Sphinx path support</li>
<li><a
href="4f44c2cff2"><code>4f44c2c</code></a>
Merge pull request <a
href="https://redirect.github.com/Modelmat/sphinxcontrib-drawio/issues/92">#92</a>
from jdillard/fix-path-3</li>
<li><a
href="74c0cbbdd0"><code>74c0cbb</code></a>
Fix that supports multiple versions of Sphinx</li>
<li><a
href="2cb12b0aa4"><code>2cb12b0</code></a>
Merge pull request <a
href="https://redirect.github.com/Modelmat/sphinxcontrib-drawio/issues/91">#91</a>
from jdillard/fix-path-2</li>
<li><a
href="1737966bd9"><code>1737966</code></a>
Fix absolute path</li>
<li><a
href="abaf1ec69b"><code>abaf1ec</code></a>
Merge pull request <a
href="https://redirect.github.com/Modelmat/sphinxcontrib-drawio/issues/90">#90</a>
from jdillard/fix-path</li>
<li><a
href="66ef53910d"><code>66ef539</code></a>
Fix deprecated sphinx.testing.path</li>
<li><a
href="20a8029f99"><code>20a8029</code></a>
Merge pull request <a
href="https://redirect.github.com/Modelmat/sphinxcontrib-drawio/issues/83">#83</a>
from modelmat/dependabot/pip/wheel-0.38.1</li>
<li>Additional commits viewable in <a
href="https://github.com/Modelmat/sphinxcontrib-drawio/compare/0.0.16...0.0.17">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinxcontrib-drawio&package-manager=pip&previous-version=0.0.16&new-version=0.0.17)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 19:14:27 +02:00
dependabot[bot]
9fcb265bc2
build(deps-dev): bump mypy from 1.6.0 to 1.6.1 (#238)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9b891fe5a1"><code>9b891fe</code></a>
Remove +dev from version</li>
<li><a
href="6b6504eb8a"><code>6b6504e</code></a>
Fix crash on ParamSpec unification (for real) (<a
href="https://redirect.github.com/python/mypy/issues/16259">#16259</a>)</li>
<li><a
href="eb81e63e9d"><code>eb81e63</code></a>
Fix crash on ParamSpec unification (<a
href="https://redirect.github.com/python/mypy/issues/16251">#16251</a>)</li>
<li><a
href="45f7a12e55"><code>45f7a12</code></a>
Add +dev to version</li>
<li>See full diff in <a
href="https://github.com/python/mypy/compare/v1.6.0...v1.6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mypy&package-manager=pip&previous-version=1.6.0&new-version=1.6.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:57:08 +02:00
dependabot[bot]
38cc0d7417
build(deps): bump docker/build-push-action from 4 to 5 (#231)
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action)
from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<ul>
<li>Node 20 as default runtime (requires <a
href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
Runner v2.308.0</a> or later) by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/954">docker/build-push-action#954</a></li>
<li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
href="https://redirect.github.com/docker/build-push-action/pull/959">docker/build-push-action#959</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0">https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0</a></p>
<h2>v4.2.1</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>warn if docker config can't be parsed by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/957">docker/build-push-action#957</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1">https://github.com/docker/build-push-action/compare/v4.2.0...v4.2.1</a></p>
<h2>v4.2.0</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>display proxy configuration by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/872">docker/build-push-action#872</a></li>
<li>chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.6.0
to 0.8.0 in <a
href="https://redirect.github.com/docker/build-push-action/pull/930">docker/build-push-action#930</a></li>
<li>chore(deps): Bump word-wrap from 1.2.3 to 1.2.5 in <a
href="https://redirect.github.com/docker/build-push-action/pull/925">docker/build-push-action#925</a></li>
<li>chore(deps): Bump semver from 6.3.0 to 6.3.1 in <a
href="https://redirect.github.com/docker/build-push-action/pull/902">docker/build-push-action#902</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0">https://github.com/docker/build-push-action/compare/v4.1.1...v4.2.0</a></p>
<h2>v4.1.1</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0 by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/880">docker/build-push-action#880</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1">https://github.com/docker/build-push-action/compare/v4.1.0...v4.1.1</a></p>
<h2>v4.1.0</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>Switch to actions-toolkit implementation by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/811">docker/build-push-action#811</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/838">docker/build-push-action#838</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/855">docker/build-push-action#855</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/860">docker/build-push-action#860</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/875">docker/build-push-action#875</a></li>
<li>e2e: quay.io by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/799">docker/build-push-action#799</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/805">docker/build-push-action#805</a></li>
<li>e2e: local harbor and nexus by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/800">docker/build-push-action#800</a></li>
<li>e2e: add artifactory container registry to test against by <a
href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/804">docker/build-push-action#804</a></li>
<li>e2e: add distribution tests by <a
href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/814">docker/build-push-action#814</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/815">docker/build-push-action#815</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0">https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0565240e2d"><code>0565240</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/959">#959</a>
from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
<li><a
href="3ab07f8801"><code>3ab07f8</code></a>
chore: update generated content</li>
<li><a
href="b9e7e4daec"><code>b9e7e4d</code></a>
chore(deps): Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
<li><a
href="04d1a3b049"><code>04d1a3b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/954">#954</a>
from crazy-max/update-node20</li>
<li><a
href="1a4d1a13fb"><code>1a4d1a1</code></a>
chore: node 20 as default runtime</li>
<li><a
href="675965c0e1"><code>675965c</code></a>
chore: update generated content</li>
<li><a
href="58ee34cb6b"><code>58ee34c</code></a>
chore: fix author in package.json</li>
<li><a
href="c97c4060bd"><code>c97c406</code></a>
fix ProxyConfig type when checking length</li>
<li><a
href="47d5369e0b"><code>47d5369</code></a>
vendor: bump <code>@​docker/actions-toolkit</code> from 0.8.0 to
0.12.0</li>
<li><a
href="8895c7468f"><code>8895c74</code></a>
chore: update dev dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/build-push-action/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4&new-version=5)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:51:32 +02:00
dependabot[bot]
03f83258ff
build(deps): bump actions/upload-pages-artifact from 1 to 2 (#230)
Bumps
[actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact)
from 1 to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-pages-artifact/releases">actions/upload-pages-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h1>Changelog</h1>
<ul>
<li>⚠️ <strong>BREAKING CHANGE:</strong> Remove built-in
<code>chmod</code> commands for <code>v2</code> <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/69">#69</a>)</li>
<li>Update README for <code>v2</code> <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/70">#70</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/upload-pages-artifact/compare/v1.0.10...v2.0.0">all
code changes</a> since previous release.</p>
<h2>v1.0.10</h2>
<h1>Changelog</h1>
<ul>
<li>readme: fix/improve note about permissions <a
href="https://github.com/tshepang"><code>@​tshepang</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/65">#65</a>)</li>
<li>Revert <code>chmod</code> removal for <code>v1</code> <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/68">#68</a>)</li>
<li>Add file perms handling <a
href="https://github.com/tsusdere"><code>@​tsusdere</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/64">#64</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/upload-pages-artifact/compare/v1.0.9...v1.0.10">all
code changes</a> since previous release.</p>
<h2>v1.0.9</h2>
<p>Removed <code>chmod</code> as we moved towards trusting correct file
permissions have been set. In the event this isn't the case then we
raise an error in the action related to the file permissions.</p>
<h2>v1.0.8</h2>
<h1>Changelog</h1>
<ul>
<li>Fail if no artifact file is found to upload <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/55">#55</a>)</li>
<li>Fix link to releases in README <a
href="https://github.com/waldyrious"><code>@​waldyrious</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/53">#53</a>)</li>
<li>Bump actions/publish-action from 0.2.1 to 0.2.2 <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/47">#47</a>)</li>
<li>Add Dependabot config for Actions usage updates <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/46">#46</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/upload-pages-artifact/compare/v1.0.7...v1.0.8">all
code changes</a> since previous release.</p>
<h2>v1.0.7</h2>
<h1>Changelog</h1>
<ul>
<li>Don't change file permissions of other files <a
href="https://github.com/KyeRussell"><code>@​KyeRussell</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/44">#44</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/upload-pages-artifact/compare/v1.0.6...v1.0.7">all
code changes</a> since previous release.</p>
<h2>v1.0.6</h2>
<h1>Changelog</h1>
<ul>
<li>Customize artifact name <a
href="https://github.com/yuradanyliuk"><code>@​yuradanyliuk</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/41">#41</a>)</li>
<li>Fix permissions <a
href="https://github.com/yoannchaudet"><code>@​yoannchaudet</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/42">#42</a>)</li>
<li>Print warnings about changed file permissions in bulk <a
href="https://github.com/TooManyBees"><code>@​TooManyBees</code></a> (<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/38">#38</a>)</li>
<li>Update to latest <code>actions/publish-action</code> <a
href="https://github.com/JamesMGreene"><code>@​JamesMGreene</code></a>
(<a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/36">#36</a>)</li>
</ul>
<p>See details of <a
href="https://github.com/actions/upload-pages-artifact/compare/v1.0.5...v1.0.6">all
code changes</a> since previous release.</p>
<h2>v1.0.5</h2>
<h1>Changelog</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a753861a5d"><code>a753861</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/69">#69</a>
from actions/reapply-chmod-removal-for-v2</li>
<li><a
href="dca6bac0e5"><code>dca6bac</code></a>
Merge branch 'main' into reapply-chmod-removal-for-v2</li>
<li><a
href="3138c05496"><code>3138c05</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/70">#70</a>
from actions/v2-docs-improvements</li>
<li><a
href="07f501f6a0"><code>07f501f</code></a>
Update README for <code>v2</code></li>
<li><a
href="9c071e6bed"><code>9c071e6</code></a>
Reapply PR <a
href="https://redirect.github.com/actions/upload-pages-artifact/issues/63">#63</a>
for v2</li>
<li>See full diff in <a
href="https://github.com/actions/upload-pages-artifact/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-pages-artifact&package-manager=github_actions&previous-version=1&new-version=2)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:50:43 +02:00
dependabot[bot]
89fae9af54
build(deps): bump actions/checkout from 3 to 4 (#229)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to
4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update default runtime to node20 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
<li>Support fetching without the --progress option by <a
href="https://github.com/simonbaird"><code>@​simonbaird</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
<li>Release 4.0.0 by <a
href="https://github.com/takost"><code>@​takost</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1447">actions/checkout#1447</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/takost"><code>@​takost</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1436">actions/checkout#1436</a></li>
<li><a
href="https://github.com/simonbaird"><code>@​simonbaird</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1067">actions/checkout#1067</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3...v4.0.0">https://github.com/actions/checkout/compare/v3...v4.0.0</a></p>
<h2>v3.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Mark test scripts with Bash'isms to be run via Bash by <a
href="https://github.com/dscho"><code>@​dscho</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1377">actions/checkout#1377</a></li>
<li>Add option to fetch tags even if fetch-depth &gt; 0 by <a
href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
<li>Release 3.6.0 by <a
href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/RobertWieczoreck"><code>@​RobertWieczoreck</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/579">actions/checkout#579</a></li>
<li><a
href="https://github.com/luketomlinson"><code>@​luketomlinson</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1437">actions/checkout#1437</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3.5.3...v3.6.0">https://github.com/actions/checkout/compare/v3.5.3...v3.6.0</a></p>
<h2>v3.5.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: Checkout Issue in self hosted runner due to faulty submodule
check-ins by <a
href="https://github.com/megamanics"><code>@​megamanics</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
<li>Fix typos found by codespell by <a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
<li>Add support for sparse checkouts by <a
href="https://github.com/dscho"><code>@​dscho</code></a> and <a
href="https://github.com/dfdez"><code>@​dfdez</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
<li>Release v3.5.3 by <a
href="https://github.com/TingluoHuang"><code>@​TingluoHuang</code></a>
in <a
href="https://redirect.github.com/actions/checkout/pull/1376">actions/checkout#1376</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/megamanics"><code>@​megamanics</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1196">actions/checkout#1196</a></li>
<li><a
href="https://github.com/DimitriPapadopoulos"><code>@​DimitriPapadopoulos</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1287">actions/checkout#1287</a></li>
<li><a href="https://github.com/dfdez"><code>@​dfdez</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1369">actions/checkout#1369</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3...v3.5.3">https://github.com/actions/checkout/compare/v3...v3.5.3</a></p>
<h2>v3.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix: Use correct API url / endpoint in GHES by <a
href="https://github.com/fhammerl"><code>@​fhammerl</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1289">actions/checkout#1289</a>
based on <a
href="https://redirect.github.com/actions/checkout/issues/1286">#1286</a>
by <a href="https://github.com/1newsr"><code>@​1newsr</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v3.5.1...v3.5.2">https://github.com/actions/checkout/compare/v3.5.1...v3.5.2</a></p>
<h2>v3.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Improve checkout performance on Windows runners by upgrading
<code>@​actions/github</code> dependency by <a
href="https://github.com/BrettDong"><code>@​BrettDong</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/BrettDong"><code>@​BrettDong</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1246">actions/checkout#1246</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1067">Support
fetching without the --progress option</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1436">Update to
node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/579">Add
option to fetch tags even if fetch-depth &gt; 0</a></li>
</ul>
<h2>v3.5.3</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1196">Fix:
Checkout fail in self-hosted runners when faulty submodule are
checked-in</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix
typos found by codespell</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1369">Add
support for sparse checkouts</a></li>
</ul>
<h2>v3.5.2</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1289">Fix
api endpoint for GHES</a></li>
</ul>
<h2>v3.5.1</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1246">Fix
slow checkout on Windows</a></li>
</ul>
<h2>v3.5.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1237">Add
new public key for known_hosts</a></li>
</ul>
<h2>v3.4.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1209">Upgrade
codeql actions to v2</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1210">Upgrade
dependencies</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1225">Upgrade
<code>@​actions/io</code></a></li>
</ul>
<h2>v3.3.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1045">Implement
branch list using callbacks from exec function</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1050">Add
in explicit reference to private checkout options</a></li>
<li>[Fix comment typos (that got added in <a
href="https://redirect.github.com/actions/checkout/issues/770">#770</a>)](<a
href="https://redirect.github.com/actions/checkout/pull/1057">actions/checkout#1057</a>)</li>
</ul>
<h2>v3.2.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/942">Add
GitHub Action to perform release</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/967">Fix
status badge</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1002">Replace
datadog/squid with ubuntu/squid Docker image</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/964">Wrap
pipeline commands for submoduleForeach in quotes</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1029">Update
<code>@​actions/io</code> to 1.1.2</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1039">Upgrading
version to 3.2.0</a></li>
</ul>
<h2>v3.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/939">Use
<code>@​actions/core</code> <code>saveState</code> and
<code>getState</code></a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/922">Add
<code>github-server-url</code> input</a></li>
</ul>
<h2>v3.0.2</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b4ffde65f4"><code>b4ffde6</code></a>
Link to release page from what's new section (<a
href="https://redirect.github.com/actions/checkout/issues/1514">#1514</a>)</li>
<li><a
href="8530928916"><code>8530928</code></a>
Correct link to GitHub Docs (<a
href="https://redirect.github.com/actions/checkout/issues/1511">#1511</a>)</li>
<li><a
href="7cdaf2fbc0"><code>7cdaf2f</code></a>
Update CODEOWNERS to Launch team (<a
href="https://redirect.github.com/actions/checkout/issues/1510">#1510</a>)</li>
<li><a
href="8ade135a41"><code>8ade135</code></a>
Prepare 4.1.0 release (<a
href="https://redirect.github.com/actions/checkout/issues/1496">#1496</a>)</li>
<li><a
href="c533a0a4cf"><code>c533a0a</code></a>
Add support for partial checkout filters (<a
href="https://redirect.github.com/actions/checkout/issues/1396">#1396</a>)</li>
<li><a
href="72f2cec99f"><code>72f2cec</code></a>
Update README.md for V4 (<a
href="https://redirect.github.com/actions/checkout/issues/1452">#1452</a>)</li>
<li><a
href="3df4ab11eb"><code>3df4ab1</code></a>
Release 4.0.0 (<a
href="https://redirect.github.com/actions/checkout/issues/1447">#1447</a>)</li>
<li><a
href="8b5e8b7687"><code>8b5e8b7</code></a>
Support fetching without the --progress option (<a
href="https://redirect.github.com/actions/checkout/issues/1067">#1067</a>)</li>
<li><a
href="97a652b800"><code>97a652b</code></a>
Update default runtime to node20 (<a
href="https://redirect.github.com/actions/checkout/issues/1436">#1436</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=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)

---

<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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:48:50 +02:00
a358ebe9c1
Dependabot/coverage (#240) 2023-10-19 18:47:32 +02:00
b92be60789
Automaticlly updating pre-commits (#220) 2023-10-19 18:44:13 +02:00
dependabot[bot]
377930b82d
build(deps): bump docker/login-action from 2 to 3 (#232)
Bumps [docker/login-action](https://github.com/docker/login-action) from
2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/login-action/releases">docker/login-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<ul>
<li>Node 20 as default runtime (requires <a
href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
Runner v2.308.0</a> or later) by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/login-action/pull/593">docker/login-action#593</a></li>
<li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
href="https://redirect.github.com/docker/login-action/pull/598">docker/login-action#598</a></li>
<li>Bump <code>@​aws-sdk/client-ecr</code> and
<code>@​aws-sdk/client-ecr-public</code> to 3.410.0 in <a
href="https://redirect.github.com/docker/login-action/pull/555">docker/login-action#555</a>
<a
href="https://redirect.github.com/docker/login-action/pull/560">docker/login-action#560</a>
<a
href="https://redirect.github.com/docker/login-action/pull/582">docker/login-action#582</a>
<a
href="https://redirect.github.com/docker/login-action/pull/599">docker/login-action#599</a></li>
<li>Bump semver from 6.3.0 to 6.3.1 in <a
href="https://redirect.github.com/docker/login-action/pull/556">docker/login-action#556</a></li>
<li>Bump https-proxy-agent to 7.0.2 <a
href="https://redirect.github.com/docker/login-action/pull/561">docker/login-action#561</a>
<a
href="https://redirect.github.com/docker/login-action/pull/588">docker/login-action#588</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">https://github.com/docker/login-action/compare/v2.2.0...v3.0.0</a></p>
<h2>v2.2.0</h2>
<ul>
<li>Switch to actions-toolkit implementation by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/login-action/pull/409">docker/login-action#409</a>
<a
href="https://redirect.github.com/docker/login-action/pull/470">docker/login-action#470</a>
<a
href="https://redirect.github.com/docker/login-action/pull/476">docker/login-action#476</a></li>
<li>Bump <code>@​aws-sdk/client-ecr</code> and
<code>@​aws-sdk/client-ecr-public</code> to 3.347.1 in <a
href="https://redirect.github.com/docker/login-action/pull/524">docker/login-action#524</a>
<a
href="https://redirect.github.com/docker/login-action/pull/364">docker/login-action#364</a>
<a
href="https://redirect.github.com/docker/login-action/pull/363">docker/login-action#363</a></li>
<li>Bump minimatch from 3.0.4 to 3.1.2 in <a
href="https://redirect.github.com/docker/login-action/pull/354">docker/login-action#354</a></li>
<li>Bump json5 from 2.2.0 to 2.2.3 in <a
href="https://redirect.github.com/docker/login-action/pull/378">docker/login-action#378</a></li>
<li>Bump http-proxy-agent from 5.0.0 to 7.0.0 in <a
href="https://redirect.github.com/docker/login-action/pull/509">docker/login-action#509</a></li>
<li>Bump https-proxy-agent from 5.0.1 to 7.0.0 in <a
href="https://redirect.github.com/docker/login-action/pull/508">docker/login-action#508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.1.0...v2.2.0">https://github.com/docker/login-action/compare/v2.1.0...v2.2.0</a></p>
<h2>v2.1.0</h2>
<ul>
<li>Ensure AWS temp credentials are redacted in workflow logs by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
href="https://redirect.github.com/docker/login-action/issues/275">#275</a>)</li>
<li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a
href="https://redirect.github.com/docker/login-action/issues/252">#252</a>
<a
href="https://redirect.github.com/docker/login-action/issues/292">#292</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0 (<a
href="https://redirect.github.com/docker/login-action/issues/298">#298</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0
(<a
href="https://redirect.github.com/docker/login-action/issues/299">#299</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">https://github.com/docker/login-action/compare/v2.0.0...v2.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="343f7c4344"><code>343f7c4</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/599">#599</a>
from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
<li><a
href="aad0f974f2"><code>aad0f97</code></a>
chore: update generated content</li>
<li><a
href="2e0cd39144"><code>2e0cd39</code></a>
build(deps): bump the aws-sdk-dependencies group with 2 updates</li>
<li><a
href="203bc9c4ef"><code>203bc9c</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/588">#588</a>
from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li>
<li><a
href="2199648fc8"><code>2199648</code></a>
chore: update generated content</li>
<li><a
href="b489376173"><code>b489376</code></a>
build(deps): bump the proxy-agent-dependencies group with 1 update</li>
<li><a
href="7c309e74e6"><code>7c309e7</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/598">#598</a>
from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
<li><a
href="0ccf222961"><code>0ccf222</code></a>
chore: update generated content</li>
<li><a
href="56d703e106"><code>56d703e</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/597">#597</a>
from docker/dependabot/github_actions/aws-actions/con...</li>
<li><a
href="24d3b3519e"><code>24d3b35</code></a>
build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/login-action/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=2&new-version=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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
2023-10-19 18:07:44 +02:00
0441a3482b
Create dependabot.yml (#227) 2023-10-19 18:05:36 +02:00
fdba24ef11
Updates including security-updates (#226) 2023-10-19 17:59:15 +02:00
Tristan Nolde
f236b91ae3
fix(data-extraction): self-referencing auditors (#224)
fix(data-extraction): self-referencing auditors
2023-10-19 07:16:19 +02:00
TrisNol
83d313150c test: Update to new functions 2023-10-17 18:47:25 +02:00
TrisNol
35d54301e8 fix(data-extraction): Fix data on staging DB using custom function 2023-10-17 18:42:03 +02:00
TrisNol
600039207d test(data-extraction): Adapt unit tests to new behaviour 2023-10-17 18:16:44 +02:00
TrisNol
b7d877ef81 fix(data-extraction): Resolve self referencing auditor companies 2023-10-17 18:08:20 +02:00
TrisNol
4058824f15 fix(data-extraction): Resolve regex issue in detecting auditors 2023-10-17 17:56:26 +02:00
Sebastian
c680ac9759
Feature/ner (#103)
NER und Sentiment-Pipeline mit Services zur Datenextraktion.

---------

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Co-authored-by: TrisNol <tristan.nolde@yahoo.de>
2023-10-16 19:54:24 +02:00