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

Bump nbstripout from 0.6.2 to 0.8.1 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps nbstripout from 0.6.2 to 0.8.1.

Release notes

Sourced from nbstripout's releases.

0.8.1

  • In dry run mode, only print output if there would have been a change (#152).
  • Declare git filter to be required when installing, such that it must succeed (#191).

0.8.0

  • Adds --verify flag, similar to --dry-run but returning 1 if any affected files would have changed (@​jspaezp, #153, #195).
  • Adds script to apply nbstripout retroactively using git-filter-repo to README (@​LunarLanding @​tokleine, #194 #197).
  • Documents nbstripout on all files in the current directory and subdirectories recursively (#127).
  • Accepts notebooks without nbformat version specified.
  • Improves test coverage.

0.7.1

  • Fix regression where input file was truncated before reading (#190).

0.7.0

  • Drop support for Python 3.7 (end of life 2023-06-27), require Python 3.8.
  • Add support for Python 3.12.
  • Drop backwards compability with IPython.nbformat for IPython <4.
  • Rename cell ids to be sequential by default. Disable by passing --keep-id (@​JasonJooste, #184).
  • Improve documentation for notebook and cell metadata stripping (#187).
  • Switch from pytest-flake8 to pytest-ruff.
  • Convert all text assets from rST to Markdown format.
Changelog

Sourced from nbstripout's changelog.

0.8.1 - 2024-11-17

  • In dry run mode, only print output if there would have been a change (#152).
  • Declare git filter to be required when installing, such that it must succeed (#191).

0.8.0 - 2024-11-03

  • Adds --verify flag, similar to --dry-run but returning 1 if any affected files would have changed (@​jspaezp, #153, #195).
  • Adds script to apply nbstripout retroactively using git-filter-repo to README (@​LunarLanding @​tokleine, #194 #197).
  • Documents nbstripout on all files in the current directory and subdirectories recursively (#127).
  • Accepts notebooks without nbformat version specified.
  • Improves test coverage.

0.7.1 - 2024-02-04

  • Fix regression where input file was truncated before reading (#190).

0.7.0 - 2024-02-04

  • This release has been yanked from PyPI due to a major regression (#190).
  • Drop support for Python 3.7 (end of life 2023-06-27), require Python 3.8.
  • Add support for Python 3.12.
  • Drop backwards compability with IPython.nbformat for IPython <4.
  • Rename cell ids to be sequential by default. Disable by passing --keep-id (@​JasonJooste, #184).
  • Improve documentation for notebook and cell metadata stripping (#187).
  • Switch from pytest-flake8 to pytest-ruff.
  • Convert all text assets from rST to Markdown format.
Commits
  • 4439d61 Bump version: 0.8.0 → 0.8.1
  • 4532480 Update changelog for 0.8.1 release
  • ff7b16f Mark git filter required on installation
  • 6d181dc In dry run mode, only print output if there would have been a change
  • 26191da Refactor: split Jupyter and Zeppelin notebook processing into separate functions
  • f42caea Bump version: 0.7.1 → 0.8.0
  • b4fad6f Update Changelog for 0.8.0 release
  • b8fd98c Add --verify flag, closes #153
  • 902e9ea docs: fix error message (#197)
  • c6c1067 Document using nbstripout on all files in the current directory and subdirect...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [nbstripout](https://github.com/kynan/nbstripout) from 0.6.2 to 0.8.1.
- [Release notes](https://github.com/kynan/nbstripout/releases)
- [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md)
- [Commits](kynan/nbstripout@0.6.2...0.8.1)

---
updated-dependencies:
- dependency-name: nbstripout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for commonmeta-py canceled.

Name Link
🔨 Latest commit 018c2c7
🔍 Latest deploy log https://app.netlify.com/sites/commonmeta-py/deploys/674483f7bc34c70008057132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants