Commit Graph

551 Commits

Author SHA1 Message Date
65ad20a734 build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.1 to 68.2.0.2.
- [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-24 15:22:37 +00:00
4e83c83374 Visualize company sentiment (#422)
Updates the tab and widget "Stimmung"
2023-11-22 22:32:38 +01:00
65c41bb20c Added translations to the search que page and the about page. (#407) 2023-11-22 21:48:35 +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
36f2d653b1 Added links (#406)
Added links into the plot.
When clicking on the plot on the main page a redirect is implemente the
the matching detailpage.
2023-11-20 20:06:51 +00:00
ec58c9ac92 build(deps): bump matplotlib from 3.8.1 to 3.8.2 (#412)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1
to 3.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<p>REL: v3.8.2</p>
<p>This is the second bugfix release of the 3.8 series.</p>
<p>Highlights of this release include:</p>
<ul>
<li>Fix a segfault in the MacOS backend when running on Python 3.12</li>
<li>Fix Contour labeling manual positions selecting incorrect
contours.</li>
<li>Various documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eb02b108ea"><code>eb02b10</code></a>
REL: v3.8.2</li>
<li><a
href="dfb7a469d6"><code>dfb7a46</code></a>
Github stats fo v3.8.2</li>
<li><a
href="802397820c"><code>8023978</code></a>
Merge branch 'v3.8.1-doc' into v3.8.x</li>
<li><a
href="acae9bffb1"><code>acae9bf</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27339">#27339</a>
from meeseeksmachine/auto-backport-of-pr-27299-on-v...</li>
<li><a
href="95743f05a3"><code>95743f0</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27338">#27338</a>
from meeseeksmachine/auto-backport-of-pr-27334-on-v...</li>
<li><a
href="cfb494f815"><code>cfb494f</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27299">#27299</a>:
[MNT] swap xkcd script for humor sans</li>
<li><a
href="26fd30a34f"><code>26fd30a</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27334">#27334</a>:
Omit MOVETO lines from nearest contour logic</li>
<li><a
href="38a0e948f1"><code>38a0e94</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27324">#27324</a>
from meeseeksmachine/auto-backport-of-pr-27323-on-v...</li>
<li><a
href="2b587481f9"><code>2b58748</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27323">#27323</a>:
[DOC] Minor fixes for savefig-docstring</li>
<li><a
href="94c0cfee35"><code>94c0cfe</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27314">#27314</a>
from meeseeksmachine/auto-backport-of-pr-27312-on-v...</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=matplotlib&package-manager=pip&previous-version=3.8.1&new-version=3.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2023-11-20 19:56:30 +00:00
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
31d74f086d build(deps): bump scipy from 1.11.3 to 1.11.4 (#413)
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/scipy/scipy/releases">scipy's
releases</a>.</em></p>
<blockquote>
<h1>SciPy 1.11.4 Release Notes</h1>
<p>SciPy <code>1.11.4</code> is a bug-fix release with no new features
compared to <code>1.11.3</code>.</p>
<h1>Authors</h1>
<ul>
<li>Name (commits)</li>
<li>Jake Bowhay (2)</li>
<li>Ralf Gommers (4)</li>
<li>Julien Jerphanion (2)</li>
<li>Nikolay Mayorov (2)</li>
<li>Melissa Weber Mendonça (1)</li>
<li>Tirth Patel (1)</li>
<li>Tyler Reddy (22)</li>
<li>Dan Schult (3)</li>
<li>Nicolas Vetsch (1) +</li>
</ul>
<p>A total of 9 people contributed to this release.
People with a &quot;+&quot; by their names contributed a patch for the
first time.
This list of names is automatically generated, and may not be fully
complete.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5e4a5e3785"><code>5e4a5e3</code></a>
REL: 1.11.4 release commit [wheel build]</li>
<li><a
href="972c280354"><code>972c280</code></a>
Merge pull request <a
href="https://redirect.github.com/scipy/scipy/issues/19543">#19543</a>
from tylerjereddy/treddy_1_11_4_backports</li>
<li><a
href="4f72d1096f"><code>4f72d10</code></a>
DOC: update 1.11.4 release notes [wheel build]</li>
<li><a
href="31888c817c"><code>31888c8</code></a>
DOC, MAINT: workaround for py311 docs</li>
<li><a
href="b37ca46297"><code>b37ca46</code></a>
DOC: update relnotes</li>
<li><a
href="a2d4a7a573"><code>a2d4a7a</code></a>
DOC, MAINT: Bump CircleCI Python version to 3.11 (<a
href="https://redirect.github.com/scipy/scipy/issues/19504">#19504</a>)</li>
<li><a
href="c6ff642613"><code>c6ff642</code></a>
MAINT: PR 19543 revisions</li>
<li><a
href="86b6582e8f"><code>86b6582</code></a>
DOC: update 1.11.4 relnotes</li>
<li><a
href="da1da3fdd9"><code>da1da3f</code></a>
BUG: Fix typecasting problem in scipy.sparse.lil_matrix truediv (<a
href="https://redirect.github.com/scipy/scipy/issues/19408">#19408</a>)</li>
<li><a
href="cdd3519a94"><code>cdd3519</code></a>
BLD: use classic linker on macOS 14 (Sonoma), the new linker is
broken</li>
<li>Additional commits viewable in <a
href="https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scipy&package-manager=pip&previous-version=1.11.3&new-version=1.11.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-20 19:48:12 +00:00
fa6d769a5c Update pre-commit hooks (#408)
Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2023-11-20 19:43:25 +00:00
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
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
634aa4d675 build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9 (#411)
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8
to 4.0.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.9</h2>
<h2>4.0.9</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Improve cell toolbar tracker <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Do not update filebrowser breadcrumbs when not needed <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Don't show default value for objects in Settings Editor <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a>
(<a href="https://github.com/firai"><code>@​firai</code></a>)</li>
<li>Fix highlighting search in an out-of-viewport cell <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Fix overreactive scrolling to next cell after <code>Shift +
Enter</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix missing default property breaking codemirror
<code>overrides.json</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a>
(<a href="https://github.com/LJMP"><code>@​LJMP</code></a>)</li>
<li>Fix update button in extension manager <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a>
(<a
href="https://github.com/nbowditch-einblick"><code>@​nbowditch-einblick</code></a>)</li>
<li>Fix scrolling when dragging files in the file browser <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix scrolling past long outputs in presence of un-rendered headings
<a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Update notebook window on resize if height changes <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Remove unnecessary requirement from codemirror service plugin <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a>
(<a
href="https://github.com/paulkim3151"><code>@​paulkim3151</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Update <code>@lumino/dragdrop</code> package <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Exclude ipynb files in prettier pre-commit <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a>
(<a href="https://github.com/brichet"><code>@​brichet</code></a>)</li>
<li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a>
(<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
<li>Fix yarn.lock <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&amp;to=2023-11-18&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​blink1073</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​brichet</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​dharmaquark</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​fcollonval</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​gabalafou</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​github-actions</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​jtpio</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​krassowski</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​lumberbot-app</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​meeseeksmachine</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​skyetim</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​tonyfast</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​welcome</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md">jupyterlab's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.9</h2>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full
Changelog</a>)</p>
<h3>Bugs fixed</h3>
<ul>
<li>Improve cell toolbar tracker <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Do not update filebrowser breadcrumbs when not needed <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Don't show default value for objects in Settings Editor <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a>
(<a href="https://github.com/firai"><code>@​firai</code></a>)</li>
<li>Fix highlighting search in an out-of-viewport cell <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
<li>Fix overreactive scrolling to next cell after <code>Shift +
Enter</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix missing default property breaking codemirror
<code>overrides.json</code> <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a>
(<a href="https://github.com/LJMP"><code>@​LJMP</code></a>)</li>
<li>Fix update button in extension manager <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a>
(<a
href="https://github.com/nbowditch-einblick"><code>@​nbowditch-einblick</code></a>)</li>
<li>Fix scrolling when dragging files in the file browser <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Fix scrolling past long outputs in presence of un-rendered headings
<a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Update notebook window on resize if height changes <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Remove unnecessary requirement from codemirror service plugin <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a>
(<a
href="https://github.com/paulkim3151"><code>@​paulkim3151</code></a>)</li>
</ul>
<h3>Maintenance and upkeep improvements</h3>
<ul>
<li>Update <code>@lumino/dragdrop</code> package <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a>
(<a
href="https://github.com/krassowski"><code>@​krassowski</code></a>)</li>
<li>Exclude ipynb files in prettier pre-commit <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a>
(<a href="https://github.com/brichet"><code>@​brichet</code></a>)</li>
<li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a>
(<a href="https://github.com/jtpio"><code>@​jtpio</code></a>)</li>
<li>Fix yarn.lock <a
href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a>
(<a
href="https://github.com/fcollonval"><code>@​fcollonval</code></a>)</li>
</ul>
<h3>Contributors to this release</h3>
<p>(<a
href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&amp;to=2023-11-18&amp;type=c">GitHub
contributors page for this release</a>)</p>
<p><a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​blink1073</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​brichet</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​dharmaquark</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​fcollonval</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​gabalafou</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​github-actions</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​jtpio</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​jupyterlab-probot</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​krassowski</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​lumberbot-app</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​meeseeksmachine</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​skyetim</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​tonyfast</code></a>
| <a
href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&amp;type=Issues"><code>@​welcome</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a7471bca76"><code>a7471bc</code></a>
[ci skip] Publish 4.0.9</li>
<li><a
href="685fad1899"><code>685fad1</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15314">#15314</a>:
Improve cell toolbar tracker (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15427">#15427</a>)</li>
<li><a
href="1d2dd03e1d"><code>1d2dd03</code></a>
Update <code>@lumino/dragdrop</code> package (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15426">#15426</a>)</li>
<li><a
href="9e1769981f"><code>9e17699</code></a>
Do not update filebrowser breadcrumbs when not needed (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15387">#15387</a>)
(<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15409">#15409</a>)</li>
<li><a
href="d4465f90ce"><code>d4465f9</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15376">#15376</a>
on branch 4.0.x (Fix highlighting search in an out-of-view...</li>
<li><a
href="a2aaf8cd9d"><code>a2aaf8c</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15380">#15380</a>:
Don't show default value for objects in Settings Editor (...</li>
<li><a
href="3ec0581a20"><code>3ec0581</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15177">#15177</a>:
Update to <code>@jupyter/ydoc</code> 1.1.1 (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15382">#15382</a>)</li>
<li><a
href="6b30261fea"><code>6b30261</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15378">#15378</a>:
Exclude ipynb files in prettier pre-commit (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15384">#15384</a>)</li>
<li><a
href="4981c6b27d"><code>4981c6b</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15288">#15288</a>:
Fix overreactive scrolling to next cell after `Shift + En...</li>
<li><a
href="176843781b"><code>1768437</code></a>
Backport PR <a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15358">#15358</a>:
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15381">#15381</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyterlab&package-manager=pip&previous-version=4.0.8&new-version=4.0.9)](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:43 +00:00
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
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
9fa46aac29 hotfix: Resolve issue in scrape process (#415) 2023-11-20 20:09:11 +01:00
cf1c8ea508 Fixed the layout dropdown for the graph. (#393) 2023-11-16 17:43:54 +01:00
e257799f77 Fixed initial layout of homepage. (#388) 2023-11-16 17:26:02 +01:00
ce1598c42e Removed double execution of Layouting in 2 and 3d. (#385)
Prior to layouting the sping layout was allways calculated and later
overwritten. (Double execution)
2023-11-16 17:25:15 +01:00
96d216fb74 Added a web-frontend to add companies to the search queue. (#375)
This webfrontent adds a company to the search que or resets the search
que entry to be searched again.
This will allow for directed growth or an initiallisation.

---------

Co-authored-by: Tristan Nolde <tristan.nolde@yahoo.de>
2023-11-16 17:24:43 +01:00
8e6b28b311 build(deps): bump transformers from 4.35.1 to 4.35.2 (#392)
Bumps [transformers](https://github.com/huggingface/transformers) from
4.35.1 to 4.35.2.
<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.2</h2>
<p>A patch release was made for the following commit:</p>
<ul>
<li>[<code>tokenizers</code>] update tokenizers version pin <a
href="https://redirect.github.com/huggingface/transformers/issues/27494">#27494</a></li>
</ul>
<p>to fix all the issues with versioning regarding
<code>tokenizers</code> and <code>huggingface_hub</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="514de24abf"><code>514de24</code></a>
Release: v4.35.2</li>
<li><a
href="7983bca630"><code>7983bca</code></a>
[<code>tokenizers</code>] update <code>tokenizers</code> version pin (<a
href="https://redirect.github.com/huggingface/transformers/issues/27494">#27494</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/transformers/compare/v4.35.1...v4.35.2">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.1&new-version=4.35.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2023-11-16 16:21:23 +00:00
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
0d4d1324d0 Simplification of layout selection (#384)
Removed the 2d/3d toggle and added that option into the layout dropdown.

---------

Co-authored-by: KM-R <129882581+KM-R@users.noreply.github.com>
2023-11-14 21:31:30 +00:00
e7278c047e Fixed edge thickness (#370) 2023-11-14 19:32:32 +01:00
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
d68e340155 build(deps): bump datetime from 5.2 to 5.3 (#390)
Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to
5.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst">datetime's
changelog</a>.</em></p>
<blockquote>
<h2>5.3 (2023-11-14)</h2>
<ul>
<li>
<p>Add support for Python 3.12.</p>
</li>
<li>
<p>Add preliminary support for Python 3.13a2.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6e2681aecf"><code>6e2681a</code></a>
Preparing release 5.3</li>
<li><a
href="28124d7778"><code>28124d7</code></a>
Add support for Python 3.12. (<a
href="https://redirect.github.com/zopefoundation/DateTime/issues/57">#57</a>)</li>
<li><a
href="5a434fd341"><code>5a434fd</code></a>
Fix hopefully temporary problem with Python 3.12 on Windows.</li>
<li><a
href="c22954a741"><code>c22954a</code></a>
Merge pull request <a
href="https://redirect.github.com/zopefoundation/DateTime/issues/55">#55</a>
from zopefoundation/config-with-zope-product-template-...</li>
<li><a
href="009cd8b809"><code>009cd8b</code></a>
- Add preliminary support for Python 3.12b4</li>
<li><a
href="1442a44b09"><code>1442a44</code></a>
- documentation and docstring cleanups</li>
<li><a
href="f4af7c61f3"><code>f4af7c6</code></a>
Back to development: 5.3</li>
<li>See full diff in <a
href="https://github.com/zopefoundation/DateTime/compare/5.2...5.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datetime&package-manager=pip&previous-version=5.2&new-version=5.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>
2023-11-14 17:52:35 +01:00
4e63c6e907 Added rounding on Metric table to 6 digits to limit the noise (#386)
Currently to many digits are shown in the Metrics table. Rounding to 6
digits should be a bit better.
2023-11-14 17:49:48 +01:00
119a3edfca Fixed sql alchemy reset order. (#383)
There was a problem on the PG variant.
The SQLite variant worked. Now resetting properly also on PG.
2023-11-14 17:44:24 +01:00
7c1fac28fd Fixed tqdm typos. (#382) 2023-11-14 17:42:38 +01:00
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
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
dd511af3a5 Adapt ingest schedule (#381)
Adapt ingest schedule
2023-11-13 21:33:43 +01:00
0c4a2d7a74 Moved transparenzregister url prefix to docker compose. (#380) 2023-11-13 20:08:50 +01:00
c1faa2cba6 feat(deployment): Enable setting of schedule for ingest container using ENV var 2023-11-13 20:08:26 +01:00
92489e7ef6 checkpoint: Set schedule interval via ENV variable 2023-11-13 19:54:29 +01:00
2da3e6cea0 Removed the unused colorscale legend and other unused code fragements (#371) 2023-11-13 19:28:57 +01:00
31221a1055 Fixed spagetti connection by adding breaks. (#366) 2023-11-13 19:27:03 +01:00
d0677287b6 Added a filter for financial reports. (#372)
Finanical reports are now filtered before beeing added to the SQL
database to only added knwon keys.
Some matching is also done.
The most importend missing reports are printed to be implemented later
on.
Rapidfuzz could be used.
2023-11-13 18:52:12 +01:00
da340d5ec5 build(deps): bump dash-cytoscape from 0.2.0 to 0.3.0 (#378)
Bumps [dash-cytoscape](https://github.com/plotly/dash-cytoscape) from
0.2.0 to 0.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/plotly/dash-cytoscape/releases">dash-cytoscape's
releases</a>.</em></p>
<blockquote>
<h2>v0.3.0 - Add support for Julia, published to CRAN, changes in
documentations</h2>
<h3>Added</h3>
<ul>
<li>Contributed initial build of Julia package.</li>
<li>R package now includes an example application for
<code>cytoCytoscape</code>.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Dash has been upgraded to 1.* in requirements.txt and
tests/requirements.txt (<a
href="https://redirect.github.com/plotly/dash-cytoscape/issues/123">#123</a>)</li>
<li>React/react-dom have been upgraded to 16.14+ (<a
href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li>
<li>Docgen upgraded to 5.3.0 (<a
href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li>
<li>Improved prop typing (<a
href="https://redirect.github.com/plotly/dash-cytoscape/issues/117">#117</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Various security fixes</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/plotly/dash-cytoscape/compare/v0.2.0...v0.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dash-cytoscape&package-manager=pip&previous-version=0.2.0&new-version=0.3.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>
2023-11-13 18:48:50 +01:00
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
41bee38bf7 Print the actor in the maintenance action (#377) 2023-11-13 13:07:45 +01:00
af8a907cf9 Stop table reset of better persistent tables. (#373) 2023-11-12 14:27:44 +01:00
d66e4e2b67 Added Hausarbeit 2023-11-12 14:22:56 +01:00
19a4460d90 Added a small stability fix. (#374)
The current code has problems with an empty db.
2023-11-12 14:14:15 +01:00
24c55c68b7 Removed docstring ruins. (#367) 2023-11-12 13:58:00 +01:00
3b2f9b98f2 Update pre-commit hooks (#376)
Update versions of pre-commit hooks to latest version.

Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com>
2023-11-12 10:12:17 +01:00
bbc15bc7a2 Feat/116 scheduling tools (#358)
Init `ingestion` container with `fetch_news` target to retrieve latest
news articles from Tagesschau and Handelsblatt twice a day.

Integration of the `find_missing_companies.py` will follow once this is
merged.
2023-11-11 14:34:51 +01:00
05ea0fbb33 refactor: Include logger.catch with reraise 2023-11-11 14:30:00 +01:00
5dcf8ecf55 build: Dockerize apps/fetch_news.py as ingestor 2023-11-11 14:30:00 +01:00
170056bf58 test: Cover apps/fetch_news.py with unit tests 2023-11-11 14:30:00 +01:00
ac6ca3547b test: Add unit test for news api wrapper 2023-11-11 14:30:00 +01:00