98 Commits

Author SHA1 Message Date
dependabot[bot]
9bf66bbc13
build(deps-dev): bump mypy from 1.7.0 to 1.7.1
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-24 15:31:17 +00:00
KM-R
4e83c83374
Visualize company sentiment (#422)
Updates the tab and widget "Stimmung"
2023-11-22 22:32:38 +01:00
762d3f9091
Add flask-compress (#409)
Added flask compression for compressed responsed to limit the download
time of plots.
I switch this on by default. It could also be crontoled via
DASH_COMPRESS as an env variable.
2023-11-20 21:12:07 +01:00
dependabot[bot]
9bfc4d317a
build(deps): bump matplotlib from 3.8.1 to 3.8.2
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 19:50:49 +00:00
dependabot[bot]
d1fb2b5e43
build(deps): bump scipy from 1.11.3 to 1.11.4
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 19:43:05 +00:00
github-actions[bot]
c11aeb5dd2
build(deps-dev): bump ruff from 0.1.5 to 0.1.6 (#410)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6.
<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.6</h2>
<h2>Changes</h2>
<h2>0.1.6</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Extend
<code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>)
to include booleans in unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li>
<li>[<code>flake8-pie</code>] Extend
<code>reimplemented-list-builtin</code> (<code>PIE807</code>) to
<code>dict</code> reimplementations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li>
<li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code>
(<code>PIE790</code>) to include ellipses (<code>...</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li>
<li>[<code>flake8-pie</code>] Implement fix for
<code>unnecessary-spread</code> (<code>PIE800</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li>
<li>[<code>flake8-quotes</code>] Implement
<code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-keyword</code> (<code>E271</code>) and
<code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-operator</code> (<code>E222</code>) and
<code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li>
<li>[<code>pyflakes</code>] Extend <code>is-literal</code>
(<code>F632</code>) to include comparisons against mutable initializers
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li>
<li>[<code>pylint</code>] Implement
<code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li>
<li>[<code>pylint</code>] Implement fix for
<code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li>
<li>[<code>refurb</code>] Implement <code>if-expr-min-max</code>
(<code>FURB136</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li>
<li>[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Add autotyping-like return type
inference for annotation rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li>
<li>[<code>flake8-future-annotations</code>] Implement fix for
<code>future-required-type-annotation</code> (<code>FA102</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li>
<li>[<code>flake8-implicit-namespace-package</code>] Avoid missing
namespace violations in scripts with shebangs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li>
<li>[<code>pydocstyle</code>] Update <code>over-indentation</code>
(<code>D208</code>) to preserve indentation offsets when fixing
overindented lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li>
<li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code>
(<code>UP041</code>) to remove false positives (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix instability in <code>await</code> formatting with fluent style
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li>
<li>Compare formatted and unformatted ASTs during formatter tests (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li>
<li>Preserve trailing semicolon for Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li>
<li>Write unchanged, excluded files to stdout when read via stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>[<code>isort</code>] Support disabling sections with
<code>no-sections = true</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li>
<li>[<code>pep8-naming</code>] Support local and dynamic class- and
static-method decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li>
<li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li>
<li>Omit unrolled augmented assignments in <code>PIE794</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li>
<li>Slice source code instead of generating it for <code>EM</code> fixes
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</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.6</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-boolean-trap</code>] Extend
<code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>)
to include booleans in unions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li>
<li>[<code>flake8-pie</code>] Extend
<code>reimplemented-list-builtin</code> (<code>PIE807</code>) to
<code>dict</code> reimplementations (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li>
<li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code>
(<code>PIE790</code>) to include ellipses (<code>...</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li>
<li>[<code>flake8-pie</code>] Implement fix for
<code>unnecessary-spread</code> (<code>PIE800</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li>
<li>[<code>flake8-quotes</code>] Implement
<code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-keyword</code> (<code>E271</code>) and
<code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li>
<li>[<code>pycodestyle</code>] Implement fix for
<code>multiple-spaces-after-operator</code> (<code>E222</code>) and
<code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li>
<li>[<code>pyflakes</code>] Extend <code>is-literal</code>
(<code>F632</code>) to include comparisons against mutable initializers
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li>
<li>[<code>pylint</code>] Implement
<code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li>
<li>[<code>pylint</code>] Implement fix for
<code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li>
<li>[<code>refurb</code>] Implement <code>if-expr-min-max</code>
(<code>FURB136</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li>
<li>[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li>
</ul>
<h3>Rule changes</h3>
<ul>
<li>[<code>flake8-annotations</code>] Add autotyping-like return type
inference for annotation rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li>
<li>[<code>flake8-future-annotations</code>] Implement fix for
<code>future-required-type-annotation</code> (<code>FA102</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li>
<li>[<code>flake8-implicit-namespace-package</code>] Avoid missing
namespace violations in scripts with shebangs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li>
<li>[<code>pydocstyle</code>] Update <code>over-indentation</code>
(<code>D208</code>) to preserve indentation offsets when fixing
overindented lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li>
<li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code>
(<code>UP041</code>) to remove false positives (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Fix instability in <code>await</code> formatting with fluent style
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li>
<li>Compare formatted and unformatted ASTs during formatter tests (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li>
<li>Preserve trailing semicolon for Notebooks (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li>
<li>Write unchanged, excluded files to stdout when read via stdin (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li>[<code>isort</code>] Support disabling sections with
<code>no-sections = true</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li>
<li>[<code>pep8-naming</code>] Support local and dynamic class- and
static-method decorators (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li>
<li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention
rules (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li>
<li>Omit unrolled augmented assignments in <code>PIE794</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li>
<li>Slice source code instead of generating it for <code>EM</code> fixes
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</a>)</li>
<li>Allow whitespace around colon in slices for
<code>whitespace-before-punctuation</code> (<code>E203</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8654">#8654</a>)</li>
<li>Use function range for <code>no-self-use</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8637">#8637</a>)</li>
<li>F-strings doesn't contain bytes literal for <code>PLW0129</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8675">#8675</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f460f9c5c0"><code>f460f9c</code></a>
Bump version to v0.1.6 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8744">#8744</a>)</li>
<li><a
href="2faac1e7a8"><code>2faac1e</code></a>
[<code>refurb</code>] Implement <code>math-constant</code>
(<code>FURB152</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8727">#8727</a>)</li>
<li><a
href="b7dbb9062c"><code>b7dbb90</code></a>
Remove incorrect deprecation label for stdout and stderr (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8743">#8743</a>)</li>
<li><a
href="66794bc9fe"><code>66794bc</code></a>
Remove erroneous bad-dunder-name reference (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8742">#8742</a>)</li>
<li><a
href="dca430f4d2"><code>dca430f</code></a>
Fix instability with await fluent style (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8676">#8676</a>)</li>
<li><a
href="841e6c889e"><code>841e6c8</code></a>
Add River in &quot;Who's Using Ruff?&quot; section (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8740">#8740</a>)</li>
<li><a
href="bd99175fea"><code>bd99175</code></a>
Update <code>D208</code> to preserve indentation offsets when fixing
overindented lines ...</li>
<li><a
href="4c86b155f2"><code>4c86b15</code></a>
Fix typo (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8735">#8735</a>)</li>
<li><a
href="e2109c1353"><code>e2109c1</code></a>
Improve debug printing for resolving origin of config settings (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8729">#8729</a>)</li>
<li><a
href="1fcccf82fc"><code>1fcccf8</code></a>
Avoid syntax error via importing trio.lowlevel (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8730">#8730</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6">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.5&new-version=0.1.6)](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>
2023-11-20 19:40:54 +00:00
dependabot[bot]
344afa5189
build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9)

---
updated-dependencies:
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 19:36:18 +00:00
dependabot[bot]
32cd6d7c22
build(deps-dev): bump ruff from 0.1.5 to 0.1.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 19:35:59 +00:00
dependabot[bot]
fea130be11
build(deps): bump transformers from 4.35.1 to 4.35.2
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.1 to 4.35.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.35.1...v4.35.2)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 16:15:05 +00:00
github-actions[bot]
4df55f2914
build(deps): bump transformers from 4.35.0 to 4.35.1 (#389)
Bumps [transformers](https://github.com/huggingface/transformers) from
4.35.0 to 4.35.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huggingface/transformers/releases">transformers's
releases</a>.</em></p>
<blockquote>
<h2>Patch release: v4.35.1</h2>
<p>A patch release was made for the following three commits:</p>
<ul>
<li>Fix FA2 import + deprecation cycle (<a
href="https://redirect.github.com/huggingface/transformers/issues/27330">#27330</a>)</li>
<li>Fix from_pt flag when loading with safetensors (<a
href="https://redirect.github.com/huggingface/transformers/issues/27394">#27394</a>)</li>
<li>Default to msgpack for safetensors (<a
href="https://redirect.github.com/huggingface/transformers/issues/27460">#27460</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10f3e7b31b"><code>10f3e7b</code></a>
Release: v4.35.1</li>
<li><a
href="0b2e2de723"><code>0b2e2de</code></a>
fix copies</li>
<li><a
href="f04737086a"><code>f047370</code></a>
Fix FA2 import + deprecation cycle (<a
href="https://redirect.github.com/huggingface/transformers/issues/27330">#27330</a>)</li>
<li><a
href="d8fffbe4a3"><code>d8fffbe</code></a>
Fix <code>from_pt</code> flag when loading with <code>safetensors</code>
(<a
href="https://redirect.github.com/huggingface/transformers/issues/27394">#27394</a>)</li>
<li><a
href="757171dfcf"><code>757171d</code></a>
Default to msgpack for safetensors (<a
href="https://redirect.github.com/huggingface/transformers/issues/27460">#27460</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/transformers/compare/v4.35.0...v4.35.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=transformers&package-manager=pip&previous-version=4.35.0&new-version=4.35.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>
2023-11-14 17:53:05 +01:00
dependabot[bot]
62355a3ec2
build(deps): bump datetime from 5.2 to 5.3
Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to 5.3.
- [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst)
- [Commits](https://github.com/zopefoundation/DateTime/compare/5.2...5.3)

---
updated-dependencies:
- dependency-name: datetime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 15:39:53 +00:00
dependabot[bot]
b56520b7f0
build(deps): bump transformers from 4.35.0 to 4.35.1
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.0 to 4.35.1.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.35.0...v4.35.1)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 15:38:25 +00:00
dependabot[bot]
b3f9d177f3
build(deps): bump dash-cytoscape from 0.2.0 to 0.3.0
Bumps [dash-cytoscape](https://github.com/plotly/dash-cytoscape) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/plotly/dash-cytoscape/releases)
- [Commits](https://github.com/plotly/dash-cytoscape/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: dash-cytoscape
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 15:54:51 +00:00
TrisNol
a428eb4432 checkpoint: Init news extraction components and main app 2023-11-11 14:30:00 +01:00
TrisNol
3b1f0425cf deps: Adding html5lib for table parsing via Pandas 2023-11-11 11:03:36 +01:00
TrisNol
c333ad70c5 hotfix: Add missing networkx dependency 2023-11-10 21:47:34 +01:00
Tim
4d2ca3b3e7 Refactored Session handling for Network analysis 2023-11-10 18:56:51 +01:00
Tim
ac46348cc8 Added Dash DAQ 2023-11-10 18:55:13 +01:00
Tim
c38460c740 fixed mypy errors 2023-11-10 18:54:30 +01:00
Tim
76af89ff32 updated poetry lock 2023-11-10 18:53:32 +01:00
dependabot[bot]
2e30657c89
build(deps-dev): bump mypy from 1.6.1 to 1.7.0
Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 16:09:36 +00:00
github-actions[bot]
ed08ffbfe1
build(deps-dev): bump types-setuptools from 68.2.0.0 to 68.2.0.1 (#355)
Bumps [types-setuptools](https://github.com/python/typeshed) from
68.2.0.0 to 68.2.0.1.
<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-setuptools&package-manager=pip&previous-version=68.2.0.0&new-version=68.2.0.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>
2023-11-09 15:29:01 +00:00
dependabot[bot]
8f7eecb513
build(deps-dev): bump types-setuptools from 68.2.0.0 to 68.2.0.1
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.0 to 68.2.0.1.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 15:23:45 +00:00
dependabot[bot]
ca88f5dd79
build(deps-dev): bump ruff from 0.1.4 to 0.1.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.4...v0.1.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 15:22:18 +00:00
dependabot[bot]
339858a420
build(deps-dev): bump black from 23.10.1 to 23.11.0
Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.10.1...23.11.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 15:26:52 +00:00
dependabot[bot]
428e4e6e52
build(deps-dev): bump types-tqdm from 4.66.0.3 to 4.66.0.4
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.3 to 4.66.0.4.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-tqdm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 15:27:36 +00:00
dependabot[bot]
2eca15750a
build(deps): bump selenium from 4.15.1 to 4.15.2
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.15.1 to 4.15.2.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 17:57:35 +00:00
github-actions[bot]
a1a519d4d6
build(deps-dev): bump ruff from 0.1.3 to 0.1.4 (#326)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.4.
<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.4</h2>
<h2>Changes</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-trio</code>] Implement
<code>timeout-without-await</code> (<code>TRIO001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8439">#8439</a>)</li>
<li>[<code>numpy</code>] Implement NumPy 2.0 migration rule
(<code>NPY200</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7702">#7702</a>)</li>
<li>[<code>pylint</code>] Implement <code>bad-open-mode</code>
(<code>W1501</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8294">#8294</a>)</li>
<li>[<code>pylint</code>] Implement <code>import-outside-toplevel</code>
(<code>C0415</code>) rule (<a
href="https://redirect.github.com/astral-sh/ruff/pull/5180">#5180</a>)</li>
<li>[<code>pylint</code>] Implement <code>useless-with-lock</code>
(<code>W2101</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8321">#8321</a>)</li>
<li>[<code>pyupgrade</code>] Implement <code>timeout-error-alias</code>
(<code>UP041</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8476">#8476</a>)</li>
<li>[<code>refurb</code>] Implement <code>isinstance-type-none</code>
(<code>FURB168</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8308">#8308</a>)</li>
<li>Detect confusable Unicode-to-Unicode units in <code>RUF001</code>,
<code>RUF002</code>, and <code>RUF003</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/4430">#4430</a>)</li>
<li>Add newline after module docstrings in preview style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8283">#8283</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Add a note on line-too-long to the formatter docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8314">#8314</a>)</li>
<li>Preserve trailing statement semicolons when using <code>fmt:
skip</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8273">#8273</a>)</li>
<li>Preserve trailing semicolons when using <code>fmt: off</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8275">#8275</a>)</li>
<li>Avoid duplicating linter-formatter compatibility warnings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8292">#8292</a>)</li>
<li>Avoid inserting a newline after function docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8375">#8375</a>)</li>
<li>Insert newline between docstring and following own line comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8216">#8216</a>)</li>
<li>Split tuples in return positions by comma first (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8280">#8280</a>)</li>
<li>Avoid treating byte strings as docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8350">#8350</a>)</li>
<li>Add <code>--line-length</code> option to <code>format</code> command
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8363">#8363</a>)</li>
<li>Avoid parenthesizing unsplittable because of comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8431">#8431</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add <code>--output-format</code> to <code>ruff rule</code> and
<code>ruff linter</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8203">#8203</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect <code>--force-exclude</code> in <code>lint.exclude</code>
and <code>format.exclude</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8393">#8393</a>)</li>
<li>Respect <code>--extend-per-file-ignores</code> on the CLI (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8329">#8329</a>)</li>
<li>Extend <code>bad-dunder-method-name</code> to permit
<code>__index__</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8300">#8300</a>)</li>
<li>Fix panic with 8 in octal escape (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8356">#8356</a>)</li>
<li>Avoid raising <code>D300</code> when both triple quote styles are
present (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8462">#8462</a>)</li>
<li>Consider unterminated f-strings in <code>FStringRanges</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8154">#8154</a>)</li>
<li>Avoid including literal <code>shell=True</code> for truthy,
non-<code>True</code> diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8359">#8359</a>)</li>
<li>Avoid triggering single-element test for starred expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8433">#8433</a>)</li>
<li>Detect and ignore Jupyter automagics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8398">#8398</a>)</li>
<li>Fix invalid E231 error with f-strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8369">#8369</a>)</li>
<li>Avoid triggering <code>NamedTuple</code> rewrite with starred
annotation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8434">#8434</a>)</li>
<li>Avoid un-setting bracket flag in logical lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8380">#8380</a>)</li>
<li>Place 'r' prefix before 'f' for raw format strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8464">#8464</a>)</li>
<li>Remove trailing periods from NumPy 2.0 code actions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8475">#8475</a>)</li>
<li>Fix bug where <code>PLE1307</code> was raised when formatting
<code>%c</code> with characters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8407">#8407</a>)</li>
<li>Remove unicode flag from comparable (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8440">#8440</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.4</h2>
<h3>Preview features</h3>
<ul>
<li>[<code>flake8-trio</code>] Implement
<code>timeout-without-await</code> (<code>TRIO001</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8439">#8439</a>)</li>
<li>[<code>numpy</code>] Implement NumPy 2.0 migration rule
(<code>NPY200</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/7702">#7702</a>)</li>
<li>[<code>pylint</code>] Implement <code>bad-open-mode</code>
(<code>W1501</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8294">#8294</a>)</li>
<li>[<code>pylint</code>] Implement <code>import-outside-toplevel</code>
(<code>C0415</code>) rule (<a
href="https://redirect.github.com/astral-sh/ruff/pull/5180">#5180</a>)</li>
<li>[<code>pylint</code>] Implement <code>useless-with-lock</code>
(<code>W2101</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8321">#8321</a>)</li>
<li>[<code>pyupgrade</code>] Implement <code>timeout-error-alias</code>
(<code>UP041</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8476">#8476</a>)</li>
<li>[<code>refurb</code>] Implement <code>isinstance-type-none</code>
(<code>FURB168</code>) (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8308">#8308</a>)</li>
<li>Detect confusable Unicode-to-Unicode units in <code>RUF001</code>,
<code>RUF002</code>, and <code>RUF003</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/4430">#4430</a>)</li>
<li>Add newline after module docstrings in preview style (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8283">#8283</a>)</li>
</ul>
<h3>Formatter</h3>
<ul>
<li>Add a note on line-too-long to the formatter docs (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8314">#8314</a>)</li>
<li>Preserve trailing statement semicolons when using <code>fmt:
skip</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8273">#8273</a>)</li>
<li>Preserve trailing semicolons when using <code>fmt: off</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8275">#8275</a>)</li>
<li>Avoid duplicating linter-formatter compatibility warnings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8292">#8292</a>)</li>
<li>Avoid inserting a newline after function docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8375">#8375</a>)</li>
<li>Insert newline between docstring and following own line comment (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8216">#8216</a>)</li>
<li>Split tuples in return positions by comma first (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8280">#8280</a>)</li>
<li>Avoid treating byte strings as docstrings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8350">#8350</a>)</li>
<li>Add <code>--line-length</code> option to <code>format</code> command
(<a
href="https://redirect.github.com/astral-sh/ruff/pull/8363">#8363</a>)</li>
<li>Avoid parenthesizing unsplittable because of comments (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8431">#8431</a>)</li>
</ul>
<h3>CLI</h3>
<ul>
<li>Add <code>--output-format</code> to <code>ruff rule</code> and
<code>ruff linter</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8203">#8203</a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Respect <code>--force-exclude</code> in <code>lint.exclude</code>
and <code>format.exclude</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8393">#8393</a>)</li>
<li>Respect <code>--extend-per-file-ignores</code> on the CLI (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8329">#8329</a>)</li>
<li>Extend <code>bad-dunder-method-name</code> to permit
<code>__index__</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8300">#8300</a>)</li>
<li>Fix panic with 8 in octal escape (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8356">#8356</a>)</li>
<li>Avoid raising <code>D300</code> when both triple quote styles are
present (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8462">#8462</a>)</li>
<li>Consider unterminated f-strings in <code>FStringRanges</code> (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8154">#8154</a>)</li>
<li>Avoid including literal <code>shell=True</code> for truthy,
non-<code>True</code> diagnostics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8359">#8359</a>)</li>
<li>Avoid triggering single-element test for starred expressions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8433">#8433</a>)</li>
<li>Detect and ignore Jupyter automagics (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8398">#8398</a>)</li>
<li>Fix invalid E231 error with f-strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8369">#8369</a>)</li>
<li>Avoid triggering <code>NamedTuple</code> rewrite with starred
annotation (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8434">#8434</a>)</li>
<li>Avoid un-setting bracket flag in logical lines (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8380">#8380</a>)</li>
<li>Place 'r' prefix before 'f' for raw format strings (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8464">#8464</a>)</li>
<li>Remove trailing periods from NumPy 2.0 code actions (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8475">#8475</a>)</li>
<li>Fix bug where <code>PLE1307</code> was raised when formatting
<code>%c</code> with characters (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8407">#8407</a>)</li>
<li>Remove unicode flag from comparable (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8440">#8440</a>)</li>
<li>Improve B015 message (<a
href="https://redirect.github.com/astral-sh/ruff/pull/8295">#8295</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c4889196e7"><code>c488919</code></a>
Add missing pyupgrade entry to changelog (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8479">#8479</a>)</li>
<li><a
href="6e635e99f4"><code>6e635e9</code></a>
Add changelog for v0.1.4 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8478">#8478</a>)</li>
<li><a
href="260ea41975"><code>260ea41</code></a>
Bump version to v0.1.4 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8477">#8477</a>)</li>
<li><a
href="65effc6666"><code>65effc6</code></a>
Add pyupgrade <code>UP041</code> to replace <code>TimeoutError</code>
aliases (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8476">#8476</a>)</li>
<li><a
href="4982694b54"><code>4982694</code></a>
<code>D300</code>: prevent autofix when both triples are in body (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8462">#8462</a>)</li>
<li><a
href="536ac550ed"><code>536ac55</code></a>
Remove trailing periods from NumPy 2.0 code actions (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8475">#8475</a>)</li>
<li><a
href="f2335fe692"><code>f2335fe</code></a>
Make Unicode-to-Unicode confusables a preview change (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8473">#8473</a>)</li>
<li><a
href="b0f9a14d9a"><code>b0f9a14</code></a>
Mark <code>byte_bounds</code> as a non-backwards-compatible NumPy 2.0
change (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8474">#8474</a>)</li>
<li><a
href="f56bc1983b"><code>f56bc19</code></a>
Place 'r' prefix before 'f' for raw format strings (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8464">#8464</a>)</li>
<li><a
href="7c12eaf322"><code>7c12eaf</code></a>
Use characters instead of <code>u32</code> in confusable map (<a
href="https://redirect.github.com/astral-sh/ruff/issues/8463">#8463</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.1.3...v0.1.4">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.3&new-version=0.1.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>
2023-11-06 18:53:07 +01:00
dependabot[bot]
de92c8fe1f
build(deps-dev): bump nbconvert from 7.10.0 to 7.11.0
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyter/nbconvert/compare/v7.10.0...v7.11.0)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 16:03:53 +00:00
dependabot[bot]
266a6c33e5
build(deps-dev): bump ruff from 0.1.3 to 0.1.4
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 16:00:39 +00:00
dependabot[bot]
1b564276fb
build(deps): bump rapidfuzz from 3.5.1 to 3.5.2
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 16:03:04 +00:00
a638949644
Added a types package and upgraded poetry. (#313) 2023-11-02 22:13:32 +01:00
dependabot[bot]
eee77ca84a
build(deps): bump pymongo from 4.5.0 to 4.6.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.0)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 16:01:20 +00:00
dependabot[bot]
4b4d568b9d
build(deps): bump selenium from 4.14.0 to 4.15.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0)

---
updated-dependencies:
- dependency-name: selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 17:38:15 +00:00
dependabot[bot]
73e549fffb
build(deps): bump rapidfuzz from 3.4.0 to 3.5.1
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/maxbachmann/RapidFuzz/releases)
- [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.4.0...v3.5.1)

---
updated-dependencies:
- dependency-name: rapidfuzz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 17:31:10 +00:00
dependabot[bot]
2476c43548
build(deps): bump matplotlib from 3.8.0 to 3.8.1
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 17:24:54 +00:00
dependabot[bot]
f7e1fdb977
build(deps): bump sqlalchemy from 1.4.49 to 1.4.50 (#291)
[//]: # (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 [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.49
to 1.4.50.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's
releases</a>.</em></p>
<blockquote>
<h1>1.4.50</h1>
<p>Released: October 29, 2023</p>
<h2>orm</h2>
<ul>
<li>
<p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented
some forms of ORM &quot;annotations&quot;
from taking place for subqueries which made use of
<code>_sql.Select.join()</code>
against a relationship target.  These annotations are used whenever a
subquery is used in special situations such as within
<code>_orm.PropComparator.and_()</code> and other ORM-specific
scenarios.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10223">#10223</a></p>
</li>
</ul>
<h2>sql</h2>
<ul>
<li>
<p><strong>[sql] [bug]</strong> Fixed issue where using the same bound
parameter more than once with
<code>literal_execute=True</code> in some combinations with other
literal rendering
parameters would cause the wrong values to render due to an iteration
issue.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10142">#10142</a></p>
</li>
<li>
<p><strong>[sql] [bug]</strong> Fixed issue where unpickling of a
<code>_schema.Column</code> or other
<code>_sql.ColumnElement</code> would fail to restore the correct
&quot;comparator&quot;
object, which is used to generate SQL expressions specific to the type
object.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10213">#10213</a></p>
</li>
</ul>
<h2>schema</h2>
<ul>
<li>
<p><strong>[schema] [bug]</strong> Modified the rendering of the Oracle
only <code>Identity.order</code>
parameter that's part of both <code>Sequence</code> and
<code>Identity</code> to
only take place for the Oracle backend, and not other backends such as
that
of PostgreSQL.  A future release will rename the
<code>Identity.order</code>, <code>Sequence.order</code>  and
<code>Identity.on_null</code> parameters to Oracle-specific names,
deprecating the old names, these parameters only apply to Oracle.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10207">#10207</a></p>
</li>
</ul>
<h2>mysql</h2>
<ul>
<li><strong>[mysql] [usecase]</strong> Updated aiomysql dialect since
the dialect appears to be maintained again.
Re-added to the ci testing using version 0.2.0.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/sqlalchemy/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlalchemy&package-manager=pip&previous-version=1.4.49&new-version=1.4.50)](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-30 18:16:56 +00:00
dependabot[bot]
5699270c34
build(deps-dev): bump nbconvert from 7.9.2 to 7.10.0 (#290)
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.9.2 to
7.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jupyter/nbconvert/releases">nbconvert's
releases</a>.</em></p>
<blockquote>
<h2>v7.10.0</h2>
<h2>7.10.0</h2>
<p>(<a
href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full
Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Update to mermaid 10.6.0, docs keyboard navigation <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a>
(<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Fix typing for traitlets 5.13 <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
<li>Adopt ruff format <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
<li>Update typings and remove dead link <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Update to mermaid 10.6.0, docs keyboard navigation <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a>
(<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&amp;to=2023-10-30&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&amp;type=Issues"><code>@​blink1073</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&amp;type=Issues"><code>@​bollwyvl</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's
changelog</a>.</em></p>
<blockquote>
<h2>7.10.0</h2>
<p>(<a
href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full
Changelog</a>)</p>
<h3>Enhancements made</h3>
<ul>
<li>Update to mermaid 10.6.0, docs keyboard navigation <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a>
(<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Fix typing for traitlets 5.13 <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
<li>Adopt ruff format <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
<li>Update typings and remove dead link <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a>
(<a
href="https://github.com/blink1073"><code>@​blink1073</code></a>)</li>
</ul>
<h3>Documentation improvements</h3>
<ul>
<li>Update to mermaid 10.6.0, docs keyboard navigation <a
href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a>
(<a href="https://github.com/bollwyvl"><code>@​bollwyvl</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&amp;to=2023-10-30&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&amp;type=Issues"><code>@​blink1073</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&amp;type=Issues"><code>@​bollwyvl</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6bce6dab06"><code>6bce6da</code></a>
Publish 7.10.0</li>
<li><a
href="48599a4bba"><code>48599a4</code></a>
Fix typing for traitlets 5.13 (<a
href="https://redirect.github.com/jupyter/nbconvert/issues/2060">#2060</a>)</li>
<li><a
href="9df32d6f77"><code>9df32d6</code></a>
Adopt ruff format (<a
href="https://redirect.github.com/jupyter/nbconvert/issues/2059">#2059</a>)</li>
<li><a
href="858d634001"><code>858d634</code></a>
Update to mermaid 10.6.0, docs keyboard navigation (<a
href="https://redirect.github.com/jupyter/nbconvert/issues/2058">#2058</a>)</li>
<li><a
href="b758aa10ad"><code>b758aa1</code></a>
Update typings and remove dead link (<a
href="https://redirect.github.com/jupyter/nbconvert/issues/2056">#2056</a>)</li>
<li>See full diff in <a
href="https://github.com/jupyter/nbconvert/compare/v7.9.2...v7.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbconvert&package-manager=pip&previous-version=7.9.2&new-version=7.10.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-30 19:07:16 +01:00
dependabot[bot]
11eb2c9bf5
build(deps-dev): bump types-pyopenssl from 23.2.0.2 to 23.3.0.0 (#292)
Bumps [types-pyopenssl](https://github.com/python/typeshed) from
23.2.0.2 to 23.3.0.0.
<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-pyopenssl&package-manager=pip&previous-version=23.2.0.2&new-version=23.3.0.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-30 19:06:24 +01:00
4362463f3c
Added types-six to the linting packages and unlocked all the linter versions. (#286)
Added the from mypy demanded types-six package as a lint dependency.
This should allow for a faster execution.
2023-10-29 20:40:57 +01:00
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
KM-R
b564b2627c
Update company stats after extraction of more stammdaten (#267) 2023-10-26 19:15:39 +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
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
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
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