-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump nbconvert from 6.4.5 to 6.5.1 #4658
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@6.4.5...6.5.1) --- updated-dependencies: - dependency-name: nbconvert dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 23, 2023
jngrad
approved these changes
Jan 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes an XSS vulnerability, which is likely relevant to our Binder and Gitpod users.
jngrad
pushed a commit
to jngrad/espresso
that referenced
this pull request
Mar 2, 2023
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>Release 6.5.1</h2> <p>No release notes provided.</p> <h2>6.5.0</h2> <h2>What's Changed</h2> <ul> <li>Drop dependency on testpath. by <a href="https://github.com/anntzer"><code>@anntzer</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1723">jupyter/nbconvert#1723</a></li> <li>Adopt pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1744">jupyter/nbconvert#1744</a></li> <li>Add pytest settings and handle warnings by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1745">jupyter/nbconvert#1745</a></li> <li>Apply Autoformatters by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1746">jupyter/nbconvert#1746</a></li> <li>Add git-blame-ignore-revs by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1748">jupyter/nbconvert#1748</a></li> <li>Update flake8 config by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1749">jupyter/nbconvert#1749</a></li> <li>support bleach 5, add packaging and tinycss2 dependencies by <a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1755">jupyter/nbconvert#1755</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> <li>update cli example by <a href="https://github.com/leahecole"><code>@leahecole</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1753">jupyter/nbconvert#1753</a></li> <li>Clean up pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1757">jupyter/nbconvert#1757</a></li> <li>Clean up workflows by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1750">jupyter/nbconvert#1750</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5">https://github.com/jupyter/nbconvert/compare/6.4.5...6.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h1>Changes in nbconvert</h1> <!-- raw HTML omitted --> <h2>7.2.8</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.7...73f7b1b93a4526d7e9d987f5a5b207eaed8171f2">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>always pass relax_add_props=True when validating <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1936">#1936</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update codecov link <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1935">#1935</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Fix types and add lint to automerge <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1932">#1932</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add type checking <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1930">#1930</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add spelling and docstring enforcement <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1929">#1929</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add scheduled ci run <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1926">#1926</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-19&to=2023-01-16&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amaartenbreddels+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@maartenbreddels</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@martinRenou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aminrk+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@pre-commit-ci</code></a></p> <!-- raw HTML omitted --> <h2>7.2.7</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.6...a32c3c1063e081d7e639b7f1670788d220b93810">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Fix Hanging Tests on Linux <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1924">#1924</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Adopt ruff and handle lint <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1925">#1925</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-05&to=2022-12-19&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@pre-commit-ci</code></a></p> <h2>7.2.6</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202">Full Changelog</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbconvert/commit/7471b75a506b2fec776613e50e4f2234b97f3c8e"><code>7471b75</code></a> Release 6.5.1</li> <li><a href="https://github.com/jupyter/nbconvert/commit/c1943e0e9fd0ad6abd7d8dae380474cca4b04a31"><code>c1943e0</code></a> Fix pre-commit</li> <li><a href="https://github.com/jupyter/nbconvert/commit/8685e9378086e8d82a0df92505fe386095f929ad"><code>8685e93</code></a> Fix tests</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0abf2906bc6c7170c8d70bc0df6995d21c5aeaf1"><code>0abf290</code></a> Run black and prettier</li> <li><a href="https://github.com/jupyter/nbconvert/commit/418d545ae596d95f5ea82d141c68fd1abc99f1a6"><code>418d545</code></a> Run test on 6.x branch</li> <li><a href="https://github.com/jupyter/nbconvert/commit/bef65d7ab2a469b01e4aa25f44c0f20326f7c7c5"><code>bef65d7</code></a> Convert input to string prior to escape HTML</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0818628718c4a5d3ddd671fbd4881bf176e7d6e2"><code>0818628</code></a> Check input type before escaping</li> <li><a href="https://github.com/jupyter/nbconvert/commit/b206470f9ecd71b006a37dd1298dd3d9e3dd46dd"><code>b206470</code></a> GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021</li> <li><a href="https://github.com/jupyter/nbconvert/commit/a03cbb8a8d04d47aefec51e7b1b816045682aed5"><code>a03cbb8</code></a> GHSL-2021-1026, GHSL-2021-1025</li> <li><a href="https://github.com/jupyter/nbconvert/commit/48fe71eb3335caf4e03166e56e0d16efcfbeaf44"><code>48fe71e</code></a> GHSL-2021-1024</li> <li>Additional commits viewable in <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbconvert&package-manager=pip&previous-version=6.4.5&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/espressomd/espresso/network/alerts). </details>
jngrad
pushed a commit
to jngrad/espresso
that referenced
this pull request
Mar 2, 2023
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>Release 6.5.1</h2> <p>No release notes provided.</p> <h2>6.5.0</h2> <h2>What's Changed</h2> <ul> <li>Drop dependency on testpath. by <a href="https://github.com/anntzer"><code>@anntzer</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1723">jupyter/nbconvert#1723</a></li> <li>Adopt pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1744">jupyter/nbconvert#1744</a></li> <li>Add pytest settings and handle warnings by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1745">jupyter/nbconvert#1745</a></li> <li>Apply Autoformatters by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1746">jupyter/nbconvert#1746</a></li> <li>Add git-blame-ignore-revs by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1748">jupyter/nbconvert#1748</a></li> <li>Update flake8 config by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1749">jupyter/nbconvert#1749</a></li> <li>support bleach 5, add packaging and tinycss2 dependencies by <a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1755">jupyter/nbconvert#1755</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> <li>update cli example by <a href="https://github.com/leahecole"><code>@leahecole</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1753">jupyter/nbconvert#1753</a></li> <li>Clean up pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1757">jupyter/nbconvert#1757</a></li> <li>Clean up workflows by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1750">jupyter/nbconvert#1750</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5">https://github.com/jupyter/nbconvert/compare/6.4.5...6.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h1>Changes in nbconvert</h1> <!-- raw HTML omitted --> <h2>7.2.8</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.7...73f7b1b93a4526d7e9d987f5a5b207eaed8171f2">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>always pass relax_add_props=True when validating <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1936">#1936</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update codecov link <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1935">#1935</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Fix types and add lint to automerge <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1932">#1932</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add type checking <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1930">#1930</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add spelling and docstring enforcement <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1929">#1929</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add scheduled ci run <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1926">#1926</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-19&to=2023-01-16&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amaartenbreddels+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@maartenbreddels</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@martinRenou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aminrk+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@pre-commit-ci</code></a></p> <!-- raw HTML omitted --> <h2>7.2.7</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.6...a32c3c1063e081d7e639b7f1670788d220b93810">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Fix Hanging Tests on Linux <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1924">#1924</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Adopt ruff and handle lint <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1925">#1925</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-05&to=2022-12-19&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@pre-commit-ci</code></a></p> <h2>7.2.6</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202">Full Changelog</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbconvert/commit/7471b75a506b2fec776613e50e4f2234b97f3c8e"><code>7471b75</code></a> Release 6.5.1</li> <li><a href="https://github.com/jupyter/nbconvert/commit/c1943e0e9fd0ad6abd7d8dae380474cca4b04a31"><code>c1943e0</code></a> Fix pre-commit</li> <li><a href="https://github.com/jupyter/nbconvert/commit/8685e9378086e8d82a0df92505fe386095f929ad"><code>8685e93</code></a> Fix tests</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0abf2906bc6c7170c8d70bc0df6995d21c5aeaf1"><code>0abf290</code></a> Run black and prettier</li> <li><a href="https://github.com/jupyter/nbconvert/commit/418d545ae596d95f5ea82d141c68fd1abc99f1a6"><code>418d545</code></a> Run test on 6.x branch</li> <li><a href="https://github.com/jupyter/nbconvert/commit/bef65d7ab2a469b01e4aa25f44c0f20326f7c7c5"><code>bef65d7</code></a> Convert input to string prior to escape HTML</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0818628718c4a5d3ddd671fbd4881bf176e7d6e2"><code>0818628</code></a> Check input type before escaping</li> <li><a href="https://github.com/jupyter/nbconvert/commit/b206470f9ecd71b006a37dd1298dd3d9e3dd46dd"><code>b206470</code></a> GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021</li> <li><a href="https://github.com/jupyter/nbconvert/commit/a03cbb8a8d04d47aefec51e7b1b816045682aed5"><code>a03cbb8</code></a> GHSL-2021-1026, GHSL-2021-1025</li> <li><a href="https://github.com/jupyter/nbconvert/commit/48fe71eb3335caf4e03166e56e0d16efcfbeaf44"><code>48fe71e</code></a> GHSL-2021-1024</li> <li>Additional commits viewable in <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbconvert&package-manager=pip&previous-version=6.4.5&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/espressomd/espresso/network/alerts). </details>
jngrad
pushed a commit
to jngrad/espresso
that referenced
this pull request
Mar 2, 2023
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>Release 6.5.1</h2> <p>No release notes provided.</p> <h2>6.5.0</h2> <h2>What's Changed</h2> <ul> <li>Drop dependency on testpath. by <a href="https://github.com/anntzer"><code>@anntzer</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1723">jupyter/nbconvert#1723</a></li> <li>Adopt pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1744">jupyter/nbconvert#1744</a></li> <li>Add pytest settings and handle warnings by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1745">jupyter/nbconvert#1745</a></li> <li>Apply Autoformatters by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1746">jupyter/nbconvert#1746</a></li> <li>Add git-blame-ignore-revs by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1748">jupyter/nbconvert#1748</a></li> <li>Update flake8 config by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1749">jupyter/nbconvert#1749</a></li> <li>support bleach 5, add packaging and tinycss2 dependencies by <a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1755">jupyter/nbconvert#1755</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> <li>update cli example by <a href="https://github.com/leahecole"><code>@leahecole</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1753">jupyter/nbconvert#1753</a></li> <li>Clean up pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1757">jupyter/nbconvert#1757</a></li> <li>Clean up workflows by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1750">jupyter/nbconvert#1750</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5">https://github.com/jupyter/nbconvert/compare/6.4.5...6.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h1>Changes in nbconvert</h1> <!-- raw HTML omitted --> <h2>7.2.8</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.7...73f7b1b93a4526d7e9d987f5a5b207eaed8171f2">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>always pass relax_add_props=True when validating <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1936">#1936</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update codecov link <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1935">#1935</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Fix types and add lint to automerge <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1932">#1932</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add type checking <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1930">#1930</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add spelling and docstring enforcement <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1929">#1929</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add scheduled ci run <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1926">#1926</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-19&to=2023-01-16&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amaartenbreddels+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@maartenbreddels</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@martinRenou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aminrk+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@pre-commit-ci</code></a></p> <!-- raw HTML omitted --> <h2>7.2.7</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.6...a32c3c1063e081d7e639b7f1670788d220b93810">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Fix Hanging Tests on Linux <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1924">#1924</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Adopt ruff and handle lint <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1925">#1925</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-05&to=2022-12-19&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@pre-commit-ci</code></a></p> <h2>7.2.6</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202">Full Changelog</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbconvert/commit/7471b75a506b2fec776613e50e4f2234b97f3c8e"><code>7471b75</code></a> Release 6.5.1</li> <li><a href="https://github.com/jupyter/nbconvert/commit/c1943e0e9fd0ad6abd7d8dae380474cca4b04a31"><code>c1943e0</code></a> Fix pre-commit</li> <li><a href="https://github.com/jupyter/nbconvert/commit/8685e9378086e8d82a0df92505fe386095f929ad"><code>8685e93</code></a> Fix tests</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0abf2906bc6c7170c8d70bc0df6995d21c5aeaf1"><code>0abf290</code></a> Run black and prettier</li> <li><a href="https://github.com/jupyter/nbconvert/commit/418d545ae596d95f5ea82d141c68fd1abc99f1a6"><code>418d545</code></a> Run test on 6.x branch</li> <li><a href="https://github.com/jupyter/nbconvert/commit/bef65d7ab2a469b01e4aa25f44c0f20326f7c7c5"><code>bef65d7</code></a> Convert input to string prior to escape HTML</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0818628718c4a5d3ddd671fbd4881bf176e7d6e2"><code>0818628</code></a> Check input type before escaping</li> <li><a href="https://github.com/jupyter/nbconvert/commit/b206470f9ecd71b006a37dd1298dd3d9e3dd46dd"><code>b206470</code></a> GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021</li> <li><a href="https://github.com/jupyter/nbconvert/commit/a03cbb8a8d04d47aefec51e7b1b816045682aed5"><code>a03cbb8</code></a> GHSL-2021-1026, GHSL-2021-1025</li> <li><a href="https://github.com/jupyter/nbconvert/commit/48fe71eb3335caf4e03166e56e0d16efcfbeaf44"><code>48fe71e</code></a> GHSL-2021-1024</li> <li>Additional commits viewable in <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbconvert&package-manager=pip&previous-version=6.4.5&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/espressomd/espresso/network/alerts). </details>
jngrad
pushed a commit
to jngrad/espresso
that referenced
this pull request
Mar 2, 2023
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/releases">nbconvert's releases</a>.</em></p> <blockquote> <h2>Release 6.5.1</h2> <p>No release notes provided.</p> <h2>6.5.0</h2> <h2>What's Changed</h2> <ul> <li>Drop dependency on testpath. by <a href="https://github.com/anntzer"><code>@anntzer</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1723">jupyter/nbconvert#1723</a></li> <li>Adopt pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1744">jupyter/nbconvert#1744</a></li> <li>Add pytest settings and handle warnings by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1745">jupyter/nbconvert#1745</a></li> <li>Apply Autoformatters by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1746">jupyter/nbconvert#1746</a></li> <li>Add git-blame-ignore-revs by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1748">jupyter/nbconvert#1748</a></li> <li>Update flake8 config by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1749">jupyter/nbconvert#1749</a></li> <li>support bleach 5, add packaging and tinycss2 dependencies by <a href="https://github.com/bollwyvl"><code>@bollwyvl</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1755">jupyter/nbconvert#1755</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> <li>update cli example by <a href="https://github.com/leahecole"><code>@leahecole</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1753">jupyter/nbconvert#1753</a></li> <li>Clean up pre-commit by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1757">jupyter/nbconvert#1757</a></li> <li>Clean up workflows by <a href="https://github.com/blink1073"><code>@blink1073</code></a> in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1750">jupyter/nbconvert#1750</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1752">jupyter/nbconvert#1752</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5">https://github.com/jupyter/nbconvert/compare/6.4.5...6.5</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md">nbconvert's changelog</a>.</em></p> <blockquote> <h1>Changes in nbconvert</h1> <!-- raw HTML omitted --> <h2>7.2.8</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.7...73f7b1b93a4526d7e9d987f5a5b207eaed8171f2">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>always pass relax_add_props=True when validating <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1936">#1936</a> (<a href="https://github.com/minrk"><code>@minrk</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Update codecov link <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1935">#1935</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Fix types and add lint to automerge <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1932">#1932</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add type checking <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1930">#1930</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add spelling and docstring enforcement <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1929">#1929</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>Add scheduled ci run <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1926">#1926</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-19&to=2023-01-16&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Amaartenbreddels+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@maartenbreddels</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3AmartinRenou+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@martinRenou</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Aminrk+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@minrk</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-16&type=Issues"><code>@pre-commit-ci</code></a></p> <!-- raw HTML omitted --> <h2>7.2.7</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.6...a32c3c1063e081d7e639b7f1670788d220b93810">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Fix Hanging Tests on Linux <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1924">#1924</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Adopt ruff and handle lint <a href="https://github-redirect.dependabot.com/jupyter/nbconvert/pull/1925">#1925</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbconvert/graphs/contributors?from=2022-12-05&to=2022-12-19&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Ablink1073+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbconvert+involves%3Apre-commit-ci+updated%3A2022-12-05..2022-12-19&type=Issues"><code>@pre-commit-ci</code></a></p> <h2>7.2.6</h2> <p>(<a href="https://github.com/jupyter/nbconvert/compare/v7.2.5...788dd3c4de1b6333e807250d0f33b59b80d5b202">Full Changelog</a>)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbconvert/commit/7471b75a506b2fec776613e50e4f2234b97f3c8e"><code>7471b75</code></a> Release 6.5.1</li> <li><a href="https://github.com/jupyter/nbconvert/commit/c1943e0e9fd0ad6abd7d8dae380474cca4b04a31"><code>c1943e0</code></a> Fix pre-commit</li> <li><a href="https://github.com/jupyter/nbconvert/commit/8685e9378086e8d82a0df92505fe386095f929ad"><code>8685e93</code></a> Fix tests</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0abf2906bc6c7170c8d70bc0df6995d21c5aeaf1"><code>0abf290</code></a> Run black and prettier</li> <li><a href="https://github.com/jupyter/nbconvert/commit/418d545ae596d95f5ea82d141c68fd1abc99f1a6"><code>418d545</code></a> Run test on 6.x branch</li> <li><a href="https://github.com/jupyter/nbconvert/commit/bef65d7ab2a469b01e4aa25f44c0f20326f7c7c5"><code>bef65d7</code></a> Convert input to string prior to escape HTML</li> <li><a href="https://github.com/jupyter/nbconvert/commit/0818628718c4a5d3ddd671fbd4881bf176e7d6e2"><code>0818628</code></a> Check input type before escaping</li> <li><a href="https://github.com/jupyter/nbconvert/commit/b206470f9ecd71b006a37dd1298dd3d9e3dd46dd"><code>b206470</code></a> GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021</li> <li><a href="https://github.com/jupyter/nbconvert/commit/a03cbb8a8d04d47aefec51e7b1b816045682aed5"><code>a03cbb8</code></a> GHSL-2021-1026, GHSL-2021-1025</li> <li><a href="https://github.com/jupyter/nbconvert/commit/48fe71eb3335caf4e03166e56e0d16efcfbeaf44"><code>48fe71e</code></a> GHSL-2021-1024</li> <li>Additional commits viewable in <a href="https://github.com/jupyter/nbconvert/compare/6.4.5...6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nbconvert&package-manager=pip&previous-version=6.4.5&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/espressomd/espresso/network/alerts). </details>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nbconvert from 6.4.5 to 6.5.1.
Release notes
Sourced from nbconvert's releases.
Changelog
Sourced from nbconvert's changelog.
... (truncated)
Commits
7471b75
Release 6.5.1c1943e0
Fix pre-commit8685e93
Fix tests0abf290
Run black and prettier418d545
Run test on 6.x branchbef65d7
Convert input to string prior to escape HTML0818628
Check input type before escapingb206470
GHSL-2021-1017, GHSL-2021-1020, GHSL-2021-1021a03cbb8
GHSL-2021-1026, GHSL-2021-102548fe71e
GHSL-2021-1024Dependabot 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 commands and options
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 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)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.