Skip to content
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 1 commit into from
Jan 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps nbconvert from 6.4.5 to 6.5.1.

Release notes

Sourced from nbconvert's releases.

Release 6.5.1

No release notes provided.

6.5.0

What's Changed

New Contributors

Full Changelog: jupyter/nbconvert@6.4.5...6.5

Changelog

Sourced from nbconvert's changelog.

Changes in nbconvert

7.2.8

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​maartenbreddels | @​martinRenou | @​minrk | @​pre-commit-ci

7.2.7

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​pre-commit-ci

7.2.6

(Full Changelog)

... (truncated)

Commits

Dependabot compatibility score

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 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 language

You can disable automated security fix PRs for this repo from the Security Alerts page.

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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 23, 2023
@jngrad jngrad self-assigned this Jan 23, 2023
Copy link
Member

@jngrad jngrad left a 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 jngrad added this to the Espresso 4.2.1 milestone Jan 23, 2023
@jngrad jngrad added DevOps automerge Merge with kodiak labels Jan 23, 2023
@kodiakhq kodiakhq bot merged commit 6508848 into python Jan 23, 2023
@jngrad jngrad deleted the dependabot/pip/nbconvert-6.5.1 branch January 23, 2023 15:03
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&amp;to=2023-01-16&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-19&amp;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&amp;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&amp;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&amp;to=2023-01-16&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-19&amp;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&amp;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&amp;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&amp;to=2023-01-16&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-19&amp;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&amp;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&amp;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&amp;to=2023-01-16&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;to=2022-12-19&amp;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&amp;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&amp;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
automerge Merge with kodiak dependencies Pull requests that update a dependency file DevOps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant