mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2026-02-13 22:17:38 +01:00
f3f6c40a49c562e5fe0a9a3634b4883b03a9dbdd
382 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f3f6c40a49 |
build(deps): bump pymongo from 4.5.0 to 4.6.0 (#304)
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="https://github.com/mongodb/mongo-python-driver/commit/8e25ce1ca876d76b810cbe070cc52f1c18bd46f0"><code>8e25ce1</code></a> BUMP 4.6.0</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/a17e412feedfa99d58e3c31f1073f6f84a9f16f7"><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="https://github.com/mongodb/mongo-python-driver/commit/a09a03e5df86eba774670b774181e2b32366bfea"><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="https://github.com/mongodb/mongo-python-driver/commit/4b9c5b9a1e81acd9a8fdf94be3a0d05fb8ba71d2"><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="https://github.com/mongodb/mongo-python-driver/commit/c146017de1012499283539aebb864b44d82d4eed"><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="https://github.com/mongodb/mongo-python-driver/commit/8faa910f3c2a2b2acebf14477fddd311ff06027f"><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="https://github.com/mongodb/mongo-python-driver/commit/06653c9e21fff04eb8b9f4f336010d0bfb701e94"><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="https://github.com/mongodb/mongo-python-driver/commit/28250580d194608ca76c79c4104bcbe03a0c5895"><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="https://github.com/mongodb/mongo-python-driver/commit/7bb9a73b2f0328418c33296d58880858f9ae966a"><code>7bb9a73</code></a> PYTHON-3968 Allow pymongo to be installed in tox when C extension fails to bu...</li> <li><a href="https://github.com/mongodb/mongo-python-driver/commit/58a36e98381a195d4576d363d3791cd639a0d459"><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> |
||
|
|
eee77ca84a |
build(deps): bump pymongo from 4.5.0 to 4.6.0
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.5.0...4.6.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
29467d714e |
build(deps): bump selenium from 4.14.0 to 4.15.0 (#297)
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="http://github.com/seleniumhq/selenium/commit/f4334adc5c8338fe51901288168d0ee90edda9b1"><code>f4334adc5c</code></a> - update versions for nightly releases :: titusfortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ee8c8146182f00d513a22201d7fd1edf236d628e"><code>ee8c814618</code></a> - [rb] update gemfile with nightly version :: titusfortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/c3fc944d5e3800ab567306467f4de38474ec79df"><code>c3fc944d5e</code></a> - fix change logs :: titusfortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/163ba6649509b071d5b050ec15d3849048b31457"><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="http://github.com/seleniumhq/selenium/commit/3dbb37c6ff107d36817e21d4111575315780ebcb"><code>3dbb37c6ff</code></a> - [js] update package lock version :: titusfortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/2ef70312e8785d7db74526669a64abc2f48cebc8"><code>2ef70312e8</code></a> - [bidi][java] Add set viewport command :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/f02e917ec618986ffcbf67863acbdc19c8f82036"><code>f02e917ec6</code></a> - [bidi][java] Add browsing context activate command :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/2940a0d24dff70dcfa5f5d9e891e2a018c031db0"><code>2940a0d24d</code></a> - [rust] Organize use (imports) in all modules (no logical changes) :: Boni Garcia</li> <li><a href="http://github.com/seleniumhq/selenium/commit/889a6369547bc9ee5a5323054a4216c74616f840"><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="http://github.com/seleniumhq/selenium/commit/abeb86612d07d0ab0507d3e75e5c570fe9c595b3"><code>abeb86612d</code></a> - [java] Use Java Map instead of Guava Immutable Map in BiDi package :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/cdd75fcda8507e39d44785ff16dd5a95c9ec45d2"><code>cdd75fcda8</code></a> - [java] Use Java Map instead of Guava Immutable Map in Chrome package :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ca15a17230bf6de01b3dad44c0525036ac038d47"><code>ca15a17230</code></a> - [java] Use Java Map instead of Guava Immutable Map in Chromium package :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/a92711b6a756089f8011f46ea58e344182d2f93d"><code>a92711b6a7</code></a> - Update mirror info (Tue Oct 10 12:06:42 UTC 2023) :: Selenium CI Bot</li> <li><a href="http://github.com/seleniumhq/selenium/commit/819955bd77ba0f1e13a07b31a9a470cb00c381d5"><code>819955bd77</code></a> - [iedriver] update versions to 4.14.0.0 :: titusfortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/f6d04c8a67446fb2c971f98e580f9fb8e1376d25"><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="http://github.com/seleniumhq/selenium/commit/06bb4e9f331afe228c7512ae9649788cac03b54e"><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="http://github.com/seleniumhq/selenium/commit/1f8b8d9a804e35e7773d7226e2e2c26b0964a9fc"><code>1f8b8d9a80</code></a> - Update mirror info (Wed Oct 11 00:15:25 UTC 2023) :: Selenium CI Bot</li> <li><a href="http://github.com/seleniumhq/selenium/commit/bbcfc9aeadc558cb7854e4d3372e51ebebbac935"><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="http://github.com/seleniumhq/selenium/commit/225074be5d368ef523928b676d71c56453771019"><code>225074be5d</code></a> - [java] Fix default values for print options page size :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/78ee4c01a7dfe4377ba251fcc047beed1534f0f3"><code>78ee4c01a7</code></a> - [java] Update page size test :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/1c89e31e7a273b2e54ce178929887ed3eb942cd5"><code>1c89e31e7a</code></a> - [ci + dotnet]: We can run tests and packaging in parallel :: Simon Mavi Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/a717e3feba8b04289bdfc1e5efb9282e46560217"><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="http://github.com/seleniumhq/selenium/commit/966cb9f9a15382aff8f6ebae5200dae8eee85b0c"><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="http://github.com/seleniumhq/selenium/commit/6c6b5622b90dd52b696e1512fc811b7985741af1"><code>6c6b5622b9</code></a> - [java][bidi] Add print command :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/8f737227121762ff3bf8748ea1bc7b9f943bd5bd"><code>8f73722712</code></a> - [java] Update Netty to 4.1.100.Final :: Simon Mavi Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/36108e724495d1659551526dd8a82a9e56504249"><code>36108e7244</code></a> - Update mirror info (Wed Oct 11 12:07:07 UTC 2023) :: Selenium CI Bot</li> <li><a href="http://github.com/seleniumhq/selenium/commit/7ddfad6ad7d92fbb1bac72b6353a58ae38c26288"><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="http://github.com/seleniumhq/selenium/commit/d9f0010403fc2e1b50f0da3a6224be7da71108dc"><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="http://github.com/seleniumhq/selenium/commit/1e6e5ec2fa44f3fe508fd0289dcea6f326f2351c"><code>1e6e5ec2fa</code></a> - [java] allow a custom timeout when shutting down a process :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/27c7fdbef8653ab1727548be76f5b8b53086462d"><code>27c7fdbef8</code></a> - [java] replaced usage of Guavas ByteStreams with native Java 11 methods :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/dd00a0ab56b0b6483d48650c16028032c67b7174"><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="http://github.com/seleniumhq/selenium/commit/0a3d590f7aad85214b060819d417d24f173dbf4c"><code>0a3d590f7a</code></a> - [java] Remove unused imports :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/7cc250fa590023fe17e4f93feb511f90f3cd4eaf"><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="http://github.com/seleniumhq/selenium/commit/6217edce1e66972d4193f30b108dab155133aa7a"><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="https://github.com/SeleniumHQ/selenium/commit/1d14b5521bae241b099f6b0e008fcc9866e842ab"><code>1d14b55</code></a> update versions for 4.15 release</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/f74e0dd321f11ed40a94d9db20df2b44c20cd7ba"><code>f74e0dd</code></a> [js] update change log</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/63baf0b90acc9ceb033d7bd34f0a7392b9894351"><code>63baf0b</code></a> [bidi] [java] Rework tests to run in different browsers</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/5402d1a89bc0db31cca63af1f5605bae2ae374c4"><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="https://github.com/SeleniumHQ/selenium/commit/e3e8de97c0b5936468832a9b1a44defe8d6d799c"><code>e3e8de9</code></a> [js] Fix typo in text</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/81efbf2b7b2812003da1ed0b312883a13f2e49f4"><code>81efbf2</code></a> [js] Fix typo in test</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/014ead4f02ca7acf73076452bb201cb7ddd38730"><code>014ead4</code></a> script to automate version updates</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/c9816fbafb10cbb46da8119c5eee2614aad49b08"><code>c9816fb</code></a> update selenium manager binaries</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/c87de7beffb4efac2781ae5842f7def36b4873f6"><code>c87de7b</code></a> add script for updating selenium manager</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/d847116165e464a769dd43b8a9ecb8728d5567b7"><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> |
||
|
|
d5dbf553c7 | lint: Format changes | ||
|
|
de689f164a | lint: Format changes | ||
|
|
534a9ca809 | fix(data-extraction): Resolve wait function issue using lambda | ||
|
|
a96ebe916c |
300 ner service crash (#301)
- 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> |
||
|
|
4b4d568b9d |
build(deps): bump selenium from 4.14.0 to 4.15.0
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.14.0...selenium-4.15.0) --- updated-dependencies: - dependency-name: selenium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
7620efc6da |
build(deps): bump rapidfuzz from 3.4.0 to 3.5.1 (#298)
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="https://github.com/maxbachmann/RapidFuzz/commit/5b35b11eade8f74b739d296a5fe9dc7f22c36d51"><code>5b35b11</code></a> release 3.5.1</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/f2ec8c1a2d4836dc949b9b1141897514702d4642"><code>f2ec8c1</code></a> fix compilation failure on macOS</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/c1f0d0d1f66f153fb0b52c31694befa7fa53490b"><code>c1f0d0d</code></a> fix wraparound issue in Jaro/JaroWinkler</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/ea6962ad0093eccb043e7cc22de88887848c1ff2"><code>ea6962a</code></a> update changelog</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/d089e1fe9218fa0bb58aa7462cba2480ee937edf"><code>d089e1f</code></a> fetch tags in submodules</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/0e39abdff79ffbc06303f42eceef10c46ce42dfd"><code>0e39abd</code></a> update python version</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/438cb51e9f42faa573cb1bd1043a8aafad8406af"><code>438cb51</code></a> update rapidfuzz-cpp</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/c68752cc9f25b3cf408a5f1f4f6fabae34d8da64"><code>c68752c</code></a> add coverage badge</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/cc1e9a11ea80a425e61da5ec5b979db0835891f9"><code>cc1e9a1</code></a> test preprocessing function with distance scorers</li> <li><a href="https://github.com/maxbachmann/RapidFuzz/commit/41dfce987a8f706c33672013e24e902bfcf1bb1c"><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> |
||
|
|
73e549fffb |
build(deps): bump rapidfuzz from 3.4.0 to 3.5.1
Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.4.0 to 3.5.1. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.4.0...v3.5.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
3a0aa9f56c |
build(deps): bump matplotlib from 3.8.0 to 3.8.1 (#299)
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="https://github.com/matplotlib/matplotlib/commit/fac632fe3c66344418b654d0ac86e9598c1fa89f"><code>fac632f</code></a> REL: v3.8.1</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/8c517cd03553a59e97bdb00289bfd17fec0c7aec"><code>8c517cd</code></a> Release prep v3.8.1</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/8c6b3e92b83b6fdcba39961d105161d7c9404931"><code>8c6b3e9</code></a> Merge remote-tracking branch 'origin/v3.8.0-doc' into v3.8.x</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/043a191d2ee44591ab61b69c44835017faaafaca"><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="https://github.com/matplotlib/matplotlib/commit/08876f8c8035a6778d3d81d46f48eb03225c246d"><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="https://github.com/matplotlib/matplotlib/commit/dc37d9640d226eccee4d1ac36aa0a1eb64e39da6"><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="https://github.com/matplotlib/matplotlib/commit/be5b1f5c97db70351ad7797e4811d0a7476aa52d"><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="https://github.com/matplotlib/matplotlib/commit/58a7f9af474675f424aa94fcdae1ca51a2b1dfd0"><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="https://github.com/matplotlib/matplotlib/commit/0a775917db9747e5446794e52dc1a79d3d356d5d"><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="https://github.com/matplotlib/matplotlib/commit/2e68a4e9fe49786bd33459f7be93f55e1995463c"><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> |
||
|
|
2476c43548 |
build(deps): bump matplotlib from 3.8.0 to 3.8.1
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
389810c9bc | Update and rename dependabot-approve.yaml to dependabot-auto-merge.yaml | ||
|
|
3c2394d2d5 |
Sets auto merge for PRs opened by dependabot to true. (#293)
Sets auto merge for PRs opened by dependabot to true. Review is still needed. |
||
|
|
f7e1fdb977 |
build(deps): bump sqlalchemy from 1.4.49 to 1.4.50 (#291)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.49 to 1.4.50. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's releases</a>.</em></p> <blockquote> <h1>1.4.50</h1> <p>Released: October 29, 2023</p> <h2>orm</h2> <ul> <li> <p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented some forms of ORM "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> |
||
|
|
5699270c34 |
build(deps-dev): bump nbconvert from 7.9.2 to 7.10.0 (#290)
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.9.2 to 7.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>v7.10.0</h2> <h2>7.10.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Fix typing for traitlets 5.13 <a href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Update typings and remove dead link <a href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&to=2023-10-30&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@bollwyvl</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h2>7.10.0</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.9.2...48599a4bba00819e4e626fe098eb204977590ee4">Full Changelog</a>)</p> <h3>Enhancements made</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Fix typing for traitlets 5.13 <a href="https://redirect.github.com/jupyter/nbconvert/pull/2060">#2060</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Adopt ruff format <a href="https://redirect.github.com/jupyter/nbconvert/pull/2059">#2059</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Update typings and remove dead link <a href="https://redirect.github.com/jupyter/nbconvert/pull/2056">#2056</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Documentation improvements</h3> <ul> <li>Update to mermaid 10.6.0, docs keyboard navigation <a href="https://redirect.github.com/jupyter/nbconvert/pull/2058">#2058</a> (<a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2023-10-05&to=2023-10-30&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Abollwyvl+updated%3A2023-10-05..2023-10-30&type=Issues"><code>@bollwyvl</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbconvert/commit/6bce6dab0628fbb26fd09bfa42377cb2b4ec6482"><code>6bce6da</code></a> Publish 7.10.0</li> <li><a href="https://github.com/jupyter/nbconvert/commit/48599a4bba00819e4e626fe098eb204977590ee4"><code>48599a4</code></a> Fix typing for traitlets 5.13 (<a href="https://redirect.github.com/jupyter/nbconvert/issues/2060">#2060</a>)</li> <li><a href="https://github.com/jupyter/nbconvert/commit/9df32d6f77e94939bfea1d38d606cce7ab676ce8"><code>9df32d6</code></a> Adopt ruff format (<a href="https://redirect.github.com/jupyter/nbconvert/issues/2059">#2059</a>)</li> <li><a href="https://github.com/jupyter/nbconvert/commit/858d63400123ea74f276ddc78f2526a63bcd36b5"><code>858d634</code></a> Update to mermaid 10.6.0, docs keyboard navigation (<a href="https://redirect.github.com/jupyter/nbconvert/issues/2058">#2058</a>)</li> <li><a href="https://github.com/jupyter/nbconvert/commit/b758aa10adad162b9e9e231e6a9f6af7e341562c"><code>b758aa1</code></a> Update typings and remove dead link (<a href="https://redirect.github.com/jupyter/nbconvert/issues/2056">#2056</a>)</li> <li>See full diff in <a href="https://github.com/jupyter/nbconvert/compare/v7.9.2...v7.10.0">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
11eb2c9bf5 |
build(deps-dev): bump types-pyopenssl from 23.2.0.2 to 23.3.0.0 (#292)
Bumps [types-pyopenssl](https://github.com/python/typeshed) from 23.2.0.2 to 23.3.0.0. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
4362463f3c |
Added types-six to the linting packages and unlocked all the linter versions. (#286)
Added the from mypy demanded types-six package as a lint dependency. This should allow for a faster execution. |
||
|
|
f72d606d18 |
Added base-path support in URL generating features (#288)
Add the basepath dash url to the path generation for dynamicly generated links. |
||
|
|
6526549bdd |
Reworked the about page for a nicer version of the git hash (#283)
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`
|
||
|
|
fca53c5e0c |
Dash security-fix against DoS. (#284)
Dash has currently a security vulnerability. This updated should fix this. Dependabot is currently not allowed to upgrade main-version. |
||
|
|
d3189f78c4 |
build(deps-dev): bump types-cachetools from 5.3.0.6 to 5.3.0.7 (#277)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [types-cachetools](https://github.com/python/typeshed) from 5.3.0.6 to 5.3.0.7. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
759ee0ecf2 |
build(deps-dev): bump ruff from 0.1.2 to 0.1.3 (#276)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.2 to 0.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.3</h2> <p>This release includes a variety of improvements to the Ruff formatter (available now as <code>ruff format</code>), removing several known and unintentional deviations from Black.</p> <h2>Changes</h2> <h3>Formatter</h3> <ul> <li>Avoid space around pow for <code>None</code>, <code>True</code> and <code>False</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li> <li>Avoid sorting all paths in the format command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li> <li>Insert necessary blank line between class and leading comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li> <li>Avoid introducing new parentheses in annotated assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li> <li>Refine the warnings about incompatible linter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li> <li>Add test and basic implementation for formatter preview mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li> <li>Refine warning about incompatible <code>isort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li> <li>Only omit optional parentheses for starting or ending with parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li> <li>Use source type to determine parser mode for formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li> <li>Don't warn about magic trailing comma when <code>isort.force-single-line</code> is true (<a href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li> <li>Use <code>SourceKind::diff</code> for formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li> <li>Fix <code>fmt:off</code> with trailing child comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li> <li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li> </ul> <h3>Linter</h3> <ul> <li>[<code>pylint</code>] Add buffer methods to <code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li> <li>Match rule prefixes from <code>external</code> codes setting in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li> <li>Use <code>line-length</code> setting for isort in lieu of <code>pycodestyle.max-line-length</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li> <li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to unsafe for unknown types (<a href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li> <li>Correct quick fix message for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in max-doc-length documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li> <li>Improve documentation around linter-formatter conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li> <li>Fix link to error suppression documentation in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li> <li>Add <code>external</code> option to <code>unused-noqa</code> documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li> <li>Add title attribute to icons (<a href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li> <li>Clarify unsafe case in RSE102 (<a href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li> <li>Fix skipping formatting examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li> <li>docs: fix name of <code>magic-trailing-comma</code> option in README (<a href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li> <li>Add note about scope of rule changing in versioning policy (<a href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li> <li>Document: Fix default lint rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li> <li>Fix a wrong setting in configuration.md (<a href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li> <li>Fix misspelled TOML headers in the tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/T-256"><code>@T-256</code></a></li> <li><a href="https://github.com/TeamSpen210"><code>@TeamSpen210</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.3</h2> <p>This release includes a variety of improvements to the Ruff formatter, removing several known and unintentional deviations from Black.</p> <h3>Formatter</h3> <ul> <li>Avoid space around pow for <code>None</code>, <code>True</code> and <code>False</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8189">#8189</a>)</li> <li>Avoid sorting all paths in the format command (<a href="https://redirect.github.com/astral-sh/ruff/pull/8181">#8181</a>)</li> <li>Insert necessary blank line between class and leading comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8224">#8224</a>)</li> <li>Avoid introducing new parentheses in annotated assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8233">#8233</a>)</li> <li>Refine the warnings about incompatible linter options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8196">#8196</a>)</li> <li>Add test and basic implementation for formatter preview mode (<a href="https://redirect.github.com/astral-sh/ruff/pull/8044">#8044</a>)</li> <li>Refine warning about incompatible <code>isort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8192">#8192</a>)</li> <li>Only omit optional parentheses for starting or ending with parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/8238">#8238</a>)</li> <li>Use source type to determine parser mode for formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8205">#8205</a>)</li> <li>Don't warn about magic trailing comma when <code>isort.force-single-line</code> is true (<a href="https://redirect.github.com/astral-sh/ruff/pull/8244">#8244</a>)</li> <li>Use <code>SourceKind::diff</code> for formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8240">#8240</a>)</li> <li>Fix <code>fmt:off</code> with trailing child comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8234">#8234</a>)</li> <li>Formatter parentheses support for <code>IpyEscapeCommand</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8207">#8207</a>)</li> </ul> <h3>Linter</h3> <ul> <li>[<code>pylint</code>] Add buffer methods to <code>bad-dunder-method-name</code> (<code>PLW3201</code>) exclusions (<a href="https://redirect.github.com/astral-sh/ruff/pull/8190">#8190</a>)</li> <li>Match rule prefixes from <code>external</code> codes setting in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8177">#8177</a>)</li> <li>Use <code>line-length</code> setting for isort in lieu of <code>pycodestyle.max-line-length</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8235">#8235</a>)</li> <li>Update fix for <code>unnecessary-paren-on-raise-exception</code> to unsafe for unknown types (<a href="https://redirect.github.com/astral-sh/ruff/pull/8231">#8231</a>)</li> <li>Correct quick fix message for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8255">#8255</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Fix typo in max-doc-length documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8201">#8201</a>)</li> <li>Improve documentation around linter-formatter conflicts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8257">#8257</a>)</li> <li>Fix link to error suppression documentation in <code>unused-noqa</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8172">#8172</a>)</li> <li>Add <code>external</code> option to <code>unused-noqa</code> documentation (<a href="https://redirect.github.com/astral-sh/ruff/pull/8171">#8171</a>)</li> <li>Add title attribute to icons (<a href="https://redirect.github.com/astral-sh/ruff/pull/8060">#8060</a>)</li> <li>Clarify unsafe case in RSE102 (<a href="https://redirect.github.com/astral-sh/ruff/pull/8256">#8256</a>)</li> <li>Fix skipping formatting examples (<a href="https://redirect.github.com/astral-sh/ruff/pull/8210">#8210</a>)</li> <li>docs: fix name of <code>magic-trailing-comma</code> option in README (<a href="https://redirect.github.com/astral-sh/ruff/pull/8200">#8200</a>)</li> <li>Add note about scope of rule changing in versioning policy (<a href="https://redirect.github.com/astral-sh/ruff/pull/8169">#8169</a>)</li> <li>Document: Fix default lint rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8218">#8218</a>)</li> <li>Fix a wrong setting in configuration.md (<a href="https://redirect.github.com/astral-sh/ruff/pull/8186">#8186</a>)</li> <li>Fix misspelled TOML headers in the tutorial (<a href="https://redirect.github.com/astral-sh/ruff/pull/8209">#8209</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/3e7b92991b996871cdbd674782732fcfc214a5e2"><code>3e7b929</code></a> Bump version to v0.1.3 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8259">#8259</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/25d4ddaa60d0b401ded596a1517c39848f905d9b"><code>25d4dda</code></a> Add title attribute to icons (<a href="https://redirect.github.com/astral-sh/ruff/issues/8060">#8060</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/63a5a12a41337fca2535da42279946ae7c33e681"><code>63a5a12</code></a> Improve documentation around linter-formatter conflicts (<a href="https://redirect.github.com/astral-sh/ruff/issues/8257">#8257</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/c32f943d867df36ef4d962481afb113228db70fe"><code>c32f943</code></a> Don't warn about magic trailing comma when <code>isort.force-single-line</code> is true ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/d211074f59b9f65973dc35f8511870000dfc6365"><code>d211074</code></a> Clarify unsafe case in RSE102 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8256">#8256</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/4ffd4ed61f9b8f95999b22d41f0698e7dd0977da"><code>4ffd4ed</code></a> Correct quick fix message for <code>W605</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/8255">#8255</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a4dd1e5fad5967efbf6f60e213827430628fe674"><code>a4dd1e5</code></a> Refine the warnings about incompatible linter options (<a href="https://redirect.github.com/astral-sh/ruff/issues/8196">#8196</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/be3307e9a62a4fe0fd65f6c3fcb0c86b5f0d99d6"><code>be3307e</code></a> Make <code>unnecessary-paren-on-raise-exception</code> an unsafe edit (<a href="https://redirect.github.com/astral-sh/ruff/issues/8231">#8231</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/317d3dd61218bcc35b20a42403f3c9acc1963be2"><code>317d3dd</code></a> Add test and basic implementation for formatter preview mode (<a href="https://redirect.github.com/astral-sh/ruff/issues/8044">#8044</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f5e850745cc9bcaeb308a3a139b4e86db58096aa"><code>f5e8507</code></a> Only omit optional parentheses for starting or ending with parentheses (<a href="https://redirect.github.com/astral-sh/ruff/issues/8238">#8238</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.2...v0.1.3">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
5787d71f90 |
build(deps): bump dash from 2.14.0 to 2.14.1 (#278)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [dash](https://github.com/plotly/dash) from 2.14.0 to 2.14.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/dash/releases">dash's releases</a>.</em></p> <blockquote> <h2>Dash v2.14.1</h2> <h2>Fixed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2672">#2672</a> Fix <code>get_caller_name</code> in case the source is not available.</li> </ul> <h2>Changed</h2> <ul> <li><a href="https://redirect.github.com/plotly/dash/pull/2674">#2674</a> Raise flask & 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="https://github.com/plotly/dash/commit/8e025a9649495d00b3fd3094994246c061f497cc"><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="https://github.com/plotly/dash/commit/1ca5e64d5d23048a375b60cd5726fc46fb11dddc"><code>1ca5e64</code></a> build</li> <li><a href="https://github.com/plotly/dash/commit/b9b32de8b41600c8d23d5a9bd7a9aa63e123cb7e"><code>b9b32de</code></a> Merge branch 'dev' into master-2.14.1</li> <li><a href="https://github.com/plotly/dash/commit/3adb9a93f6496c7987a25d3c9c314dcfd5d57426"><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="https://github.com/plotly/dash/commit/0cbcb9f128f678fca852b41b334975c500d38453"><code>0cbcb9f</code></a> Version 2.14.1</li> <li><a href="https://github.com/plotly/dash/commit/c61398e0b6ae5c5769fb5b9cdfea874d87931672"><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="https://github.com/plotly/dash/commit/b5dae7b3106e890aeaea0d99b2877ff0b0692cba"><code>b5dae7b</code></a> Update changelog.</li> <li><a href="https://github.com/plotly/dash/commit/457f71f0bb67788d9a0b307e34c6532a9c7b84b2"><code>457f71f</code></a> Put bound on flask & werkzeug to last tested minor.</li> <li><a href="https://github.com/plotly/dash/commit/3f332cdaafdcaeb04547d48a8ef15eaf527ee7e2"><code>3f332cd</code></a> build</li> <li><a href="https://github.com/plotly/dash/commit/45393beb069a3f3dfdaa16d594b6a1c3ba7ddd89"><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> |
||
|
|
ba529aced9 |
build(deps-dev): bump types-tqdm from 4.66.0.2 to 4.66.0.3 (#279)
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.2 to 4.66.0.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
c7046eb975 |
Update pre-commit hooks (#275)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
0e388eb927 | Using actor to identify dependabot and skipp some actions. (#273) | ||
|
|
e7a778e4cb |
Changed the plotly default theme (#269)
I think the current blueish plotly default theme bits itself quit beadly with @KM-R s great work. I propose to set the deault plotly template to either: - plotly_white - ggplot2 - seaborn Simply change the constant i have set will change this. Heren you can find the catalog of themes: https://plotly.com/python/templates/#disable-default-theming I would not suggest to do more than changing the default layout. |
||
|
|
b564b2627c | Update company stats after extraction of more stammdaten (#267) | ||
|
|
7953ba9291 | Mixed typo fixes (#270) | ||
|
|
ab97d77d2d |
Made pip-audit pass on every build. (#272)
Since dependabot is activated this can be reduced as an reporting tool. |
||
|
|
4c56431bff | Update dependabot.yml | ||
|
|
896136dcee |
Added an about page (#251)
This page was added since it is sometimes difficult to say which version was deployed on an server. This should allow an easy lookup on the server and make it comparable with what is expected. |
||
|
|
6d77867eb5 |
Using the python action and the inbuild poetry cache (#261)
I have found out that the python setup action supports the use of the poetry cache which increases the build speed. |
||
|
|
647dab731e |
Update pre-commit hooks (#265)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
1eb972b7ff |
Adds the transfer of sentiments into the sql db (#253)
Transfers the sentimenes from the mongodb int the sql db. |
||
|
|
b250b67343 |
Auto maintance push (#258)
Added that the maintance action allso runs on changes of itself. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
77a0faa257 |
Reduced build time (#260)
The building and pushing of artifacts takes to long. With those changes build experimental images aren't pushed anymore. This saves build time and disc space. |
||
|
|
aca6648997 |
build(deps-dev): bump ruff from 0.1.0 to 0.1.1 (#259)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.0 to 0.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.1</h2> <h2>Changes</h2> <h3>Rule changes</h3> <ul> <li>Add unsafe fix for <code>escape-sequence-in-docstring</code> (<code>D301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Respect <code>#(deprecated)</code> attribute in configuration options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li> <li>Add <code>[format|lint].exclude</code> options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li> <li>Respect <code>tab-size</code> setting in formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li> <li>Add <code>lint.preview</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>[<code>pylint</code>] Implement <code>literal-membership</code> (<code>PLR6201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li> <li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code> (<code>E0704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li> <li>[<code>pylint</code>] Implement <code>global-at-module-level</code> (<code>W0604</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li> <li>[<code>pylint</code>] Implement <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li> <li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>New code style badge for <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li> <li>Fix comments outside expression parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li> <li>Add <code>--target-version</code> to <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li> <li>Skip over parentheses when detecting <code>in</code> keyword (<a href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li> <li>Add <code>--diff</code> option to <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li> <li>Insert newline after nested function or class statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li> <li>Use <code>pass</code> over ellipsis in non-function/class contexts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Lazily evaluate all PEP 695 type alias values (<a href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li> <li>Avoid failed assertion when showing fixes from stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li> <li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li> <li>Avoid flagging <code>bad-dunder-method-name</code> for <code>_</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li> <li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li> <li>Use set bracket replacement for <code>iteration-over-set</code> to preserve whitespace and comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update tutorial to match revised Ruff defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li> <li>Update rule <code>B005</code> docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li> <li>Update GitHub actions example in docs to use <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li> <li>Document <code>lint.preview</code> and <code>format.preview</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li> <li>Clarify that new rules should be added to <code>RuleGroup::Preview</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.1</h2> <h3>Rule changes</h3> <ul> <li>Add unsafe fix for <code>escape-sequence-in-docstring</code> (<code>D301</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7970">#7970</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>Respect <code>#(deprecated)</code> attribute in configuration options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8035">#8035</a>)</li> <li>Add <code>[format|lint].exclude</code> options (<a href="https://redirect.github.com/astral-sh/ruff/pull/8000">#8000</a>)</li> <li>Respect <code>tab-size</code> setting in formatter (<a href="https://redirect.github.com/astral-sh/ruff/pull/8006">#8006</a>)</li> <li>Add <code>lint.preview</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8002">#8002</a>)</li> </ul> <h3>Preview features</h3> <ul> <li>[<code>pylint</code>] Implement <code>literal-membership</code> (<code>PLR6201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7973">#7973</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-boolean-expressions</code> (<code>PLR0916</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7975">#7975</a>)</li> <li>[<code>pylint</code>] Implement <code>misplaced-bare-raise</code> (<code>E0704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7961">#7961</a>)</li> <li>[<code>pylint</code>] Implement <code>global-at-module-level</code> (<code>W0604</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8058">#8058</a>)</li> <li>[<code>pylint</code>] Implement <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7939">#7939</a>)</li> <li>Add fix for <code>triple-single-quotes</code> (<code>D300</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7967">#7967</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>New code style badge for <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/7878">#7878</a>)</li> <li>Fix comments outside expression parentheses (<a href="https://redirect.github.com/astral-sh/ruff/pull/7873">#7873</a>)</li> <li>Add <code>--target-version</code> to <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8055">#8055</a>)</li> <li>Skip over parentheses when detecting <code>in</code> keyword (<a href="https://redirect.github.com/astral-sh/ruff/pull/8054">#8054</a>)</li> <li>Add <code>--diff</code> option to <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/7937">#7937</a>)</li> <li>Insert newline after nested function or class statements (<a href="https://redirect.github.com/astral-sh/ruff/pull/7946">#7946</a>)</li> <li>Use <code>pass</code> over ellipsis in non-function/class contexts (<a href="https://redirect.github.com/astral-sh/ruff/pull/8049">#8049</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Lazily evaluate all PEP 695 type alias values (<a href="https://redirect.github.com/astral-sh/ruff/pull/8033">#8033</a>)</li> <li>Avoid failed assertion when showing fixes from stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8029">#8029</a>)</li> <li>Avoid flagging HTTP and HTTPS literals in urllib-open (<a href="https://redirect.github.com/astral-sh/ruff/pull/8046">#8046</a>)</li> <li>Avoid flagging <code>bad-dunder-method-name</code> for <code>_</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8015">#8015</a>)</li> <li>Remove Python 2-only methods from <code>URLOpen</code> audit (<a href="https://redirect.github.com/astral-sh/ruff/pull/8047">#8047</a>)</li> <li>Use set bracket replacement for <code>iteration-over-set</code> to preserve whitespace and comments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8001">#8001</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Update tutorial to match revised Ruff defaults (<a href="https://redirect.github.com/astral-sh/ruff/pull/8066">#8066</a>)</li> <li>Update rule <code>B005</code> docs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8028">#8028</a>)</li> <li>Update GitHub actions example in docs to use <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8014">#8014</a>)</li> <li>Document <code>lint.preview</code> and <code>format.preview</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8032">#8032</a>)</li> <li>Clarify that new rules should be added to <code>RuleGroup::Preview</code>. (<a href="https://redirect.github.com/astral-sh/ruff/pull/7989">#7989</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/22cf451d517739da7dac9b50bd2cfffaa3a09697"><code>22cf451</code></a> Release 0.1.1 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8073">#8073</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ec1be60dcbe297e0c9741e31295b5e9b59019b24"><code>ec1be60</code></a> Remove leftover constant tuple reference (<a href="https://redirect.github.com/astral-sh/ruff/issues/8062">#8062</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a327b4da8752edb5c14c4d56b6ab6bc66a6a1f68"><code>a327b4d</code></a> sequence -> iterable in tutorial (<a href="https://redirect.github.com/astral-sh/ruff/issues/8067">#8067</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cdc5e2fb58c4b95b33dca9401daaf8a54d93559e"><code>cdc5e2f</code></a> Update tutorial to match revised Ruff defaults (<a href="https://redirect.github.com/astral-sh/ruff/issues/8066">#8066</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b5d3caf0333d030eef373614a0d43c9b5146f74e"><code>b5d3caf</code></a> chore: add code style badge for <code>ruff format</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/7878">#7878</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/8f9753f58edd28996e425c13a94623e668480d12"><code>8f9753f</code></a> Comments outside expression parentheses (<a href="https://redirect.github.com/astral-sh/ruff/issues/7873">#7873</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/67b043482a5d2f34ee57d7947482ee3429084d54"><code>67b0434</code></a> Use <code>pass</code> over ellipsis in non-function/class contexts (<a href="https://redirect.github.com/astral-sh/ruff/issues/8049">#8049</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/693f957b90a8ae395d5c898870aa190b9d0acaac"><code>693f957</code></a> [pylint] - implement <code>global-at-module-level</code> (<code>W0604</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/8058">#8058</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a85ed309ea01423c11ddd32c3c45f305aecd84dd"><code>a85ed30</code></a> Respect <code>#(deprecated)</code> attribute in configuration options (<a href="https://redirect.github.com/astral-sh/ruff/issues/8035">#8035</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2e225d7538429f7c451c457f1c7d62ff4a8e514e"><code>2e225d7</code></a> Accept <code>--target-version</code> in the format CLI (<a href="https://redirect.github.com/astral-sh/ruff/issues/8055">#8055</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.0...v0.1.1">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
f0d763cc5b |
Fixing the pre-commit upgrade (#256)
The action allso executes over all files. This is ok when using pre-conmit.ci. We only execute file fixes once. |
||
|
|
ad7aa3e53b |
Filled Docker Labels and ENVs to identify the git revision it was build from (#250)
Added labels and env vars to identify the git revion a container was build from to have a more transparent build flow of untaged images. |
||
|
|
88f0673470 |
Slimmed down the env vars access and added logging in case the password protection was disabled. (#252)
Slimmed down the env vars access and added logging in case the password protection was disabled. |
||
|
|
55ebb4c17d | Typo fixes (#249) | ||
|
|
640faeccec | Adding auth back in. (#248) | ||
|
|
d4267c1860 | Update docker-compose.yml | ||
|
|
3afcd54fec |
build(deps-dev): bump types-requests from 2.31.0.9 to 2.31.0.10 (#245)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.9 to 2.31.0.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/python/typeshed/commits">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
ac59427249 |
build(deps-dev): bump pytest-mock from 3.11.1 to 3.12.0 (#244)
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-mock/releases">pytest-mock's releases</a>.</em></p> <blockquote> <h2>v3.12.0</h2> <ul> <li>Added support for Python 3.12.</li> <li>Dropped support for EOL Python 3.7.</li> <li><code>mocker.resetall()</code> now also resets mocks created by <code>mocker.create_autospec</code> (<a href="https://redirect.github.com/pytest-dev/pytest-mock/pull/390">#390</a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst">pytest-mock's changelog</a>.</em></p> <blockquote> <h2>3.12.0 (2023-10-19)</h2> <ul> <li>Added support for Python 3.12.</li> <li>Dropped support for EOL Python 3.7.</li> <li><code>mocker.resetall()</code> now also resets mocks created by <code>mocker.create_autospec</code> (<code>[#390](https://github.com/pytest-dev/pytest-mock/issues/390)</code>_).</li> </ul> <p>.. _<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/390">#390</a>: <a href="https://redirect.github.com/pytest-dev/pytest-mock/pull/390">pytest-dev/pytest-mock#390</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/69adc6f76c1a7baf4e7a728da9eec38741d5783e"><code>69adc6f</code></a> Re-add norewrite tests</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/b905823ba6894f89b1ecd9aafcabf1e20612ac22"><code>b905823</code></a> Drop Python 3.7 and add Python 3.12</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/2a71a0d6ab8719defc9309da20bd97b7b35262b6"><code>2a71a0d</code></a> mocker.resetall now also resets mockers created by <code>create_autospec</code> (<a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/390">#390</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/e84f88501188504f1fa6e56e0d0e6604985298a1"><code>e84f885</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/391">#391</a> from pytest-dev/pre-commit-ci-update-config</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/e0372217cdd057eb67ffe416177880c141cd3adf"><code>e037221</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/f019696e44adb0d6159bea78172ed8d0aeed10e5"><code>f019696</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/387">#387</a> from pytest-dev/where-to-patch-link</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/09f18148a5b1a2109914f47198c8d8fb1f836307"><code>09f1814</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest-mock/issues/388">#388</a> from pytest-dev/pre-commit-ci-update-config</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/f55f17e73b469034dbb87e5fadbb3e103913826a"><code>f55f17e</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/cec59a0b444efc3f1fb03308460cad6bf5a81709"><code>cec59a0</code></a> Update usage.rst</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/53cc0a550fb6dbb9c1eafc2c96cc5c2bf02c4185"><code>53cc0a5</code></a> Update usage.rst</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-mock/compare/v3.11.1...v3.12.0">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
440f737725 |
build(deps): bump peter-evans/create-pull-request from 3 to 5 (#243)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's releases</a>.</em></p> <blockquote> <h2>Create Pull Request v5.0.0</h2> <h2>Behaviour changes</h2> <ul> <li>The action will no longer leave the local repository checked out on the pull request <code>branch</code>. Instead, it will leave the repository checked out on the branch or commit that it was when the action started.</li> <li>When using <code>add-paths</code>, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.</li> </ul> <h2>What's new</h2> <ul> <li>Adds input <code>body-path</code>, the path to a file containing the pull request body.</li> <li>At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.</li> <li>Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the <code>add-paths</code> input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed.</li> <li>The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables <code>http_proxy</code>, <code>https_proxy</code> and <code>no_proxy</code>.</li> <li>Now sets the git <code>safe.directory</code> configuration for the local repository path. The configuration is removed when the action completes. Fixes issue <a href="https://redirect.github.com/peter-evans/create-pull-request/issues/1170">peter-evans/create-pull-request#1170</a>.</li> <li>Now determines the git directory path using the <code>git rev-parse --git-dir</code> command. This allows users with custom repository configurations to use the action.</li> <li>Improved handling of the <code>team-reviewers</code> input and associated errors.</li> </ul> <h2>News</h2> <p>🏆 create-pull-request won <a href="https://twitter.com/peterevans0/status/1638463617686470657?s=20">an award</a> for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a ⭐, or even <a href="https://github.com/sponsors/peter-evans">buy me a coffee</a>.</p> <h2>What's Changed</h2> <ul> <li>v5 by <a href="https://github.com/peter-evans"><code>@peter-evans</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/1792">peter-evans/create-pull-request#1792</a></li> <li>15 dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0">https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0</a></p> <h2>Create Pull Request v4.2.4</h2> <p>⚙️ Patches some recent security vulnerabilities.</p> <h2>What's Changed</h2> <ul> <li>Update concepts-guidelines.md by <a href="https://github.com/chrisbruford"><code>@chrisbruford</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/1610">peter-evans/create-pull-request#1610</a></li> <li>58 dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/chrisbruford"><code>@chrisbruford</code></a> made their first contribution in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/1610">peter-evans/create-pull-request#1610</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4">https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4</a></p> <h2>Create Pull Request v4.2.3</h2> <h2>What's Changed</h2> <ul> <li>fix: add check for missing token input by <a href="https://github.com/peter-evans"><code>@peter-evans</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/1324">peter-evans/create-pull-request#1324</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3">https://github.com/peter-evans/create-pull-request/compare/v4.2.2...v4.2.3</a></p> <h2>Create Pull Request v4.2.2</h2> <h2>What's Changed</h2> <ul> <li>fix: support github server url for pushing to fork by <a href="https://github.com/peter-evans"><code>@peter-evans</code></a> in <a href="https://redirect.github.com/peter-evans/create-pull-request/pull/1318">peter-evans/create-pull-request#1318</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/create-pull-request/commit/153407881ec5c347639a548ade7d8ad1d6740e38"><code>1534078</code></a> fix: specify head repo (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2044">#2044</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/143be5d671929f35a2d146afde2bbf411a1cdae7"><code>143be5d</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.9 to 5.59.11 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2048">#2048</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/51e8ca23403d80681e9ee4d3a6f2a7749650103f"><code>51e8ca2</code></a> build(deps-dev): bump <code>@types/node</code> from 18.16.16 to 18.16.18 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2047">#2047</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/712add83f26c1e359c046a6ca3dd677fb7017626"><code>712add8</code></a> build(deps-dev): bump <code>@types/jest</code> from 29.5.1 to 29.5.2 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2026">#2026</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/a9e8aabc8b4513752b51efcb32d166e65979b3e5"><code>a9e8aab</code></a> build(deps-dev): bump eslint from 8.41.0 to 8.42.0 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2024">#2024</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/37be4ffd941e930a6dc8d42c5a893e62760a6105"><code>37be4ff</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.8 to 5.59.9 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2023">#2023</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/a5f0e5dc8e47c41b694db6acd592fb79ff9be31f"><code>a5f0e5d</code></a> build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2025">#2025</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/9ef70ee495af6d0ff9825b3e6050f304a290283a"><code>9ef70ee</code></a> build(deps-dev): bump <code>@types/node</code> from 18.16.14 to 18.16.16 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2009">#2009</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/0a287739d3c2d8485ed6e8be96cba0ab8ce870ee"><code>0a28773</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.59.7 to 5.59.8 (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/2008">#2008</a>)</li> <li><a href="https://github.com/peter-evans/create-pull-request/commit/4ddb8c8fe7f58d02d4d1d62359fd91fe4d54361d"><code>4ddb8c8</code></a> build: update distribution (<a href="https://redirect.github.com/peter-evans/create-pull-request/issues/1986">#1986</a>)</li> <li>Additional commits viewable in <a href="https://github.com/peter-evans/create-pull-request/compare/v3...v5">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
86daa9a781 | Renamed a few jobs (#246) | ||
|
|
eeddfe91e6 |
build(deps): bump actions/setup-python from 2 to 4 (#242)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-python/releases">actions/setup-python's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <h3>What's Changed</h3> <ul> <li>Support for <code>python-version-file</code> input: <a href="https://redirect.github.com/actions/setup-python/issues/336">#336</a></li> </ul> <p>Example of usage:</p> <pre lang="yaml"><code>- uses: actions/setup-python@v4 with: python-version-file: '.python-version' # Read python version from a file - run: python my_script.py </code></pre> <p>There is no default python version for this <code>setup-python</code> major version, the action requires to specify either <code>python-version</code> input or <code>python-version-file</code> input. If the <code>python-version</code> input is not specified the action will try to read required version from file from <code>python-version-file</code> input.</p> <ul> <li>Use pypyX.Y for PyPy <code>python-version</code> input: <a href="https://redirect.github.com/actions/setup-python/issues/349">#349</a></li> </ul> <p>Example of usage:</p> <pre lang="yaml"><code>- uses: actions/setup-python@v4 with: python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility - run: python my_script.py </code></pre> <ul> <li> <p><code>RUNNER_TOOL_CACHE</code> environment variable is equal <code>AGENT_TOOLSDIRECTORY</code>: <a href="https://redirect.github.com/actions/setup-python/issues/338">#338</a></p> </li> <li> <p>Bugfix: create missing <code>pypyX.Y</code> symlinks: <a href="https://redirect.github.com/actions/setup-python/issues/347">#347</a></p> </li> <li> <p><code>PKG_CONFIG_PATH</code> environment variable: <a href="https://redirect.github.com/actions/setup-python/issues/400">#400</a></p> </li> <li> <p>Added <code>python-path</code> output: <a href="https://redirect.github.com/actions/setup-python/issues/405">#405</a> <code>python-path</code> output contains Python executable path.</p> </li> <li> <p>Updated <code>zeit/ncc</code> to <code>vercel/ncc</code> package: <a href="https://redirect.github.com/actions/setup-python/issues/393">#393</a></p> </li> <li> <p>Bugfix: fixed output for prerelease version of poetry: <a href="https://redirect.github.com/actions/setup-python/issues/409">#409</a></p> </li> <li> <p>Made <code>pythonLocation</code> environment variable consistent for Python and PyPy: <a href="https://redirect.github.com/actions/setup-python/issues/418">#418</a></p> </li> <li> <p>Bugfix for <code>3.x-dev</code> syntax: <a href="https://redirect.github.com/actions/setup-python/issues/417">#417</a></p> </li> <li> <p>Other improvements: <a href="https://redirect.github.com/actions/setup-python/issues/318">#318</a> <a href="https://redirect.github.com/actions/setup-python/issues/396">#396</a> <a href="https://redirect.github.com/actions/setup-python/issues/384">#384</a> <a href="https://redirect.github.com/actions/setup-python/issues/387">#387</a> <a href="https://redirect.github.com/actions/setup-python/issues/388">#388</a></p> </li> </ul> <h2>v3.1.4</h2> <h2>What's Changed</h2> <p>In the scope of this patch release, the warning for deprecating Python 2.x was added in <a href="https://redirect.github.com/actions/setup-python/pull/674">actions/setup-python#674</a> by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a></p> <p>For more information, check out <a href="https://redirect.github.com/actions/setup-python/issues/672">actions/setup-python#672</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-python/commit/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236"><code>65d7f2d</code></a> Add range validation for toml files (<a href="https://redirect.github.com/actions/setup-python/issues/726">#726</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/f97b83114c6f41cfaa57698147ad3ce20543a127"><code>f97b831</code></a> Bump word-wrap from 1.2.3 to 1.2.4 (<a href="https://redirect.github.com/actions/setup-python/issues/702">#702</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/61a6322f88396a6271a6ee3565807d608ecaddd1"><code>61a6322</code></a> Fix typos found by codespell (<a href="https://redirect.github.com/actions/setup-python/issues/650">#650</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/ea5b57fccc93aea0d77e6225efa19adaec3fce0d"><code>ea5b57f</code></a> Bump semver from 7.3.8 to 7.5.2 (<a href="https://redirect.github.com/actions/setup-python/issues/692">#692</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/014d32a83013b439dd2a147051d855831576a3ef"><code>014d32a</code></a> Bump tough-cookie and <code>@azure/ms-rest-js</code> (<a href="https://redirect.github.com/actions/setup-python/issues/697">#697</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/c16c4b8d1828103eda022b2cade091238fe08311"><code>c16c4b8</code></a> Fix pipenv jobs (<a href="https://redirect.github.com/actions/setup-python/issues/699">#699</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/0d5da6a89a3aa5b4dbd48e38b0c9d678b0caa0e5"><code>0d5da6a</code></a> Read python version from pyproject.toml (fix <a href="https://redirect.github.com/actions/setup-python/issues/542">#542</a>) (<a href="https://redirect.github.com/actions/setup-python/issues/669">#669</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/3f824b7ca6388f5e27e362d31352e6456c8e3bfb"><code>3f824b7</code></a> remove python 2.7 from the tests (<a href="https://redirect.github.com/actions/setup-python/issues/687">#687</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/bd6b4b6205c4dbad673328db7b31b7fab9e241c0"><code>bd6b4b6</code></a> Add warning for python 2.7 (<a href="https://redirect.github.com/actions/setup-python/issues/673">#673</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/0cbcb9a3d7c0b228a2c4fbde82b6e8855233cd92"><code>0cbcb9a</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-python/issues/668">#668</a> from akv-platform/disallow-implicit-dependencies</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v2...v4">compare view</a></li> </ul> </details> <br /> [](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> |