-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update nbformat requirement from ~=5.9.2 to ~=5.10.4 in /scripts/nb-tester #1366
Merged
frankharkins
merged 1 commit into
main
from
dependabot/pip/scripts/nb-tester/nbformat-approx-eq-5.10.4
May 14, 2024
Merged
Update nbformat requirement from ~=5.9.2 to ~=5.10.4 in /scripts/nb-tester #1366
frankharkins
merged 1 commit into
main
from
dependabot/pip/scripts/nb-tester/nbformat-approx-eq-5.10.4
May 14, 2024
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
Updates the requirements on [nbformat](https://github.com/jupyter/nbformat) to permit the latest version. - [Release notes](https://github.com/jupyter/nbformat/releases) - [Changelog](https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md) - [Commits](jupyter/nbformat@v5.9.2...v5.10.4) --- updated-dependencies: - dependency-name: nbformat 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
May 14, 2024
Thanks for contributing to Qiskit documentation! Before your PR can be merged, it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. Thanks! 🙌 |
frankharkins
approved these changes
May 14, 2024
frankharkins
deleted the
dependabot/pip/scripts/nb-tester/nbformat-approx-eq-5.10.4
branch
May 14, 2024 13:23
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this pull request
Jul 22, 2024
…ester (Qiskit#1366) Updates the requirements on [nbformat](https://github.com/jupyter/nbformat) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbformat/releases">nbformat's releases</a>.</em></p> <blockquote> <h2>v5.10.4</h2> <h2>5.10.4</h2> <p>(<a href="https://github.com/jupyter/nbformat/compare/v5.10.3...be5ff0a81d544238599b9df4fcefa19e235a8898">Full Changelog</a>)</p> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Set all min deps <a href="https://redirect.github.com/jupyter/nbformat/pull/399">#399</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>chore: update pre-commit hooks <a href="https://redirect.github.com/jupyter/nbformat/pull/398">#398</a> (<a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-15&to=2024-04-04&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-15..2024-04-04&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2024-03-15..2024-04-04&type=Issues"><code>@pre-commit-ci</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md">nbformat's changelog</a>.</em></p> <blockquote> <h2>5.10.4</h2> <p>(<a href="https://github.com/jupyter/nbformat/compare/v5.10.3...be5ff0a81d544238599b9df4fcefa19e235a8898">Full Changelog</a>)</p> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Set all min deps <a href="https://redirect.github.com/jupyter/nbformat/pull/399">#399</a> (<a href="https://github.com/blink1073"><code>@blink1073</code></a>)</li> <li>chore: update pre-commit hooks <a href="https://redirect.github.com/jupyter/nbformat/pull/398">#398</a> (<a href="https://github.com/pre-commit-ci"><code>@pre-commit-ci</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-15&to=2024-04-04&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-15..2024-04-04&type=Issues"><code>@blink1073</code></a> | <a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Apre-commit-ci+updated%3A2024-03-15..2024-04-04&type=Issues"><code>@pre-commit-ci</code></a></p> <!-- raw HTML omitted --> <h2>5.10.3</h2> <p>(<a href="https://github.com/jupyter/nbformat/compare/v5.10.2...c17a251a1b1c5e2a7b9fe1fce866d4c110dd12eb">Full Changelog</a>)</p> <h3>Bugs fixed</h3> <ul> <li>Revert PR <a href="https://redirect.github.com/jupyter/nbformat/issues/378">#378</a> (Simplify NotebookNotary._data_dir_default) <a href="https://redirect.github.com/jupyter/nbformat/pull/397">#397</a> (<a href="https://github.com/krassowski"><code>@krassowski</code></a>)</li> </ul> <h3>Contributors to this release</h3> <p>(<a href="https://github.com/jupyter/nbformat/graphs/contributors?from=2024-03-12&to=2024-03-15&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Akrassowski+updated%3A2024-03-12..2024-03-15&type=Issues"><code>@krassowski</code></a></p> <h2>5.10.2</h2> <p>(<a href="https://github.com/jupyter/nbformat/compare/v5.10.1...cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901">Full Changelog</a>)</p> <h3>Maintenance and upkeep improvements</h3> <ul> <li>Restore usage of npm token <a href="https://redirect.github.com/jupyter/nbformat/pull/395">#395</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/nbformat/graphs/contributors?from=2024-03-12&to=2024-03-12&type=c">GitHub contributors page for this release</a>)</p> <p><a href="https://github.com/search?q=repo%3Ajupyter%2Fnbformat+involves%3Ablink1073+updated%3A2024-03-12..2024-03-12&type=Issues"><code>@blink1073</code></a></p> <h2>5.10.1</h2> <p>No merged PRs</p> <h2>5.10.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jupyter/nbformat/commit/60b6151fedcbdc9f137fb2d223eeb10c935a8378"><code>60b6151</code></a> Publish 5.10.4</li> <li><a href="https://github.com/jupyter/nbformat/commit/be5ff0a81d544238599b9df4fcefa19e235a8898"><code>be5ff0a</code></a> Set all min deps (<a href="https://redirect.github.com/jupyter/nbformat/issues/399">#399</a>)</li> <li><a href="https://github.com/jupyter/nbformat/commit/c55de2ba44756f509ac84b9d01f66a540fa9426b"><code>c55de2b</code></a> chore: update pre-commit hooks (<a href="https://redirect.github.com/jupyter/nbformat/issues/398">#398</a>)</li> <li><a href="https://github.com/jupyter/nbformat/commit/4791c59227d29d324b4ad9355a50b7e2f01e8705"><code>4791c59</code></a> Publish 5.10.3</li> <li><a href="https://github.com/jupyter/nbformat/commit/c17a251a1b1c5e2a7b9fe1fce866d4c110dd12eb"><code>c17a251</code></a> Revert PR <a href="https://redirect.github.com/jupyter/nbformat/issues/378">#378</a> (Simplify NotebookNotary._data_dir_default) (<a href="https://redirect.github.com/jupyter/nbformat/issues/397">#397</a>)</li> <li><a href="https://github.com/jupyter/nbformat/commit/99d09ae0a1b9d7ca8d2a8ee4a3b557ed9ace7e7a"><code>99d09ae</code></a> Publish 5.10.2</li> <li><a href="https://github.com/jupyter/nbformat/commit/cf61c0ef37312e33efe3ca61ba1f13a4cb5ca901"><code>cf61c0e</code></a> Restore usage of npm token (<a href="https://redirect.github.com/jupyter/nbformat/issues/395">#395</a>)</li> <li><a href="https://github.com/jupyter/nbformat/commit/be363933fe5476d051724069a041a9b0877edeee"><code>be36393</code></a> Publish 5.10.1</li> <li><a href="https://github.com/jupyter/nbformat/commit/531ba2c506c763f9c67938dc2adc08e545156d44"><code>531ba2c</code></a> Publish 5.10.0</li> <li><a href="https://github.com/jupyter/nbformat/commit/e690de194660e7e4b3ac083001ce21633d418e3a"><code>e690de1</code></a> Update Release Scripts (<a href="https://redirect.github.com/jupyter/nbformat/issues/394">#394</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jupyter/nbformat/compare/v5.9.2...v5.10.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on nbformat to permit the latest version.
Release notes
Sourced from nbformat's releases.
Changelog
Sourced from nbformat's changelog.
... (truncated)
Commits
60b6151
Publish 5.10.4be5ff0a
Set all min deps (#399)c55de2b
chore: update pre-commit hooks (#398)4791c59
Publish 5.10.3c17a251
Revert PR #378 (Simplify NotebookNotary._data_dir_default) (#397)99d09ae
Publish 5.10.2cf61c0e
Restore usage of npm token (#395)be36393
Publish 5.10.1531ba2c
Publish 5.10.0e690de1
Update Release Scripts (#394)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)