Skip to content

Commit

Permalink
⬆️ Bump jupyter-cache from 0.6.1 to 1.0.0 (#618)
Browse files Browse the repository at this point in the history
Bumps [jupyter-cache](https://github.com/executablebooks/jupyter-cache)
from 0.6.1 to 1.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/jupyter-cache/blob/main/CHANGELOG.md">jupyter-cache's
changelog</a>.</em></p>
<blockquote>
<h1>CHANGELOG</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/executablebooks/jupyter-cache/commit/e7d75baacef1c476e0b60b643cc36a91470ba28e"><code>e7d75ba</code></a>
chore: bump version to 1.0.0</li>
<li><a
href="https://github.com/executablebooks/jupyter-cache/commit/a4814ec6c40947248b043a5fce13df33ee9538ae"><code>a4814ec</code></a>
maint: remove caps &amp; bump Python for SPEC 0 (<a
href="https://redirect.github.com/executablebooks/jupyter-cache/issues/111">#111</a>)</li>
<li><a
href="https://github.com/executablebooks/jupyter-cache/commit/3ef20cbfdf80d43c61eab9b6581d46251bd03d26"><code>3ef20cb</code></a>
docs: fix RTD (<a
href="https://redirect.github.com/executablebooks/jupyter-cache/issues/112">#112</a>)</li>
<li><a
href="https://github.com/executablebooks/jupyter-cache/commit/7c0f633b33cf16ad85d5502c0ba7c726747ae480"><code>7c0f633</code></a>
Fix tests for nbclient v0.8 (<a
href="https://redirect.github.com/executablebooks/jupyter-cache/issues/110">#110</a>)</li>
<li>See full diff in <a
href="https://github.com/executablebooks/jupyter-cache/compare/v0.6.1...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jupyter-cache&package-manager=pip&previous-version=0.6.1&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
2 parents a24dfca + 018108d commit d2ae8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jsonschema==4.21.1
# via nbformat
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-cache==0.6.1
jupyter-cache==1.0.0
# via myst-nb
jupyter-client==8.4.0
# via
Expand Down

0 comments on commit d2ae8b7

Please sign in to comment.