Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.5.1
to 3.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maxbachmann/RapidFuzz/releases">rapidfuzz's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.5.2</h2>
<h2>Fixed</h2>
<ul>
<li>use _mm_malloc/_mm_free on macOS if aligned_alloc is
unsupported</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's
changelog</a>.</em></p>
<blockquote>
<h2>Changelog</h2>
<p>[3.5.2] - 2023-11-02
^^^^^^^^^^^^^^^^^^^^
Fixed</p>
<pre><code>* use _mm_malloc/_mm_free on macOS if aligned_alloc is
unsupported
<p>[3.5.1] - 2023-10-31
^^^^^^^^^^^^^^^^^^^^
Fixed
</code></pre></p>
<ul>
<li>fix compilation failure on macOS</li>
</ul>
<p>[3.5.0] - 2023-10-31
^^^^^^^^^^^^^^^^^^^^
Changed</p>
<pre><code>* skip pandas ``pd.NA`` similar to ``None``
* add ``score_multiplier`` argument to ``process.cdist`` which allows
multiplying the end result scores
with a constant factor.
* drop support for Python 3.7
<p>Performance
</code></pre></p>
<ul>
<li>improve performance of simd implementation for <code>LCS</code> /
<code>Indel</code> / <code>Jaro</code> / <code>JaroWinkler</code></li>
<li>improve performance of Jaro and Jaro Winkler for long sequences</li>
<li>implement <code>process.extract</code> with <code>limit=1</code>
using <code>process.extractOne</code> which can be faster</li>
</ul>
<p>Fixed</p>
<pre><code>* the preprocessing function was always called through Python
due to a broken C-API version check
* fix wraparound issue in simd implementation of Jaro and Jaro Winkler
<p>[3.4.0] - 2023-10-09
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre></p>
<ul>
<li>upgrade to <code>Cython==3.0.3</code></li>
<li>add simd implementation for Jaro and Jaro Winkler</li>
</ul>
<p>[3.3.1] - 2023-09-25
^^^^^^^^^^^^^^^^^^^^
Added</p>
<pre><code>* add missing tag for python 3.12 support
<p>[3.3.0] - 2023-09-11
^^^^^^^^^^^^^^^^^^^^
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a9a8f81c9"><code>0a9a8f8</code></a>
use _mm_malloc/_mm_free on macOS if aligned_alloc is unsupported</li>
<li><a
href="2114f513d3"><code>2114f51</code></a>
fix typing</li>
<li>See full diff in <a
href="https://github.com/maxbachmann/RapidFuzz/compare/v3.5.1...v3.5.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from
4.5.0 to 4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's
releases</a>.</em></p>
<blockquote>
<h2>PyMongo 4.6.0</h2>
<p>Release notes: <a
href="https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866">https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>Changes in Version 4.6</h2>
<p>PyMongo 4.6 brings a number of improvements including:</p>
<ul>
<li>
<p>Added the <code>serverMonitoringMode</code> URI and keyword argument
to :class:<code>~pymongo.mongo_client.MongoClient</code>.</p>
</li>
<li>
<p>Improved client performance and reduced connection requirements in
Function-as-a-service (FaaS)
environments like AWS Lambda, Google Cloud Functions, and Microsoft
Azure Functions.</p>
</li>
<li>
<p>Added the
:attr:<code>pymongo.monitoring.CommandSucceededEvent.database_name</code>
property.</p>
</li>
<li>
<p>Added the
:attr:<code>pymongo.monitoring.CommandFailedEvent.database_name</code>
property.</p>
</li>
<li>
<p>Allow passing a <code>dict</code> to sort/create_index/hint.</p>
</li>
<li>
<p>Added :func:<code>repr</code> support to the write result classes:
:class:<code>~pymongo.results.BulkWriteResult</code>,
:class:<code>~pymongo.results.DeleteResult</code>,
:class:<code>~pymongo.results.InsertManyResult</code>,
:class:<code>~pymongo.results.InsertOneResult</code>,
:class:<code>~pymongo.results.UpdateResult</code>, and
:class:<code>~pymongo.encryption.RewrapManyDataKeyResult</code>. For
example:</p>
<blockquote>
<blockquote>
<blockquote>
<p>client.t.t.insert_one({})
InsertOneResult(ObjectId('65319acdd55bb3a27ab5502b'), acknowledged=True)
client.t.t.insert_many([{} for _ in range(3)])
InsertManyResult([ObjectId('6532f85e826f2b6125d6ce39'),
ObjectId('6532f85e826f2b6125d6ce3a'),
ObjectId('6532f85e826f2b6125d6ce3b')], acknowledged=True)</p>
</blockquote>
</blockquote>
</blockquote>
</li>
<li>
<p>:meth:<code>~pymongo.uri_parser.parse_uri</code> now considers the
delimiting slash (<code>/</code>)
between hosts and connection options optional. For example,
"mongodb://example.com?tls=true" is now a valid URI.</p>
</li>
<li>
<p>Fixed a bug where PyMongo would incorrectly promote all cursors to
exhaust cursors
when connected to load balanced MongoDB clusters or Serverless
clusters.</p>
</li>
<li>
<p>Added the :ref:<code>network-compression-example</code> documentation
page.</p>
</li>
<li>
<p>Added more timeout information to network errors.</p>
</li>
</ul>
<h2>Changes in Version 4.5</h2>
<p>PyMongo 4.5 brings a number of improvements including:</p>
<ul>
<li>Added new helper methods for Atlas Search Index (requires MongoDB
Server 7.0+):
:meth:<code>~pymongo.collection.Collection.list_search_indexes</code>,
:meth:<code>~pymongo.collection.Collection.create_search_index</code>,
:meth:<code>~pymongo.collection.Collection.create_search_indexes</code>,
:meth:<code>~pymongo.collection.Collection.drop_search_index</code>,
:meth:<code>~pymongo.collection.Collection.update_search_index</code></li>
<li>Added :meth:<code>~pymongo.database.Database.cursor_command</code>
and :meth:<code>~pymongo.command_cursor.CommandCursor.try_next</code> to
support
executing an arbitrary command that returns a cursor.</li>
<li><code>cryptography</code> 2.5 or later is now required for
:ref:<code>OCSP</code> support.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8e25ce1ca8"><code>8e25ce1</code></a>
BUMP 4.6.0</li>
<li><a
href="a17e412fee"><code>a17e412</code></a>
Updated changelog with timeout info change (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1417">#1417</a>)</li>
<li><a
href="a09a03e5df"><code>a09a03e</code></a>
PYTHON-3930 Add docs page for network compression (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1415">#1415</a>)</li>
<li><a
href="4b9c5b9a1e"><code>4b9c5b9</code></a>
PYTHON-3968 Fix mockupdb tox config (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1416">#1416</a>)</li>
<li><a
href="c146017de1"><code>c146017</code></a>
PYTHON-4012 Adopt more RST static checks (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1412">#1412</a>)</li>
<li><a
href="8faa910f3c"><code>8faa910</code></a>
PYTHON-3743 Bump minServerVersion for CSFLE deterministic encryption …
(<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1411">#1411</a>)</li>
<li><a
href="06653c9e21"><code>06653c9</code></a>
PYTHON-3926 Add more information to connection errors and timeouts (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1375">#1375</a>)</li>
<li><a
href="28250580d1"><code>2825058</code></a>
PYTHON-3950 Add PyMongo 3.13 Changelog Entry to Current Branch (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1410">#1410</a>)</li>
<li><a
href="7bb9a73b2f"><code>7bb9a73</code></a>
PYTHON-3968 Allow pymongo to be installed in tox when C extension fails
to bu...</li>
<li><a
href="58a36e9838"><code>58a36e9</code></a>
PYTHON-4010 Fix test_timeout_kills_cursor_asynchronously (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/1408">#1408</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to
4.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SeleniumHQ/Selenium/releases">selenium's
releases</a>.</em></p>
<blockquote>
<h2>Selenium 4.15</h2>
<h3>Changelog</h3>
<p>For each component's detailed changelog, please check:</p>
<ul>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li>
<li><a
href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li>
</ul>
<h3>Commits in this release</h3>
<!-- raw HTML omitted -->
<ul>
<li><a
href="f4334adc5c"><code>f4334adc5c</code></a>
- update versions for nightly releases :: titusfortner</li>
<li><a
href="ee8c814618"><code>ee8c814618</code></a>
- [rb] update gemfile with nightly version :: titusfortner</li>
<li><a
href="c3fc944d5e"><code>c3fc944d5e</code></a>
- fix change logs :: titusfortner</li>
<li><a
href="163ba66495"><code>163ba66495</code></a>
- [java] remove jdk from list of jars to publish now that it is a core
dependency :: titusfortner</li>
<li><a
href="3dbb37c6ff"><code>3dbb37c6ff</code></a>
- [js] update package lock version :: titusfortner</li>
<li><a
href="2ef70312e8"><code>2ef70312e8</code></a>
- [bidi][java] Add set viewport command :: Puja Jagani</li>
<li><a
href="f02e917ec6"><code>f02e917ec6</code></a>
- [bidi][java] Add browsing context activate command :: Puja Jagani</li>
<li><a
href="2940a0d24d"><code>2940a0d24d</code></a>
- [rust] Organize use (imports) in all modules (no logical changes) ::
Boni Garcia</li>
<li><a
href="889a636954"><code>889a636954</code></a>
- [ci] Slim the Java build even further (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12913">#12913</a>)
:: Simon Stewart</li>
<li><a
href="abeb86612d"><code>abeb86612d</code></a>
- [java] Use Java Map instead of Guava Immutable Map in BiDi package ::
Puja Jagani</li>
<li><a
href="cdd75fcda8"><code>cdd75fcda8</code></a>
- [java] Use Java Map instead of Guava Immutable Map in Chrome package
:: Puja Jagani</li>
<li><a
href="ca15a17230"><code>ca15a17230</code></a>
- [java] Use Java Map instead of Guava Immutable Map in Chromium package
:: Puja Jagani</li>
<li><a
href="a92711b6a7"><code>a92711b6a7</code></a>
- Update mirror info (Tue Oct 10 12:06:42 UTC 2023) :: Selenium CI
Bot</li>
<li><a
href="819955bd77"><code>819955bd77</code></a>
- [iedriver] update versions to 4.14.0.0 :: titusfortner</li>
<li><a
href="f6d04c8a67"><code>f6d04c8a67</code></a>
- [ci + dotnet] Slim down the .Net CI build since most is already
checked by the RBE CI build (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12916">#12916</a>)
:: Simon Stewart</li>
<li><a
href="06bb4e9f33"><code>06bb4e9f33</code></a>
- [java] remove lift related packages and dependencies (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12917">#12917</a>)
:: joerg1985</li>
<li><a
href="1f8b8d9a80"><code>1f8b8d9a80</code></a>
- Update mirror info (Wed Oct 11 00:15:25 UTC 2023) :: Selenium CI
Bot</li>
<li><a
href="bbcfc9aead"><code>bbcfc9aead</code></a>
- [java][bidi] Add validation for browsing context id (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12920">#12920</a>)
:: Manuel Blanco</li>
<li><a
href="225074be5d"><code>225074be5d</code></a>
- [java] Fix default values for print options page size :: Puja
Jagani</li>
<li><a
href="78ee4c01a7"><code>78ee4c01a7</code></a>
- [java] Update page size test :: Puja Jagani</li>
<li><a
href="1c89e31e7a"><code>1c89e31e7a</code></a>
- [ci + dotnet]: We can run tests and packaging in parallel :: Simon
Mavi Stewart</li>
<li><a
href="a717e3feba"><code>a717e3feba</code></a>
- Replace calls to console.log with managed loggers (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12909">#12909</a>)
:: Daniel Rozenberg</li>
<li><a
href="966cb9f9a1"><code>966cb9f9a1</code></a>
- [rust] Include mirror arguments to change default online repository
URLs (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/11687">#11687</a>)
:: Boni García</li>
<li><a
href="6c6b5622b9"><code>6c6b5622b9</code></a>
- [java][bidi] Add print command :: Puja Jagani</li>
<li><a
href="8f73722712"><code>8f73722712</code></a>
- [java] Update Netty to 4.1.100.Final :: Simon Mavi Stewart</li>
<li><a
href="36108e7244"><code>36108e7244</code></a>
- Update mirror info (Wed Oct 11 12:07:07 UTC 2023) :: Selenium CI
Bot</li>
<li><a
href="7ddfad6ad7"><code>7ddfad6ad7</code></a>
- [java] use the java process builder to run external processes (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12898">#12898</a>)
:: joerg1985</li>
<li><a
href="d9f0010403"><code>d9f0010403</code></a>
- [py]: Return a <code>pathlib.Path</code> when
<code>SE_MANAGER_PATH</code> is set. closes <a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12929">#12929</a>
:: symonk</li>
<li><a
href="1e6e5ec2fa"><code>1e6e5ec2fa</code></a>
- [java] allow a custom timeout when shutting down a process :: Jörg
Sautter</li>
<li><a
href="27c7fdbef8"><code>27c7fdbef8</code></a>
- [java] replaced usage of Guavas ByteStreams with native Java 11
methods :: Jörg Sautter</li>
<li><a
href="dd00a0ab56"><code>dd00a0ab56</code></a>
- [java] allow setting version in the Http Client Config (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12919">#12919</a>)
:: Titus Fortner</li>
<li><a
href="0a3d590f7a"><code>0a3d590f7a</code></a>
- [java] Remove unused imports :: Puja Jagani</li>
<li><a
href="7cc250fa59"><code>7cc250fa59</code></a>
- [Bugfix] Refactored code in the WebDriverException class: (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/12933">#12933</a>)
:: Manuel Blanco</li>
<li><a
href="6217edce1e"><code>6217edce1e</code></a>
- Update mirror info (Thu Oct 12 12:07:12 UTC 2023) :: Selenium CI
Bot</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1d14b5521b"><code>1d14b55</code></a>
update versions for 4.15 release</li>
<li><a
href="f74e0dd321"><code>f74e0dd</code></a>
[js] update change log</li>
<li><a
href="63baf0b90a"><code>63baf0b</code></a>
[bidi] [java] Rework tests to run in different browsers</li>
<li><a
href="5402d1a89b"><code>5402d1a</code></a>
[bidi] [js] Add browsing context commands and events (<a
href="https://redirect.github.com/SeleniumHQ/Selenium/issues/13078">#13078</a>)</li>
<li><a
href="e3e8de97c0"><code>e3e8de9</code></a>
[js] Fix typo in text</li>
<li><a
href="81efbf2b7b"><code>81efbf2</code></a>
[js] Fix typo in test</li>
<li><a
href="014ead4f02"><code>014ead4</code></a>
script to automate version updates</li>
<li><a
href="c9816fbafb"><code>c9816fb</code></a>
update selenium manager binaries</li>
<li><a
href="c87de7beff"><code>c87de7b</code></a>
add script for updating selenium manager</li>
<li><a
href="d847116165"><code>d847116</code></a>
update change logs</li>
<li>Additional commits viewable in <a
href="https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
- Bugfixing: Wenn das Dokument aus der Mongo keinen Eintrag für Text
oder Titel hatte, ist die Pipeline gecrasht. -->Eine Abfrage wurde
hinzugefügt.
- Überschreiben des Datenbanknamens wurde entfernt
- ein Attribut des Transformers hat sich geändert
---------
Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.4.0
to 3.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maxbachmann/RapidFuzz/releases">rapidfuzz's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.5.1</h2>
<h2>Fixed</h2>
<ul>
<li>fix compilation failure on macOS</li>
</ul>
<h2>Release 3.5.0</h2>
<h2>Changed</h2>
<ul>
<li>skip pandas <code>pd.NA</code> similar to <code>None</code></li>
<li>add <code>score_multiplier</code> argument to
<code>process.cdist</code> which allows multiplying the end result
scores
with a constant factor.</li>
<li>drop support for Python 3.7</li>
</ul>
<h2>Performance</h2>
<ul>
<li>improve performance of simd implementation for <code>LCS</code> /
<code>Indel</code> / <code>Jaro</code> / <code>JaroWinkler</code></li>
<li>improve performance of Jaro and Jaro Winkler for long sequences</li>
<li>implement <code>process.extract</code> with <code>limit=1</code>
using <code>process.extractOne</code> which can be faster</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>the preprocessing function was always called through Python due to a
broken C-API version check</li>
<li>fix wraparound issue in simd implementation of Jaro and Jaro
Winkler</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst">rapidfuzz's
changelog</a>.</em></p>
<blockquote>
<h2>Changelog</h2>
<p>[3.5.1] - 2023-10-31
^^^^^^^^^^^^^^^^^^^^
Fixed</p>
<pre><code>* fix compilation failure on macOS
<p>[3.5.0] - 2023-10-31
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre></p>
<ul>
<li>skip pandas <code>pd.NA</code> similar to <code>None</code></li>
<li>add <code>score_multiplier</code> argument to
<code>process.cdist</code> which allows multiplying the end result
scores
with a constant factor.</li>
<li>drop support for Python 3.7</li>
</ul>
<p>Performance</p>
<pre><code>* improve performance of simd implementation for ``LCS`` /
``Indel`` / ``Jaro`` / ``JaroWinkler``
* improve performance of Jaro and Jaro Winkler for long sequences
* implement ``process.extract`` with ``limit=1`` using
``process.extractOne`` which can be faster
<p>Fixed</p>
<pre><code>* the preprocessing function was always called through Python
due to a broken C-API version check
* fix wraparound issue in simd implementation of Jaro and Jaro Winkler
[3.4.0] - 2023-10-09
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>upgrade to <code>Cython==3.0.3</code></li>
<li>add simd implementation for Jaro and Jaro Winkler</li>
</ul>
<p>[3.3.1] - 2023-09-25
^^^^^^^^^^^^^^^^^^^^
Added</p>
<pre><code>* add missing tag for python 3.12 support
[3.3.0] - 2023-09-11
^^^^^^^^^^^^^^^^^^^^
Changed
</code></pre>
<ul>
<li>upgrade to <code>Cython==3.0.2</code></li>
<li>implement the remaining missing features from the C++ implementation
in the pure Python implementation</li>
</ul>
<p>Added
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5b35b11ead"><code>5b35b11</code></a>
release 3.5.1</li>
<li><a
href="f2ec8c1a2d"><code>f2ec8c1</code></a>
fix compilation failure on macOS</li>
<li><a
href="c1f0d0d1f6"><code>c1f0d0d</code></a>
fix wraparound issue in Jaro/JaroWinkler</li>
<li><a
href="ea6962ad00"><code>ea6962a</code></a>
update changelog</li>
<li><a
href="d089e1fe92"><code>d089e1f</code></a>
fetch tags in submodules</li>
<li><a
href="0e39abdff7"><code>0e39abd</code></a>
update python version</li>
<li><a
href="438cb51e9f"><code>438cb51</code></a>
update rapidfuzz-cpp</li>
<li><a
href="c68752cc9f"><code>c68752c</code></a>
add coverage badge</li>
<li><a
href="cc1e9a11ea"><code>cc1e9a1</code></a>
test preprocessing function with distance scorers</li>
<li><a
href="41dfce987a"><code>41dfce9</code></a>
improve coverage for python preprocessing function</li>
<li>Additional commits viewable in <a
href="https://github.com/maxbachmann/RapidFuzz/compare/v3.4.0...v3.5.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0
to 3.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<h2>REL: v3.8.1</h2>
<p>This is the first bugfix release of the 3.8.x series.</p>
<p>This release contains several bug fixes and adjustments:</p>
<ul>
<li>Bump setuptools required version because of setuptools_scm v8</li>
<li>Update <code>find_nearest_contour</code> and revert contour
deprecations</li>
<li><code>allsegs</code> and <code>allkinds</code> return individual
segments</li>
<li>Restore default behavior of hexbin mincnt with C provided</li>
<li>Try/except import of Axes3D</li>
<li>Ensure valid path mangling for ContourLabeler</li>
<li>BLD: Remove development dependencies from sdists</li>
<li>FIX 2-tuple of colors in to_rgba_array</li>
<li>Fix issue with non-string labels and legend</li>
<li>Fix issue with locale comma when not using math text</li>
<li>Various type hinting improvements</li>
<li>Various documentation improvements</li>
<li>Improvements to the MacOS backend</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fac632fe3c"><code>fac632f</code></a>
REL: v3.8.1</li>
<li><a
href="8c517cd035"><code>8c517cd</code></a>
Release prep v3.8.1</li>
<li><a
href="8c6b3e92b8"><code>8c6b3e9</code></a>
Merge remote-tracking branch 'origin/v3.8.0-doc' into v3.8.x</li>
<li><a
href="043a191d2e"><code>043a191</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27240">#27240</a>
from meeseeksmachine/auto-backport-of-pr-27237-on-v...</li>
<li><a
href="08876f8c80"><code>08876f8</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27239">#27239</a>
from meeseeksmachine/auto-backport-of-pr-27237-on-v...</li>
<li><a
href="dc37d9640d"><code>dc37d96</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27238">#27238</a>
from meeseeksmachine/auto-backport-of-pr-27165-on-v...</li>
<li><a
href="be5b1f5c97"><code>be5b1f5</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27237">#27237</a>:
DOC: Add command to install appropriate `requirements.txt...</li>
<li><a
href="58a7f9af47"><code>58a7f9a</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27237">#27237</a>:
DOC: Add command to install appropriate `requirements.txt...</li>
<li><a
href="0a775917db"><code>0a77591</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27165">#27165</a>:
Fixing Matplotlib Notebook Text</li>
<li><a
href="2e68a4e9fe"><code>2e68a4e</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/27229">#27229</a>
from ksunden/auto-backport-of-pr-27226-on-v3.8.x</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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>
[//]: # (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 "annotations"
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
"comparator"
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 />
[](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>
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 />
[](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>
The git hash looks currently like this:
`Build from GiT Revision: ('d3189f78c47d812f447739f97876ced01227e1fd',)`
After this change it should look like this:
`Build from GiT Revision: d3189f78c47d812f447739f97876ced01227e1fd`
[//]: # (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 />
[](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>
[//]: # (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 & werkzeug limits to <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 & werkzeug limits to <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 & 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 & 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 />
[](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>
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 />
[](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>
I think the current blueish plotly default theme bits itself quit beadly
with @KM-R s great work.
I propose to set the deault plotly template to either:
- plotly_white
- ggplot2
- seaborn
Simply change the constant i have set will change this.
Heren you can find the catalog of themes:
https://plotly.com/python/templates/#disable-default-theming
I would not suggest to do more than changing the default layout.