mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2026-02-13 22:17:38 +01:00
3d78b81213d8d006144390951a26a36ac708db1e
586 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
3d78b81213 |
build(deps-dev): bump ruff from 0.1.7 to 0.1.8 (#455)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.8. <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.8</h2> <h2>Changes</h2> <p>This release includes opt-in support for formatting Python snippets within docstrings via the <code>docstring-code-format</code> setting. <a href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a> for more details!</p> <h3>Preview features</h3> <ul> <li>Add <code>"preserve"</code> quote-style to mimic Black's skip-string-normalization (<a href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li> <li>Implement <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li> <li>[<code>pycodestyle</code>] Add fix for <code>unexpected-spaces-around-keyword-parameter-equals</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li> <li>[<code>pycodestyle</code>] Add fix for comment-related whitespace rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications between imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li> <li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code> (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated references (<a href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li> <li>Allow transparent cell magics in Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li> <li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes for abstract methods with empty bodies (<a href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li> <li>[<code>flake8-self</code>] Ignore underscore references in type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li> <li>[<code>pep8-naming</code>] Allow class names when <code>apps.get_model</code> is a non-string (<a href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls to intersperse imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li> <li>[<code>pyflakes</code>] Support fixing unused assignments in tuples by renaming variables (<code>F841</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li> <li>[<code>pylint</code>] Add fix for <code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add <code>docstring-code-format</code> knob to enable docstring snippet formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li> <li>Use double quotes for all docstrings, including single-quoted docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li> <li>Implement "dynamic" line width mode for docstring code formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li> <li>Support reformatting Markdown code blocks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li> <li>add support for formatting reStructuredText code snippets (<a href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li> <li>Avoid trailing comma for single-argument with positional separator (<a href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li> <li>Fix handling of trailing target comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Hide unsafe fix suggestions when explicitly disabled (<a href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li> <li>Add SARIF support to <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Apply unnecessary index rule prior to enumerate rewrite (<a href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li> <li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if <code>msg</code> variable is defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li> <li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li> <li>[<code>flake8-pie</code>] Respect trailing comma in <code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li> <li>[<code>flake8-raise</code>] Avoid removing parentheses on ctypes.WinError (<a href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li> <li>[<code>isort</code>] Avoid invalid combination of <code>force-sort-within-types</code> and <code>lines-between-types</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li> <li>[<code>isort</code>] Ensure that from-style imports are always ordered first in <code>__future__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li> <li>[<code>pycodestyle</code>] Allow tab indentation before keyword (<a href="https://redirect.github.com/astral-sh/ruff/pull/9099">#9099</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.8</h2> <p>This release includes opt-in support for formatting Python snippets within docstrings via the <code>docstring-code-format</code> setting. <a href="https://astral.sh/blog/ruff-v0.1.8">Check out the blog post</a> for more details!</p> <h3>Preview features</h3> <ul> <li>Add <code>"preserve"</code> quote-style to mimic Black's skip-string-normalization (<a href="https://redirect.github.com/astral-sh/ruff/pull/8822">#8822</a>)</li> <li>Implement <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8943">#8943</a>)</li> <li>[<code>pycodestyle</code>] Add fix for <code>unexpected-spaces-around-keyword-parameter-equals</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9072">#9072</a>)</li> <li>[<code>pycodestyle</code>] Add fix for comment-related whitespace rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/9075">#9075</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>sys.path</code> modifications between imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9047">#9047</a>)</li> <li>[<code>refurb</code>] Implement <code>hashlib-digest-hex</code> (<code>FURB181</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9077">#9077</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated references (<a href="https://redirect.github.com/astral-sh/ruff/pull/6001">#6001</a>)</li> <li>Allow transparent cell magics in Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8911">#8911</a>)</li> <li>[<code>flake8-annotations</code>] Avoid <code>ANN2xx</code> fixes for abstract methods with empty bodies (<a href="https://redirect.github.com/astral-sh/ruff/pull/9034">#9034</a>)</li> <li>[<code>flake8-self</code>] Ignore underscore references in type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/9036">#9036</a>)</li> <li>[<code>pep8-naming</code>] Allow class names when <code>apps.get_model</code> is a non-string (<a href="https://redirect.github.com/astral-sh/ruff/pull/9065">#9065</a>)</li> <li>[<code>pycodestyle</code>] Allow <code>matplotlib.use</code> calls to intersperse imports (<a href="https://redirect.github.com/astral-sh/ruff/pull/9094">#9094</a>)</li> <li>[<code>pyflakes</code>] Support fixing unused assignments in tuples by renaming variables (<code>F841</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9107">#9107</a>)</li> <li>[<code>pylint</code>] Add fix for <code>subprocess-run-without-check</code> (<code>PLW1510</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/6708">#6708</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Add <code>docstring-code-format</code> knob to enable docstring snippet formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8854">#8854</a>)</li> <li>Use double quotes for all docstrings, including single-quoted docstrings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9020">#9020</a>)</li> <li>Implement "dynamic" line width mode for docstring code formatting (<a href="https://redirect.github.com/astral-sh/ruff/pull/9098">#9098</a>)</li> <li>Support reformatting Markdown code blocks (<a href="https://redirect.github.com/astral-sh/ruff/pull/9030">#9030</a>)</li> <li>add support for formatting reStructuredText code snippets (<a href="https://redirect.github.com/astral-sh/ruff/pull/9003">#9003</a>)</li> <li>Avoid trailing comma for single-argument with positional separator (<a href="https://redirect.github.com/astral-sh/ruff/pull/9076">#9076</a>)</li> <li>Fix handling of trailing target comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/9051">#9051</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Hide unsafe fix suggestions when explicitly disabled (<a href="https://redirect.github.com/astral-sh/ruff/pull/9095">#9095</a>)</li> <li>Add SARIF support to <code>--output-format</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9078">#9078</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Apply unnecessary index rule prior to enumerate rewrite (<a href="https://redirect.github.com/astral-sh/ruff/pull/9012">#9012</a>)</li> <li>[<code>flake8-err-msg</code>] Allow <code>EM</code> fixes even if <code>msg</code> variable is defined (<a href="https://redirect.github.com/astral-sh/ruff/pull/9059">#9059</a>)</li> <li>[<code>flake8-pie</code>] Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/pull/8450">#8450</a>)</li> <li>[<code>flake8-pie</code>] Respect trailing comma in <code>unnecessary-dict-kwargs</code> (<code>PIE804</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/9015">#9015</a>)</li> <li>[<code>flake8-raise</code>] Avoid removing parentheses on ctypes.WinError (<a href="https://redirect.github.com/astral-sh/ruff/pull/9027">#9027</a>)</li> <li>[<code>isort</code>] Avoid invalid combination of <code>force-sort-within-types</code> and <code>lines-between-types</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9041">#9041</a>)</li> <li>[<code>isort</code>] Ensure that from-style imports are always ordered first in <code>__future__</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9039">#9039</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/c014622003e9b348310d7b7be862f6ccffae7137"><code>c014622</code></a> Bump version to v0.1.8 (<a href="https://redirect.github.com/astral-sh/ruff/issues/9116">#9116</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b6fb972e6f08608babf663bfe63f31d0795a7d54"><code>b6fb972</code></a> config: add new <code>docstring-code-format</code> knob (<a href="https://redirect.github.com/astral-sh/ruff/issues/8854">#8854</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/18452cf477390e849979df46dbceb88a8c3dfbe1"><code>18452cf</code></a> Add <code>as_slice</code> method for all string nodes (<a href="https://redirect.github.com/astral-sh/ruff/issues/9111">#9111</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cb99815c3e6a9e22b97dcc8ad689abf568b9b3e0"><code>cb99815</code></a> Feature: Add SARIF output support (<a href="https://redirect.github.com/astral-sh/ruff/issues/9078">#9078</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/45f603000dc19d0d5fb67ba63e5aa0c0e83869a2"><code>45f6030</code></a> <code>prefer_splitting_right_hand_side_of_assignments</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8943">#8943</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1a65e544c5896634a00c05bc463d0e60ec737001"><code>1a65e54</code></a> Allow <code>flake8-type-checking</code> rules to automatically quote runtime-evaluated r...</li> <li><a href="https://github.com/astral-sh/ruff/commit/4d2ee5bf986c62e47ac5c70a9ce145e4ef8c0138"><code>4d2ee5b</code></a> Add named expression handling to <code>find_assigned_value</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/9109">#9109</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/8314c8bb056507cd2af064004b73f783b761e2bb"><code>8314c8b</code></a> [<code>typing</code>] Add <code>find_assigned_value</code> helper func to <code>typing.rs</code> to retrieve v...</li> <li><a href="https://github.com/astral-sh/ruff/commit/cb201bc4a5ab1a6e312b375f820d48bdcc4bf9a3"><code>cb201bc</code></a> <code>PIE804</code>: Prevent keyword arguments duplication (<a href="https://redirect.github.com/astral-sh/ruff/issues/8450">#8450</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/6c0068eeecbd5ea64e4286e7866b3b7ba25bd338"><code>6c0068e</code></a> Remove <code>ExprFormattedValue</code> formatting impl (<a href="https://redirect.github.com/astral-sh/ruff/issues/9108">#9108</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.8">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> |
||
|
|
e4b2b52079 |
build(deps-dev): bump ruff from 0.1.7 to 0.1.8
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
45982422ef |
Update pre-commit hooks (#453)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
1c03fb48da |
build(deps): bump transformers from 4.35.2 to 4.36.0 (#449)
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.2 to 4.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/transformers/releases">transformers's releases</a>.</em></p> <blockquote> <h2>v4.36: Mixtral, Llava/BakLlava, SeamlessM4T v2, AMD ROCm, F.sdpa wide-spread support</h2> <h2>New model additions</h2> <h3>Mixtral</h3> <p>Mixtral is the new open-source model from Mistral AI announced by the blogpost <a href="https://mistral.ai/news/mixtral-of-experts/">Mixtral of Experts</a>. The model has been proven to have comparable capabilities to Chat-GPT according to the benchmark results shared on the release blogpost.</p> <!-- raw HTML omitted --> <p>The architecture is a sparse Mixture of Experts with Top-2 routing strategy, similar as <code>NllbMoe</code> architecture in transformers. You can use it through <code>AutoModelForCausalLM</code> interface:</p> <pre lang="py"><code>>>> import torch >>> from transformers import AutoModelForCausalLM, AutoTokenizer <p>>>> model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B", torch_dtype=torch.float16, device_map="auto") >>> tokenizer = AutoTokenizer.from_pretrained("mistralai/Mistral-8x7B")</p> <p>>>> prompt = "My favourite condiment is"</p> <p>>>> model_inputs = tokenizer([prompt], return_tensors="pt").to(device) >>> model.to(device)</p> <p>>>> generated_ids = model.generate(**model_inputs, max_new_tokens=100, do_sample=True) >>> tokenizer.batch_decode(generated_ids)[0] </code></pre></p> <p>The model is compatible with existing optimisation tools such Flash Attention 2, <code>bitsandbytes</code> and PEFT library. The checkpoints are release under <a href="https://huggingface.co/mistralai"><code>mistralai</code></a> organisation on the Hugging Face Hub.</p> <h3>Llava / BakLlava</h3> <p>Llava is an open-source chatbot trained by fine-tuning LlamA/Vicuna on GPT-generated multimodal instruction-following data. It is an auto-regressive language model, based on the transformer architecture. In other words, it is an multi-modal version of LLMs fine-tuned for chat / instructions.</p> <!-- raw HTML omitted --> <p>The Llava model was proposed in <a href="https://arxiv.org/pdf/2310.03744">Improved Baselines with Visual Instruction Tuning</a> by Haotian Liu, Chunyuan Li, Yuheng Li and Yong Jae Lee.</p> <ul> <li>[<code>Llava</code>] Add Llava to transformers by <a href="https://github.com/younesbelkada"><code>@younesbelkada</code></a> in <a href="https://redirect.github.com/huggingface/transformers/issues/27662">#27662</a></li> <li>[LLaVa] Some improvements by <a href="https://github.com/NielsRogge"><code>@NielsRogge</code></a> in <a href="https://redirect.github.com/huggingface/transformers/issues/27895">#27895</a></li> </ul> <p>The integration also includes <a href="https://github.com/SkunkworksAI/BakLLaVA"><code>BakLlava</code></a> which is a Llava model trained with Mistral backbone.</p> <p>The mode is compatible with <code>"image-to-text"</code> pipeline:</p> <pre lang="py"><code>from transformers import pipeline from PIL import Image import requests <p>model_id = "llava-hf/llava-1.5-7b-hf" </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/transformers/commit/14666775a296a76c88e1aa686a9547f393d322e2"><code>1466677</code></a> Release: v4.36.0</li> <li><a href="https://github.com/huggingface/transformers/commit/accccdd0087263a1e494e9c9ec30a43043ff3905"><code>accccdd</code></a> [<code>Add Mixtral</code>] Adds support for the Mixtral MoE (<a href="https://redirect.github.com/huggingface/transformers/issues/27942">#27942</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/0676d992a5c1f6107a611018494ec952613a4d7f"><code>0676d99</code></a> [<code>from_pretrained</code>] Make from_pretrained fast again (<a href="https://redirect.github.com/huggingface/transformers/issues/27709">#27709</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/9f18cc6df0b7e0d50f78b9e9fcb3aafa7b5160fe"><code>9f18cc6</code></a> Fix SDPA dispatch & make SDPA CI compatible with torch<2.1.1 (<a href="https://redirect.github.com/huggingface/transformers/issues/27940">#27940</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/7ea21f1f035d683cc39a0c0f4b2605175e1dcfdf"><code>7ea21f1</code></a> [LLaVa] Some improvements (<a href="https://redirect.github.com/huggingface/transformers/issues/27895">#27895</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/5e620a92cf7e6c312435db86ec55e13b75dece75"><code>5e620a9</code></a> Fix <code>SeamlessM4Tv2ModelIntegrationTest</code> (<a href="https://redirect.github.com/huggingface/transformers/issues/27911">#27911</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/e96c1de1913c307fddcb3e5881388a6dbb5b00b1"><code>e96c1de</code></a> Skip <code>UnivNetModelTest::test_multi_gpu_data_parallel_forward</code> (<a href="https://redirect.github.com/huggingface/transformers/issues/27912">#27912</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/8d8970efdd0e21b54f1c82dec21e8a5eeba609a1"><code>8d8970e</code></a> [BEiT] Fix test (<a href="https://redirect.github.com/huggingface/transformers/issues/27934">#27934</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/235be08569000a5361354f766972e653212bf0d3"><code>235be08</code></a> [DETA] fix backbone freeze/unfreeze function (<a href="https://redirect.github.com/huggingface/transformers/issues/27843">#27843</a>)</li> <li><a href="https://github.com/huggingface/transformers/commit/df5c5c62ae253055336f5bb0828ca8e3e15ab6bd"><code>df5c5c6</code></a> Fix typo (<a href="https://redirect.github.com/huggingface/transformers/issues/27918">#27918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/transformers/compare/v4.35.2...v4.36.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> |
||
|
|
703a92bcd3 |
Update pre-commit hooks (#450)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
ec4833192e |
build(deps): bump transformers from 4.35.2 to 4.36.0
Bumps [transformers](https://github.com/huggingface/transformers) from 4.35.2 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.35.2...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c917cac58a |
build: Include Mongo dump with init in local deployment (#448)
Added the latest data from the internet-facing staging DB as json files to the repo (Git LFS) and added another container to the local deployment that ingests the files upon creation. --------- Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> |
||
|
|
043501a784 | docs: Meeting Notes 2023-12-07 (#447) | ||
|
|
7e01c3cde5 |
build(deps): bump actions/deploy-pages from 2 to 3 (#442)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/deploy-pages/releases">actions/deploy-pages's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h1>Changelog</h1> <ul> <li>Update action to node20 <a href="https://github.com/takost"><code>@takost</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/256">#256</a>)</li> </ul> <hr /> <p>See details of <a href="https://github.com/actions/deploy-pages/compare/v2.0.5...v3.0.0">all code changes</a> since previous release.</p> <p>⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the <a href="https://github.com/actions/deploy-pages/#compatibilty">compatibility table</a>.</p> <h2>v2.0.5</h2> <h1>Changelog</h1> <ul> <li>Bump prettier from 3.0.0 to 3.1.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/264">#264</a>)</li> <li>Bump <code>@octokit/request-error</code> from 5.0.0 to 5.0.1 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/263">#263</a>)</li> <li>Bump <code>@actions/http-client</code> from 2.1.0 to 2.2.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/262">#262</a>)</li> <li>Bump <code>@vercel/ncc</code> from 0.36.1 to 0.38.1 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/260">#260</a>)</li> <li>Bump eslint from 8.44.0 to 8.54.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/257">#257</a>)</li> <li>Bump nock from 13.3.1 to 13.3.8 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/254">#254</a>)</li> <li>Bump actions/setup-node from 3 to 4 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/246">#246</a>)</li> <li>Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/245">#245</a>)</li> <li>Bump eslint-plugin-github from 4.8.0 to 4.10.1 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/232">#232</a>)</li> <li>Bump jest from 29.6.1 to 29.7.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/224">#224</a>)</li> <li>Fix cosmetic error by replacing comma with period <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/210">#210</a>)</li> <li>Bump actions/checkout from 3 to 4 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/220">#220</a>)</li> <li>Bump eslint-config-prettier from 8.8.0 to 9.0.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/209">#209</a>)</li> <li>Remove "beta" disclaimer from README <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/243">#243</a>)</li> </ul> <hr /> <p>See details of <a href="https://github.com/actions/deploy-pages/compare/v2.0.4...v2.0.5">all code changes</a> since previous release.</p> <p>⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the <a href="https://github.com/actions/deploy-pages/#compatibilty">compatibility table</a>.</p> <h2>v2.0.4</h2> <h1>Changelog</h1> <ul> <li>Update GHES compatibility table after verifying with <code>3.9.x</code> <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/201">#201</a>)</li> <li>Bump <code>@octokit/request-error</code> from 4.0.1 to 5.0.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/194">#194</a>)</li> <li>Bump prettier from 2.8.8 to 3.0.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/196">#196</a>)</li> <li>Bump jest from 29.5.0 to 29.6.1 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/195">#195</a>)</li> <li>Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/192">#192</a>)</li> <li>Bump eslint from 8.42.0 to 8.44.0 <a href="https://github.com/dependabot"><code>@dependabot</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/191">#191</a>)</li> <li>Remove circular JSON references for error debugging <a href="https://github.com/JamesMGreene"><code>@JamesMGreene</code></a> (<a href="https://redirect.github.com/actions/deploy-pages/issues/197">#197</a>)</li> </ul> <hr /> <p>See details of <a href="https://github.com/actions/deploy-pages/compare/v2.0.3...v2.0.4">all code changes</a> since previous release.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/deploy-pages/commit/77d7344265e1f960dab5c00dbff52287a70b0d4f"><code>77d7344</code></a> Merge pull request <a href="https://redirect.github.com/actions/deploy-pages/issues/256">#256</a> from takost/update-to-node-20</li> <li><a href="https://github.com/actions/deploy-pages/commit/84abb89dc54f5055b934ca7dec97480f1a16f6bb"><code>84abb89</code></a> Merge branch 'main' into update-to-node-20</li> <li>See full diff in <a href="https://github.com/actions/deploy-pages/compare/v2...v3">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> |
||
|
|
d5a4b0557e |
build(deps-dev): bump jupyter-server from 2.11.0 to 2.11.2 (#443)
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.11.0 to 2.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/releases">jupyter-server's releases</a>.</em></p> <blockquote> <h2>v2.11.2</h2> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c">GitHub contributors page for this release</a>)</p> <h2>v2.11.1</h2> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&to=2023-11-27&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@Wh1isper</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md">jupyter-server's changelog</a>.</em></p> <blockquote> <h2>2.11.2</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.1">Full Changelog</a>)</p> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c">GitHub contributors page for this release</a>)</p> <!-- raw HTML omitted --> <h2>2.11.1</h2> <p>(<a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>avoid unhandled error on some invalid paths <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1369">#1369</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> <li>Change md5 to hash and hash_algorithm, fix incompatibility <a href="https://redirect.github.com/jupyter-server/jupyter_server/pull/1367">#1367</a> (<a href="https://github.com/Wh1isper"><code>@Wh1isper</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-21&to=2023-11-27&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&type=Issues"><code>@Wh1isper</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/9bd96576c372b4ac14fa769adc780d13e0ed23c1"><code>9bd9657</code></a> Publish 2.11.2</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/0056c3aa52cbb28b263a7a609ae5f17618b36652"><code>0056c3a</code></a> Merge pull request from GHSA-h56g-gq9v-vc8r</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/88eca9931c16cc6b63b836d50e07c10014e2818f"><code>88eca99</code></a> Bump to 2.12.0.dev0</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/3755794a561ede07c81c59a371cfae56c3dac724"><code>3755794</code></a> Publish 2.11.1</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/40a95e5f39d3f167bebf9232da9fab64818ba97d"><code>40a95e5</code></a> avoid unhandled error on some invalid paths (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1369">#1369</a>)</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/ecd5b1f9eb96d358a64603d9b7140b7235cbf240"><code>ecd5b1f</code></a> Change md5 to hash and hash_algorithm, fix incompatibility (<a href="https://redirect.github.com/jupyter-server/jupyter_server/issues/1367">#1367</a>)</li> <li><a href="https://github.com/jupyter-server/jupyter_server/commit/8e5d7668aea4eb4d6ca1767566f4ffcbc4bc49bf"><code>8e5d766</code></a> Bump to 2.12.0.dev0</li> <li>See full diff in <a href="https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...v2.11.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fhswf/aki_prj23_transparenzregister/network/alerts). </details> |
||
|
|
9140fc84bc |
build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (#441)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. <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.7</h2> <h2>Changes</h2> <h3>Preview features</h3> <ul> <li>Implement multiline dictionary and list hugging for preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8293">#8293</a>)</li> <li>Implement the <code>fix_power_op_line_length</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8947">#8947</a>)</li> <li>Use Python version to determine typing rewrite safety (<a href="https://redirect.github.com/astral-sh/ruff/pull/8919">#8919</a>)</li> <li>[<code>flake8-annotations</code>] Enable auto-return-type involving <code>Optional</code> and <code>Union</code> annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8885">#8885</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>django-raw-sql</code> (<code>S611</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8651">#8651</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>tarfile-unsafe-members</code> (<code>S202</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8829">#8829</a>)</li> <li>[<code>flake8-pyi</code>] Implement fix for <code>unnecessary-literal-union</code> (<code>PYI030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7934">#7934</a>)</li> <li>[<code>flake8-simplify</code>] Extend <code>dict-get-with-none-default</code> (<code>SIM910</code>) to non-literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/8762">#8762</a>)</li> <li>[<code>pylint</code>] - add <code>unnecessary-list-index-lookup</code> (<code>PLR1736</code>) + autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/7999">#7999</a>)</li> <li>[<code>pylint</code>] - implement R0202 and R0203 with autofixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/8335">#8335</a>)</li> <li>[<code>pylint</code>] Implement <code>repeated-keyword</code> (<code>PLE1132</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8706">#8706</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8995">#8995</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dict-index-lookup</code> (<code>PLR1733</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8036">#8036</a>)</li> <li>[<code>refurb</code>] Implement <code>redundant-log-base</code> (<code>FURB163</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8842">#8842</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow booleans in <code>@override</code> methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/8882">#8882</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid <code>B015</code>,<code>B018</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8815">#8815</a>)</li> <li>[<code>flake8-pie</code>] Allow ellipses for enum values in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/8825">#8825</a>)</li> <li>[<code>flake8-pyi</code>] Check PEP 695 type aliases for <code>snake-case-type-alias</code> and <code>t-suffixed-type-alias</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8966">#8966</a>)</li> <li>[<code>flake8-pyi</code>] Check for kwarg and vararg <code>NoReturn</code> type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8948">#8948</a>)</li> <li>[<code>flake8-simplify</code>] Omit select context managers from <code>SIM117</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8801">#8801</a>)</li> <li>[<code>pep8-naming</code>] Allow Django model loads in <code>non-lowercase-variable-in-function</code> (<code>N806</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8917">#8917</a>)</li> <li>[<code>pycodestyle</code>] Avoid <code>E703</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8821">#8821</a>)</li> <li>[<code>pycodestyle</code>] Update <code>E402</code> to work at cell level for notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8872">#8872</a>)</li> <li>[<code>pydocstyle</code>] Avoid <code>D100</code> for Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8816">#8816</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8928">#8928</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid unstable formatting in ellipsis-only body with trailing comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8984">#8984</a>)</li> <li>Inline trailing comments for type alias similar to assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8941">#8941</a>)</li> <li>Insert trailing comma when function breaks with single argument (<a href="https://redirect.github.com/astral-sh/ruff/pull/8921">#8921</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff check</code> and <code>ruff format</code> to default to the current directory (<a href="https://redirect.github.com/astral-sh/ruff/pull/8791">#8791</a>)</li> <li>Stop at the first resolved parent configuration (<a href="https://redirect.github.com/astral-sh/ruff/pull/8864">#8864</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pylint</code>] Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8998">#8998</a>)</li> <li>[<code>pylint</code>] Add <code>allow-dunder-method-names</code> setting for <code>bad-dunder-method-name</code> (<code>PLW3201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8812">#8812</a>)</li> <li>[<code>isort</code>] Add support for <code>from-first</code> setting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8663">#8663</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.7</h2> <h3>Preview features</h3> <ul> <li>Implement multiline dictionary and list hugging for preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8293">#8293</a>)</li> <li>Implement the <code>fix_power_op_line_length</code> preview style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8947">#8947</a>)</li> <li>Use Python version to determine typing rewrite safety (<a href="https://redirect.github.com/astral-sh/ruff/pull/8919">#8919</a>)</li> <li>[<code>flake8-annotations</code>] Enable auto-return-type involving <code>Optional</code> and <code>Union</code> annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8885">#8885</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>django-raw-sql</code> (<code>S611</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8651">#8651</a>)</li> <li>[<code>flake8-bandit</code>] Implement <code>tarfile-unsafe-members</code> (<code>S202</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8829">#8829</a>)</li> <li>[<code>flake8-pyi</code>] Implement fix for <code>unnecessary-literal-union</code> (<code>PYI030</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/7934">#7934</a>)</li> <li>[<code>flake8-simplify</code>] Extend <code>dict-get-with-none-default</code> (<code>SIM910</code>) to non-literals (<a href="https://redirect.github.com/astral-sh/ruff/pull/8762">#8762</a>)</li> <li>[<code>pylint</code>] - add <code>unnecessary-list-index-lookup</code> (<code>PLR1736</code>) + autofix (<a href="https://redirect.github.com/astral-sh/ruff/pull/7999">#7999</a>)</li> <li>[<code>pylint</code>] - implement R0202 and R0203 with autofixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/8335">#8335</a>)</li> <li>[<code>pylint</code>] Implement <code>repeated-keyword</code> (<code>PLe1132</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8706">#8706</a>)</li> <li>[<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8995">#8995</a>)</li> <li>[<code>pylint</code>] Implement <code>unnecessary-dict-index-lookup</code> (<code>PLR1733</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8036">#8036</a>)</li> <li>[<code>refurb</code>] Implement <code>redundant-log-base</code> (<code>FURB163</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8842">#8842</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Allow booleans in <code>@override</code> methods (<a href="https://redirect.github.com/astral-sh/ruff/pull/8882">#8882</a>)</li> <li>[<code>flake8-bugbear</code>] Avoid <code>B015</code>,<code>B018</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8815">#8815</a>)</li> <li>[<code>flake8-pie</code>] Allow ellipses for enum values in stub files (<a href="https://redirect.github.com/astral-sh/ruff/pull/8825">#8825</a>)</li> <li>[<code>flake8-pyi</code>] Check PEP 695 type aliases for <code>snake-case-type-alias</code> and <code>t-suffixed-type-alias</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8966">#8966</a>)</li> <li>[<code>flake8-pyi</code>] Check for kwarg and vararg <code>NoReturn</code> type annotations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8948">#8948</a>)</li> <li>[<code>flake8-simplify</code>] Omit select context managers from <code>SIM117</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8801">#8801</a>)</li> <li>[<code>pep8-naming</code>] Allow Django model loads in <code>non-lowercase-variable-in-function</code> (<code>N806</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8917">#8917</a>)</li> <li>[<code>pycodestyle</code>] Avoid <code>E703</code> for last expression in a cell (<a href="https://redirect.github.com/astral-sh/ruff/pull/8821">#8821</a>)</li> <li>[<code>pycodestyle</code>] Update <code>E402</code> to work at cell level for notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8872">#8872</a>)</li> <li>[<code>pydocstyle</code>] Avoid <code>D100</code> for Jupyter Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8816">#8816</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unspecified-encoding</code> (<code>PLW1514</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8928">#8928</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Avoid unstable formatting in ellipsis-only body with trailing comment (<a href="https://redirect.github.com/astral-sh/ruff/pull/8984">#8984</a>)</li> <li>Inline trailing comments for type alias similar to assignments (<a href="https://redirect.github.com/astral-sh/ruff/pull/8941">#8941</a>)</li> <li>Insert trailing comma when function breaks with single argument (<a href="https://redirect.github.com/astral-sh/ruff/pull/8921">#8921</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Update <code>ruff check</code> and <code>ruff format</code> to default to the current directory (<a href="https://redirect.github.com/astral-sh/ruff/pull/8791">#8791</a>)</li> <li>Stop at the first resolved parent configuration (<a href="https://redirect.github.com/astral-sh/ruff/pull/8864">#8864</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>pylint</code>] Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8998">#8998</a>)</li> <li>[<code>pylint</code>] Add <code>allow-dunder-method-names</code> setting for <code>bad-dunder-method-name</code> (<code>PLW3201</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8812">#8812</a>)</li> <li>[<code>isort</code>] Add support for <code>from-first</code> setting (<a href="https://redirect.github.com/astral-sh/ruff/pull/8663">#8663</a>)</li> <li>[<code>isort</code>] Add support for <code>length-sort</code> settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8841">#8841</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/8d9912a83a4eb41d38b2d75d05b06ca6093a7f2d"><code>8d9912a</code></a> Bump version to v0.1.7 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8999">#8999</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/93258e8d5b9f681623eea6efdc154e399af0c378"><code>93258e8</code></a> Default <code>max-positional-args</code> to <code>max-args</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/8998">#8998</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b90027d037ac86c9b2fffcaa26ee717243f52791"><code>b90027d</code></a> [<code>pylint</code>] Implement <code>too-many-positional</code> (<code>PLR0917</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/8995">#8995</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/060a25df09f444cb157f2f818767a28bd8b9e1cb"><code>060a25d</code></a> Rename semantic model flag <code>LITERAL</code> to <code>TYPING_LITERAL</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/8997">#8997</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f5d4676c13643352dfc65a8a2d3a591377a0b4a7"><code>f5d4676</code></a> Bump ureq from 2.8.0 to 2.9.1 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8993">#8993</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/df69dc9f8d5531ab7e4651cebcf4c7e00bcec352"><code>df69dc9</code></a> Bump url from 2.4.1 to 2.5.0 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8994">#8994</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/cb6c37abd93e0ba654f700d0f95f2267d16f8a84"><code>cb6c37a</code></a> Bump js-sys from 0.3.65 to 0.3.66 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8992">#8992</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/54de990621c6297670f5e841551cb237e9d0fffb"><code>54de990</code></a> Bump fs-err from 2.10.0 to 2.11.0 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8991">#8991</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b91b09b96173d54086f7ed45c6ef25c2d4bf8536"><code>b91b09b</code></a> Bump schemars from 0.8.15 to 0.8.16 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8990">#8990</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/0bda1913d103b5db841f966621aa43b48662e808"><code>0bda191</code></a> Create dedicated <code>is_*_enabled</code> functions for each preview style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8988">#8988</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7">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> |
||
|
|
d6dce1a67e |
build(deps): bump actions/setup-python from 4 to 5 (#444)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. <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>v5.0.0</h2> <h2>What's Changed</h2> <p>In scope of this release, we update node version runtime from node16 to node20 (<a href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>). Besides, we update dependencies to the latest versions.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p> <h2>v4.8.0</h2> <h2>What's Changed</h2> <p>In scope of this release we added support for GraalPy (<a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>). You can use this snippet to set up GraalPy:</p> <pre lang="yaml"><code>steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.py </code></pre> <p>Besides, the release contains such changes as:</p> <ul> <li>Trim python version when reading from file by <a href="https://github.com/FerranPares"><code>@FerranPares</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li>Use non-deprecated versions in examples by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> <li>Change deprecation comment to past tense by <a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li> <li>Bump <code>@babel/traverse</code> from 7.9.0 to 7.23.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li> <li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li> <li>Examples now use checkout@v4 by <a href="https://github.com/simonw"><code>@simonw</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li> <li>Update actions/checkout to v4 by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/FerranPares"><code>@FerranPares</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li> <li><a href="https://github.com/timfel"><code>@timfel</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li> <li><a href="https://github.com/jeffwidman"><code>@jeffwidman</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p> <h2>v4.7.1</h2> <h2>What's Changed</h2> <ul> <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li> <li>Add range validation for toml files by <a href="https://github.com/dmitry-shibanov"><code>@dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p> <h2>v4.7.0</h2> <p>In scope of this release, the support for reading python version from pyproject.toml was added (<a href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p> <pre lang="yaml"><code> - name: Setup Python uses: actions/setup-python@v4 </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-python/commit/0a5c61591373683505ea898e09a3ea4f39ef2b9c"><code>0a5c615</code></a> Update action to node20 (<a href="https://redirect.github.com/actions/setup-python/issues/772">#772</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/0ae58361cdfd39e2950bed97a1e26aa20c3d8955"><code>0ae5836</code></a> Add example of GraalPy to docs (<a href="https://redirect.github.com/actions/setup-python/issues/773">#773</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/b64ffcaf5b410884ad320a9cfac8866006a109aa"><code>b64ffca</code></a> update actions/checkout to v4 (<a href="https://redirect.github.com/actions/setup-python/issues/761">#761</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/8d2896179abf658742de432b3f203d2c2d86a587"><code>8d28961</code></a> Examples now use checkout@v4 (<a href="https://redirect.github.com/actions/setup-python/issues/738">#738</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/7bc6abb01e0555719edc2dbca70a2fde309e5e56"><code>7bc6abb</code></a> advanced-usage.md: Encourage the use actions/checkout@v4 (<a href="https://redirect.github.com/actions/setup-python/issues/729">#729</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/e8111cec9d3dc15220d8a3b638f08419f57b906a"><code>e8111ce</code></a> Bump <code>@babel/traverse</code> from 7.9.0 to 7.23.2 (<a href="https://redirect.github.com/actions/setup-python/issues/743">#743</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/a00ea43da65e7c04d2bdae58b3afecd77057eb9e"><code>a00ea43</code></a> add fix for graalpy ci (<a href="https://redirect.github.com/actions/setup-python/issues/741">#741</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/8635b1ccc5934e73ed3510980fd2e7790b85839b"><code>8635b1c</code></a> Change deprecation comment to past tense (<a href="https://redirect.github.com/actions/setup-python/issues/723">#723</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/f6cc428f535856f9c23558d01765a42a4d6cf758"><code>f6cc428</code></a> Use non-deprecated versions in examples (<a href="https://redirect.github.com/actions/setup-python/issues/724">#724</a>)</li> <li><a href="https://github.com/actions/setup-python/commit/5f2af211d616f86005883b44826180b21abb4060"><code>5f2af21</code></a> Add GraalPy support (<a href="https://redirect.github.com/actions/setup-python/issues/694">#694</a>)</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-python/compare/v4...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> |
||
|
|
f0a6e61b1d |
Update pre-commit hooks (#445)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
582a5194c1 |
build(deps-dev): bump jupyter-server from 2.11.0 to 2.11.2
Bumps [jupyter-server](https://github.com/jupyter-server/jupyter_server) from 2.11.0 to 2.11.2. - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...v2.11.2) --- updated-dependencies: - dependency-name: jupyter-server dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
f9aa357209 |
build(deps-dev): bump ruff from 0.1.6 to 0.1.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
9c6433b631 |
Update pre-commit hooks (#440)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
319ca3b8ad | Added redirection callbacks to the person and the company page. (#423) | ||
|
|
92d14b5824 |
Ingest schedule (#391)
Includes a new "app" running the ingestion jobs (aka fetch_news and find_missing_companies + enrich_company_financials) on a schedule. This also fixes an issue with the previous schedule implementation by persisting the schedule in a file that survives new deployment and continues where it left off. |
||
|
|
011e169383 | Update no connections found message on company page (#438) | ||
|
|
944374f145 | Styling data table home page (#437) | ||
|
|
5969929f79 |
Potential fix. (#427)
I have looked up the error and found an potential fix. I could not reproduce the error afterwords so it should work. |
||
|
|
9c60d01985 | Simplifications (#416) | ||
|
|
8f6bc49f32 |
build(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#436)
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's changelog</a>.</em></p> <blockquote> <p>41.0.6 - 2023-11-27</p> <pre><code> * Fixed a null-pointer-dereference and segfault that could occur when loading certificates from a PKCS#7 bundle. Credit to **pkuzco** for reporting the issue. **CVE-2023-49083** <p>.. _v41-0-5: </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyca/cryptography/commit/f09c261ca10a31fe41b1262306db7f8f1da0e48a"><code>f09c261</code></a> 41.0.6 release (<a href="https://redirect.github.com/pyca/cryptography/issues/9927">#9927</a>)</li> <li>See full diff in <a href="https://github.com/pyca/cryptography/compare/41.0.5...41.0.6">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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/fhswf/aki_prj23_transparenzregister/network/alerts). </details> |
||
|
|
92b10e553d |
build(deps-dev): bump cryptography from 41.0.5 to 41.0.6
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
35016ba5f3 |
Improved model for sentiment pipeline (#434)
Austausch des Sentiment-Modells. |
||
|
|
6890562a18 | Simplified some functions. (#414) | ||
|
|
6a584f5c10 |
build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2 (#428)
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.1 to 68.2.0.2. <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> |
||
|
|
7d84448328 |
build(deps): bump frozendict from 2.3.8 to 2.3.9 (#429)
Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.3.8 to 2.3.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Marco-Sulla/python-frozendict/releases">frozendict's releases</a>.</em></p> <blockquote> <h2>frozendict 2.3.9</h2> <h2>What's Changed</h2> <ul> <li>Various improvements to type hints</li> <li>Fix union of frozendict for python implementation by <a href="https://github.com/apmorton"><code>@apmorton</code></a> in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/89">Marco-Sulla/python-frozendict#89</a></li> <li>Avoid storing empty singleton on class itself in python implementation by <a href="https://github.com/apmorton"><code>@apmorton</code></a> in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/86">Marco-Sulla/python-frozendict#86</a></li> <li>Now pure py implementation can be built also passing the <code>FROZENDICT_PURE_PY</code> env var with value <code>1</code></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/apmorton"><code>@apmorton</code></a> made their first contribution in <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/pull/86">Marco-Sulla/python-frozendict#86</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9">https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/8bc4fdc56a7c528bcda2665be5c8fcce2ba2c6eb"><code>8bc4fdc</code></a> Update version.py</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/47a8828e7b8893c3e06f8e921020bdef85e7a916"><code>47a8828</code></a> relaxing func_4</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/a31eecbe5a6d3caf5210a81d1a2e1e859dae599b"><code>a31eecb</code></a> implemented <a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/90">#90</a></li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/30f63a3ae732cbeb019fa382e7a67b1254852da5"><code>30f63a3</code></a> minor</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/fa3dd0d585961305d56f4ff1cdcbf8e9dfc77359"><code>fa3dd0d</code></a> relax func_2 in debug.py</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/db44acbd3438636554137e3ed0500c7183868816"><code>db44acb</code></a> Fix union of frozendict for python implementation (<a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/89">#89</a>)</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/1cf399f2546dda7b4529a4606f430b04a85310a3"><code>1cf399f</code></a> Avoid storing empty singleton on class itself in python implementation (<a href="https://redirect.github.com/Marco-Sulla/python-frozendict/issues/86">#86</a>)</li> <li><a href="https://github.com/Marco-Sulla/python-frozendict/commit/5f0c05cd23d6e9b542eed9869b80dfb2360b2936"><code>5f0c05c</code></a> improved typing</li> <li>See full diff in <a href="https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9">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> |
||
|
|
d5a913d937 |
build(deps-dev): bump types-tqdm from 4.66.0.4 to 4.66.0.5 (#430)
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.4 to 4.66.0.5. <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> |
||
|
|
32d1ee185b |
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 (#431)
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/mypy/commit/6b3c41838d8e7a39242b6fd035535e2d76eabfc6"><code>6b3c418</code></a> Update version to 1.7.1 (without +dev)</li> <li><a href="https://github.com/python/mypy/commit/c10e17348f2eacbbeae80eb6c10c661c0137d849"><code>c10e173</code></a> [mypyc] Fix regression with nested functions (<a href="https://redirect.github.com/python/mypy/issues/16484">#16484</a>)</li> <li><a href="https://github.com/python/mypy/commit/e6399d10b0a1cdb104559482fad1b4dc0e2de6ac"><code>e6399d1</code></a> Fix polymorphic application for callback protocols (<a href="https://redirect.github.com/python/mypy/issues/16514">#16514</a>)</li> <li><a href="https://github.com/python/mypy/commit/661adb756800ecc40fabbe62e9339efd253aff4e"><code>661adb7</code></a> Fix crash on strict-equality with recursive types (<a href="https://redirect.github.com/python/mypy/issues/16483">#16483</a>)</li> <li><a href="https://github.com/python/mypy/commit/6c8e0cc47c014894ea41621a10f3d1b465322362"><code>6c8e0cc</code></a> Ignore position if imprecise arguments are matched by name (<a href="https://redirect.github.com/python/mypy/issues/16471">#16471</a>)</li> <li><a href="https://github.com/python/mypy/commit/5c354c41c0fbb74418afcbd30ba822694be28d11"><code>5c354c4</code></a> Fix missing meet case exposed by len narrowing (<a href="https://redirect.github.com/python/mypy/issues/16470">#16470</a>)</li> <li><a href="https://github.com/python/mypy/commit/88791cabe0521f77b699405154d90f3bb7c6b31b"><code>88791ca</code></a> Exclude private attributes from override checks (<a href="https://redirect.github.com/python/mypy/issues/16464">#16464</a>)</li> <li><a href="https://github.com/python/mypy/commit/4b5b316beb570bba4c9b7797deb2e6d7df0552d0"><code>4b5b316</code></a> Special-case unions in polymorphic inference (<a href="https://redirect.github.com/python/mypy/issues/16461">#16461</a>)</li> <li><a href="https://github.com/python/mypy/commit/f862d3ef540c38e7efd2fffd64fc732d6318dfb4"><code>f862d3e</code></a> Fix crash on Callable self in <strong>call</strong> (<a href="https://redirect.github.com/python/mypy/issues/16453">#16453</a>)</li> <li><a href="https://github.com/python/mypy/commit/fe79a59e44299a3cc8025aa5084e08773c872a54"><code>fe79a59</code></a> Bump version to 1.7.1+dev</li> <li>See full diff in <a href="https://github.com/python/mypy/compare/v1.7.0...v1.7.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> |
||
|
|
0672773551 | Ner simplifications (#419) | ||
|
|
3ed756c8e8 |
Update pre-commit hooks (#432)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
9bf66bbc13 |
build(deps-dev): bump mypy from 1.7.0 to 1.7.1
Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
8f33c04aab |
build(deps-dev): bump types-tqdm from 4.66.0.4 to 4.66.0.5
Bumps [types-tqdm](https://github.com/python/typeshed) from 4.66.0.4 to 4.66.0.5. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-tqdm dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
a990eb2108 |
build(deps): bump frozendict from 2.3.8 to 2.3.9
Bumps [frozendict](https://github.com/Marco-Sulla/python-frozendict) from 2.3.8 to 2.3.9. - [Release notes](https://github.com/Marco-Sulla/python-frozendict/releases) - [Commits](https://github.com/Marco-Sulla/python-frozendict/compare/v2.3.8...v2.3.9) --- updated-dependencies: - dependency-name: frozendict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
65ad20a734 |
build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2
Bumps [types-setuptools](https://github.com/python/typeshed) from 68.2.0.1 to 68.2.0.2. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
4e83c83374 |
Visualize company sentiment (#422)
Updates the tab and widget "Stimmung" |
||
|
|
65c41bb20c | Added translations to the search que page and the about page. (#407) | ||
|
|
762d3f9091 |
Add flask-compress (#409)
Added flask compression for compressed responsed to limit the download time of plots. I switch this on by default. It could also be crontoled via DASH_COMPRESS as an env variable. |
||
|
|
36f2d653b1 |
Added links (#406)
Added links into the plot. When clicking on the plot on the main page a redirect is implemente the the matching detailpage. |
||
|
|
ec58c9ac92 |
build(deps): bump matplotlib from 3.8.1 to 3.8.2 (#412)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/matplotlib/matplotlib/releases">matplotlib's releases</a>.</em></p> <blockquote> <p>REL: v3.8.2</p> <p>This is the second bugfix release of the 3.8 series.</p> <p>Highlights of this release include:</p> <ul> <li>Fix a segfault in the MacOS backend when running on Python 3.12</li> <li>Fix Contour labeling manual positions selecting incorrect contours.</li> <li>Various documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/matplotlib/matplotlib/commit/eb02b108ea181930ab37717c75e07ba792e01f1d"><code>eb02b10</code></a> REL: v3.8.2</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/dfb7a469d6e3e398ae87de48b284c5c29b7715d5"><code>dfb7a46</code></a> Github stats fo v3.8.2</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/802397820c5b4acaf4bfba03db6079a9b5f0206f"><code>8023978</code></a> Merge branch 'v3.8.1-doc' into v3.8.x</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/acae9bffb1b1ca2a188f21764df2148d72f9196c"><code>acae9bf</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27339">#27339</a> from meeseeksmachine/auto-backport-of-pr-27299-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/95743f05a35e52e3884dd5944ef82ef779de04b9"><code>95743f0</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27338">#27338</a> from meeseeksmachine/auto-backport-of-pr-27334-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/cfb494f815ec9ee1318c8e810dbaf10d3be5112f"><code>cfb494f</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27299">#27299</a>: [MNT] swap xkcd script for humor sans</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/26fd30a34f26009ef7b8a3c4f623d87b8829e31e"><code>26fd30a</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27334">#27334</a>: Omit MOVETO lines from nearest contour logic</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/38a0e948f19f92fbbdce2c280665decf644fbadb"><code>38a0e94</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27324">#27324</a> from meeseeksmachine/auto-backport-of-pr-27323-on-v...</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/2b587481f9e93461f770d63c5e7f5759b662a27a"><code>2b58748</code></a> Backport PR <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27323">#27323</a>: [DOC] Minor fixes for savefig-docstring</li> <li><a href="https://github.com/matplotlib/matplotlib/commit/94c0cfee35246f214bb022445ca58126fe9db366"><code>94c0cfe</code></a> Merge pull request <a href="https://redirect.github.com/matplotlib/matplotlib/issues/27314">#27314</a> from meeseeksmachine/auto-backport-of-pr-27312-on-v...</li> <li>Additional commits viewable in <a href="https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
9bfc4d317a |
build(deps): bump matplotlib from 3.8.1 to 3.8.2
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
31d74f086d |
build(deps): bump scipy from 1.11.3 to 1.11.4 (#413)
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scipy/scipy/releases">scipy's releases</a>.</em></p> <blockquote> <h1>SciPy 1.11.4 Release Notes</h1> <p>SciPy <code>1.11.4</code> is a bug-fix release with no new features compared to <code>1.11.3</code>.</p> <h1>Authors</h1> <ul> <li>Name (commits)</li> <li>Jake Bowhay (2)</li> <li>Ralf Gommers (4)</li> <li>Julien Jerphanion (2)</li> <li>Nikolay Mayorov (2)</li> <li>Melissa Weber Mendonça (1)</li> <li>Tirth Patel (1)</li> <li>Tyler Reddy (22)</li> <li>Dan Schult (3)</li> <li>Nicolas Vetsch (1) +</li> </ul> <p>A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scipy/scipy/commit/5e4a5e3785f79dd4e8930eed883da89958860db2"><code>5e4a5e3</code></a> REL: 1.11.4 release commit [wheel build]</li> <li><a href="https://github.com/scipy/scipy/commit/972c28035455a06ec673ed5aef8a5d53eeb6cc4c"><code>972c280</code></a> Merge pull request <a href="https://redirect.github.com/scipy/scipy/issues/19543">#19543</a> from tylerjereddy/treddy_1_11_4_backports</li> <li><a href="https://github.com/scipy/scipy/commit/4f72d1096f20aeed801f2bfeeabfb030e9afe9e0"><code>4f72d10</code></a> DOC: update 1.11.4 release notes [wheel build]</li> <li><a href="https://github.com/scipy/scipy/commit/31888c817c677cfff826dabd92cc15ca25d190d7"><code>31888c8</code></a> DOC, MAINT: workaround for py311 docs</li> <li><a href="https://github.com/scipy/scipy/commit/b37ca462972c52e423b7b862aa54c84d4e10d8af"><code>b37ca46</code></a> DOC: update relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/a2d4a7a5735a22eabb33164dc81008fc94eb40d8"><code>a2d4a7a</code></a> DOC, MAINT: Bump CircleCI Python version to 3.11 (<a href="https://redirect.github.com/scipy/scipy/issues/19504">#19504</a>)</li> <li><a href="https://github.com/scipy/scipy/commit/c6ff6426135b497d8d31e762920f9a5cf60749dd"><code>c6ff642</code></a> MAINT: PR 19543 revisions</li> <li><a href="https://github.com/scipy/scipy/commit/86b6582e8f1cd146ce11437286b23ad226ec2a75"><code>86b6582</code></a> DOC: update 1.11.4 relnotes</li> <li><a href="https://github.com/scipy/scipy/commit/da1da3fdd99ddd7fd373b1648384a2a4fea1ae69"><code>da1da3f</code></a> BUG: Fix typecasting problem in scipy.sparse.lil_matrix truediv (<a href="https://redirect.github.com/scipy/scipy/issues/19408">#19408</a>)</li> <li><a href="https://github.com/scipy/scipy/commit/cdd3519a94fe156f23036fbe8c053c8f86695687"><code>cdd3519</code></a> BLD: use classic linker on macOS 14 (Sonoma), the new linker is broken</li> <li>Additional commits viewable in <a href="https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
fa6d769a5c |
Update pre-commit hooks (#408)
Update versions of pre-commit hooks to latest version. Co-authored-by: philipp-horstenkamp <philipp-horstenkamp@users.noreply.github.com> |
||
|
|
d1fb2b5e43 |
build(deps): bump scipy from 1.11.3 to 1.11.4
Bumps [scipy](https://github.com/scipy/scipy) from 1.11.3 to 1.11.4. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.3...v1.11.4) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c11aeb5dd2 |
build(deps-dev): bump ruff from 0.1.5 to 0.1.6 (#410)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.6</h2> <h2>Changes</h2> <h2>0.1.6</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Extend <code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>) to include booleans in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>reimplemented-list-builtin</code> (<code>PIE807</code>) to <code>dict</code> reimplementations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code> (<code>PIE790</code>) to include ellipses (<code>...</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li> <li>[<code>flake8-pie</code>] Implement fix for <code>unnecessary-spread</code> (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li> <li>[<code>flake8-quotes</code>] Implement <code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-keyword</code> (<code>E271</code>) and <code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-operator</code> (<code>E222</code>) and <code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li> <li>[<code>pyflakes</code>] Extend <code>is-literal</code> (<code>F632</code>) to include comparisons against mutable initializers (<a href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li> <li>[<code>pylint</code>] Implement <code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li> <li>[<code>refurb</code>] Implement <code>if-expr-min-max</code> (<code>FURB136</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li> <li>[<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Add autotyping-like return type inference for annotation rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li> <li>[<code>flake8-future-annotations</code>] Implement fix for <code>future-required-type-annotation</code> (<code>FA102</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li> <li>[<code>flake8-implicit-namespace-package</code>] Avoid missing namespace violations in scripts with shebangs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li> <li>[<code>pydocstyle</code>] Update <code>over-indentation</code> (<code>D208</code>) to preserve indentation offsets when fixing overindented lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li> <li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code> (<code>UP041</code>) to remove false positives (<a href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix instability in <code>await</code> formatting with fluent style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li> <li>Compare formatted and unformatted ASTs during formatter tests (<a href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li> <li>Preserve trailing semicolon for Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li> <li>Write unchanged, excluded files to stdout when read via stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>isort</code>] Support disabling sections with <code>no-sections = true</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li> <li>[<code>pep8-naming</code>] Support local and dynamic class- and static-method decorators (<a href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li> <li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li> <li>Omit unrolled augmented assignments in <code>PIE794</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li> <li>Slice source code instead of generating it for <code>EM</code> fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.6</h2> <h3>Preview features</h3> <ul> <li>[<code>flake8-boolean-trap</code>] Extend <code>boolean-type-hint-positional-argument</code> (<code>FBT001</code>) to include booleans in unions (<a href="https://redirect.github.com/astral-sh/ruff/pull/7501">#7501</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>reimplemented-list-builtin</code> (<code>PIE807</code>) to <code>dict</code> reimplementations (<a href="https://redirect.github.com/astral-sh/ruff/pull/8608">#8608</a>)</li> <li>[<code>flake8-pie</code>] Extend <code>unnecessary-pass</code> (<code>PIE790</code>) to include ellipses (<code>...</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8641">#8641</a>)</li> <li>[<code>flake8-pie</code>] Implement fix for <code>unnecessary-spread</code> (<code>PIE800</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8668">#8668</a>)</li> <li>[<code>flake8-quotes</code>] Implement <code>unnecessary-escaped-quote</code> (<code>Q004</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8630">#8630</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-keyword</code> (<code>E271</code>) and <code>multiple-spaces-before-keyword</code> (<code>E272</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8622">#8622</a>)</li> <li>[<code>pycodestyle</code>] Implement fix for <code>multiple-spaces-after-operator</code> (<code>E222</code>) and <code>multiple-spaces-before-operator</code> (<code>E221</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8623">#8623</a>)</li> <li>[<code>pyflakes</code>] Extend <code>is-literal</code> (<code>F632</code>) to include comparisons against mutable initializers (<a href="https://redirect.github.com/astral-sh/ruff/pull/8607">#8607</a>)</li> <li>[<code>pylint</code>] Implement <code>redefined-argument-from-local</code> (<code>PLR1704</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8159">#8159</a>)</li> <li>[<code>pylint</code>] Implement fix for <code>unnecessary-lambda</code> (<code>PLW0108</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8621">#8621</a>)</li> <li>[<code>refurb</code>] Implement <code>if-expr-min-max</code> (<code>FURB136</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8664">#8664</a>)</li> <li>[<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8727">#8727</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>flake8-annotations</code>] Add autotyping-like return type inference for annotation rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8643">#8643</a>)</li> <li>[<code>flake8-future-annotations</code>] Implement fix for <code>future-required-type-annotation</code> (<code>FA102</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8711">#8711</a>)</li> <li>[<code>flake8-implicit-namespace-package</code>] Avoid missing namespace violations in scripts with shebangs (<a href="https://redirect.github.com/astral-sh/ruff/pull/8710">#8710</a>)</li> <li>[<code>pydocstyle</code>] Update <code>over-indentation</code> (<code>D208</code>) to preserve indentation offsets when fixing overindented lines (<a href="https://redirect.github.com/astral-sh/ruff/pull/8699">#8699</a>)</li> <li>[<code>pyupgrade</code>] Refine <code>timeout-error-alias</code> (<code>UP041</code>) to remove false positives (<a href="https://redirect.github.com/astral-sh/ruff/pull/8587">#8587</a>)</li> </ul> <h3>Formatter</h3> <ul> <li>Fix instability in <code>await</code> formatting with fluent style (<a href="https://redirect.github.com/astral-sh/ruff/pull/8676">#8676</a>)</li> <li>Compare formatted and unformatted ASTs during formatter tests (<a href="https://redirect.github.com/astral-sh/ruff/pull/8624">#8624</a>)</li> <li>Preserve trailing semicolon for Notebooks (<a href="https://redirect.github.com/astral-sh/ruff/pull/8590">#8590</a>)</li> </ul> <h3>CLI</h3> <ul> <li>Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/8729">#8729</a>)</li> <li>Write unchanged, excluded files to stdout when read via stdin (<a href="https://redirect.github.com/astral-sh/ruff/pull/8596">#8596</a>)</li> </ul> <h3>Configuration</h3> <ul> <li>[<code>isort</code>] Support disabling sections with <code>no-sections = true</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8657">#8657</a>)</li> <li>[<code>pep8-naming</code>] Support local and dynamic class- and static-method decorators (<a href="https://redirect.github.com/astral-sh/ruff/pull/8592">#8592</a>)</li> <li>[<code>pydocstyle</code>] Allow overriding pydocstyle convention rules (<a href="https://redirect.github.com/astral-sh/ruff/pull/8586">#8586</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Avoid syntax error via importing <code>trio.lowlevel</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8730">#8730</a>)</li> <li>Omit unrolled augmented assignments in <code>PIE794</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8634">#8634</a>)</li> <li>Slice source code instead of generating it for <code>EM</code> fixes (<a href="https://redirect.github.com/astral-sh/ruff/pull/7746">#7746</a>)</li> <li>Allow whitespace around colon in slices for <code>whitespace-before-punctuation</code> (<code>E203</code>) (<a href="https://redirect.github.com/astral-sh/ruff/pull/8654">#8654</a>)</li> <li>Use function range for <code>no-self-use</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8637">#8637</a>)</li> <li>F-strings doesn't contain bytes literal for <code>PLW0129</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/8675">#8675</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/f460f9c5c0126f59b6a9641221ef0bdfa8afa74a"><code>f460f9c</code></a> Bump version to v0.1.6 (<a href="https://redirect.github.com/astral-sh/ruff/issues/8744">#8744</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/2faac1e7a866e77b60c4a7abe71b7b8985efa660"><code>2faac1e</code></a> [<code>refurb</code>] Implement <code>math-constant</code> (<code>FURB152</code>) (<a href="https://redirect.github.com/astral-sh/ruff/issues/8727">#8727</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/b7dbb9062c8dd07a3b643920756a65d49631630f"><code>b7dbb90</code></a> Remove incorrect deprecation label for stdout and stderr (<a href="https://redirect.github.com/astral-sh/ruff/issues/8743">#8743</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/66794bc9feecf814473eb1a595134ef716950ef0"><code>66794bc</code></a> Remove erroneous bad-dunder-name reference (<a href="https://redirect.github.com/astral-sh/ruff/issues/8742">#8742</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/dca430f4d212efa44b3d76ec43736e7dc7a9500d"><code>dca430f</code></a> Fix instability with await fluent style (<a href="https://redirect.github.com/astral-sh/ruff/issues/8676">#8676</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/841e6c889ec32b6b9022dfbbd9f226779d73aa88"><code>841e6c8</code></a> Add River in "Who's Using Ruff?" section (<a href="https://redirect.github.com/astral-sh/ruff/issues/8740">#8740</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/bd99175fea3f804b1106d94969611d4efaa29944"><code>bd99175</code></a> Update <code>D208</code> to preserve indentation offsets when fixing overindented lines ...</li> <li><a href="https://github.com/astral-sh/ruff/commit/4c86b155f29e8bc4fb5e11d551d97f2eeb7eec6a"><code>4c86b15</code></a> Fix typo (<a href="https://redirect.github.com/astral-sh/ruff/issues/8735">#8735</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/e2109c135313b209f84f78867d9a07f6fd8a54a2"><code>e2109c1</code></a> Improve debug printing for resolving origin of config settings (<a href="https://redirect.github.com/astral-sh/ruff/issues/8729">#8729</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1fcccf82fcc943a1137731613c5ed088486f0fba"><code>1fcccf8</code></a> Avoid syntax error via importing trio.lowlevel (<a href="https://redirect.github.com/astral-sh/ruff/issues/8730">#8730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
634aa4d675 |
build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9 (#411)
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/releases">jupyterlab's releases</a>.</em></p> <blockquote> <h2>v4.0.9</h2> <h2>4.0.9</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Improve cell toolbar tracker <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Do not update filebrowser breadcrumbs when not needed <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Don't show default value for objects in Settings Editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a> (<a href="https://github.com/firai"><code>@firai</code></a>)</li> <li>Fix highlighting search in an out-of-viewport cell <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Fix overreactive scrolling to next cell after <code>Shift + Enter</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix missing default property breaking codemirror <code>overrides.json</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a> (<a href="https://github.com/LJMP"><code>@LJMP</code></a>)</li> <li>Fix update button in extension manager <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a> (<a href="https://github.com/nbowditch-einblick"><code>@nbowditch-einblick</code></a>)</li> <li>Fix scrolling when dragging files in the file browser <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix scrolling past long outputs in presence of un-rendered headings <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Update notebook window on resize if height changes <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Remove unnecessary requirement from codemirror service plugin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a> (<a href="https://github.com/paulkim3151"><code>@paulkim3151</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update <code>@lumino/dragdrop</code> package <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Exclude ipynb files in prettier pre-commit <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a> (<a href="https://github.com/brichet"><code>@brichet</code></a>)</li> <li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a> (<a href="https://github.com/jtpio"><code>@jtpio</code></a>)</li> <li>Fix yarn.lock <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&to=2023-11-18&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@dharmaquark</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@gabalafou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@skyetim</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@tonyfast</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@welcome</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md">jupyterlab's changelog</a>.</em></p> <blockquote> <h2>4.0.9</h2> <p>(<a href="https://github.com/jupyterlab/jupyterlab/compare/v4.0.8...685fad189917242f1736d2c88a890f346874472d">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Improve cell toolbar tracker <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15314">#15314</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Do not update filebrowser breadcrumbs when not needed <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15387">#15387</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Don't show default value for objects in Settings Editor <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15380">#15380</a> (<a href="https://github.com/firai"><code>@firai</code></a>)</li> <li>Fix highlighting search in an out-of-viewport cell <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15376">#15376</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> <li>Fix overreactive scrolling to next cell after <code>Shift + Enter</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15288">#15288</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix missing default property breaking codemirror <code>overrides.json</code> <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15346">#15346</a> (<a href="https://github.com/LJMP"><code>@LJMP</code></a>)</li> <li>Fix update button in extension manager <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15331">#15331</a> (<a href="https://github.com/nbowditch-einblick"><code>@nbowditch-einblick</code></a>)</li> <li>Fix scrolling when dragging files in the file browser <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15318">#15318</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Fix scrolling past long outputs in presence of un-rendered headings <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15356">#15356</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Update notebook window on resize if height changes <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15357">#15357</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Remove unnecessary requirement from codemirror service plugin <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15362">#15362</a> (<a href="https://github.com/paulkim3151"><code>@paulkim3151</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update <code>@lumino/dragdrop</code> package <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15426">#15426</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> <li>Exclude ipynb files in prettier pre-commit <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15378">#15378</a> (<a href="https://github.com/brichet"><code>@brichet</code></a>)</li> <li>Update to <code>@jupyter/ydoc</code> 1.1.1 <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15177">#15177</a> (<a href="https://github.com/jtpio"><code>@jtpio</code></a>)</li> <li>Fix yarn.lock <a href="https://redirect.github.com/jupyterlab/jupyterlab/pull/15367">#15367</a> (<a href="https://github.com/fcollonval"><code>@fcollonval</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2023-11-02&to=2023-11-18&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@brichet</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adharmaquark+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@dharmaquark</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@fcollonval</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agabalafou+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@gabalafou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@github-actions</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jtpio</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@jupyterlab-probot</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@krassowski</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@lumberbot-app</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@meeseeksmachine</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@skyetim</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atonyfast+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@tonyfast</code></a> | <a href="https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2023-11-02..2023-11-18&type=Issues"><code>@welcome</code></a></p> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/a7471bca76d28f5e21dc58da8db54ae0756a80a9"><code>a7471bc</code></a> [ci skip] Publish 4.0.9</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/685fad189917242f1736d2c88a890f346874472d"><code>685fad1</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15314">#15314</a>: Improve cell toolbar tracker (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15427">#15427</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/1d2dd03e1d67ec16b8de83881365189812dff7b5"><code>1d2dd03</code></a> Update <code>@lumino/dragdrop</code> package (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15426">#15426</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/9e1769981ff920c8aea61ffd3cbd0d9054445936"><code>9e17699</code></a> Do not update filebrowser breadcrumbs when not needed (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15387">#15387</a>) (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15409">#15409</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/d4465f90ce6151f91dcdefc1c5c3b4375534208f"><code>d4465f9</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15376">#15376</a> on branch 4.0.x (Fix highlighting search in an out-of-view...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/a2aaf8cd9df9cc3b371d5e5e4a932b54561b232a"><code>a2aaf8c</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15380">#15380</a>: Don't show default value for objects in Settings Editor (...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/3ec0581a20767df46818b1782864c5de61696e8d"><code>3ec0581</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15177">#15177</a>: Update to <code>@jupyter/ydoc</code> 1.1.1 (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15382">#15382</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/6b30261fea3af563ef80c41a63125cfbd5801a6b"><code>6b30261</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15378">#15378</a>: Exclude ipynb files in prettier pre-commit (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15384">#15384</a>)</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/4981c6b27d53b141dd1b657914e0f004f128286c"><code>4981c6b</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15288">#15288</a>: Fix overreactive scrolling to next cell after `Shift + En...</li> <li><a href="https://github.com/jupyterlab/jupyterlab/commit/176843781bbca2110059df5d57ebd41b00343a63"><code>1768437</code></a> Backport PR <a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15358">#15358</a>: [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/jupyterlab/jupyterlab/issues/15381">#15381</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9">compare view</a></li> </ul> </details> <br /> [](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> |
||
|
|
344afa5189 |
build(deps-dev): bump jupyterlab from 4.0.8 to 4.0.9
Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.0.9/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.8...@jupyterlab/lsp@4.0.9) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
32cd6d7c22 |
build(deps-dev): bump ruff from 0.1.5 to 0.1.6
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
9fa46aac29 | hotfix: Resolve issue in scrape process (#415) |