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-dev): update nbstripout requirement from ^0.7 to >=0.7,<0.9 #223

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on nbstripout to permit the latest version.

Release notes

Sourced from nbstripout's releases.

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.
Changelog

Sourced from nbstripout's changelog.

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.

0.6.2 - 2024-02-03

  • Add --python option for nbstripout --install to allow overriding the Python interpreter specified in .git/config (@​nobodyinperson, #181 #182).
  • Add option --keep-metadata-keys to keep specific metadata keys that are stripped by default (@​davidxia, #78 #177).
  • Replace Cram as test runner for integration tests with a custom framework which also supports testing on Windows (@​arobrien, #176 #178).
  • Use SystemExit instead of sys.exit and do not exit from functions (@​janosh, #173).

0.6.1 - 2022-09-24

  • Removed setup_requires and tests_require and no longer rely on pytest-runner for test execution but invoke pytest directly (#168).

0.6.0 - 2022-07-24

  • Support for stripping init cells (@​Pugio, #157).
  • Added --drop-tagged-cells="some tags" option (@​boun, #161).
  • Renamed --strip-empty-cells to --drop-empty-cells.
  • Dropped support for Python 3.5, added support for Python 3.10.

... (truncated)

Commits
  • 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...
  • 5077ab4 Remove extra leading whitespace in test_keep_metadata_keys.ipynb
  • 0ac04d5 Update README.md with git-filter-repo (#194)
  • 883d871 Add e2e tests reading from / writing to file
  • 0dc1cae Test for expected failure when input file is not valid JSON
  • c59d106 Add e2e test with notebook with empty metadata
  • Additional commits viewable in compare view

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.

Updates the requirements on [nbstripout](https://github.com/kynan/nbstripout) to permit the latest version.
- [Release notes](https://github.com/kynan/nbstripout/releases)
- [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md)
- [Commits](kynan/nbstripout@0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: nbstripout
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from julesbertrand as a code owner November 4, 2024 10:00
@dependabot dependabot bot added dependencies Dependency update python Python dependencies update labels Nov 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

The following labels could not be found: draft.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update python Python dependencies update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants