Nb-clean

Latest version: v4.0.1

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

4.0.1

What's Changed

* Remove instructions for specific package managers by srstevenson in https://github.com/srstevenson/nb-clean/pull/301
* Add py.typed file to mark that nb-clean is type annotated by srstevenson in https://github.com/srstevenson/nb-clean/pull/302
* Bump version to 4.0.1 by srstevenson in https://github.com/srstevenson/nb-clean/pull/303

**Full Changelog**: https://github.com/srstevenson/nb-clean/compare/4.0.0...4.0.1

4.0.0

This major release drops support for Python 3.8, which reached end of life in October 2024.

What's Changed

* Bump codecov/codecov-action from 4.4.1 to 4.5.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/283
* Bump mypy from 1.10.0 to 1.10.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/284
* Bump pytest from 8.2.1 to 8.2.2 by dependabot in https://github.com/srstevenson/nb-clean/pull/286
* Bump poethepoet from 0.26.1 to 0.27.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/287
* Bump ruff from 0.4.7 to 0.5.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/285
* Bump zipp from 3.17.0 to 3.19.1 in the pip group by dependabot in https://github.com/srstevenson/nb-clean/pull/288
* Bump pytest from 8.2.2 to 8.3.2 by dependabot in https://github.com/srstevenson/nb-clean/pull/289
* Bump ruff from 0.5.0 to 0.5.5 by dependabot in https://github.com/srstevenson/nb-clean/pull/290
* Bump mypy from 1.10.1 to 1.11.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/291
* Bump poethepoet from 0.27.0 to 0.28.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/292
* Bump mypy from 1.11.1 to 1.11.2 by dependabot in https://github.com/srstevenson/nb-clean/pull/294
* Bump ruff from 0.5.5 to 0.6.3 by dependabot in https://github.com/srstevenson/nb-clean/pull/293
* Bump ruff from 0.6.3 to 0.6.8 by dependabot in https://github.com/srstevenson/nb-clean/pull/295
* Bump poethepoet from 0.28.0 to 0.29.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/296
* Bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/srstevenson/nb-clean/pull/297
* Update type in docstring to match source by srstevenson in https://github.com/srstevenson/nb-clean/pull/298
* Drop support for EOL Python 3.8, and add 3.13 to CI by srstevenson in https://github.com/srstevenson/nb-clean/pull/299
* Bump version to 4.0.0 by srstevenson in https://github.com/srstevenson/nb-clean/pull/300

**Full Changelog**: https://github.com/srstevenson/nb-clean/compare/3.3.0...4.0.0

3.3.0

What's Changed

* Bump ruff from 0.1.8 to 0.1.9 by dependabot in https://github.com/srstevenson/nb-clean/pull/247
* Bump mypy from 1.7.1 to 1.8.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/248
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/srstevenson/nb-clean/pull/249
* Change Dependabot update interval to monthly by srstevenson in https://github.com/srstevenson/nb-clean/pull/250
* Bump ruff from 0.1.9 to 0.1.11 by dependabot in https://github.com/srstevenson/nb-clean/pull/251
* Update README.md to make long vs short flags clearer by DanielTsiang in https://github.com/srstevenson/nb-clean/pull/253
* Document command line flag corner cases more clearly by DanielTsiang in https://github.com/srstevenson/nb-clean/pull/254
* Bump codecov/codecov-action from 3.1.4 to 4.0.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/258
* Bump ruff from 0.1.11 to 0.1.15 by dependabot in https://github.com/srstevenson/nb-clean/pull/256
* Bump pytest from 7.4.4 to 8.0.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/257
* Bump codecov/codecov-action from 4.0.0 to 4.1.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/260
* Bump ruff from 0.1.15 to 0.3.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/261
* Bump poethepoet from 0.24.4 to 0.25.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/262
* Bump pytest from 8.0.0 to 8.0.2 by dependabot in https://github.com/srstevenson/nb-clean/pull/263
* Update Ruff configuration by srstevenson in https://github.com/srstevenson/nb-clean/pull/264
* Pass `required` as an argument to `add_subparsers` by srstevenson in https://github.com/srstevenson/nb-clean/pull/265
* Check ` type: ignore` directives include error code by srstevenson in https://github.com/srstevenson/nb-clean/pull/266
* Bump mypy from 1.8.0 to 1.9.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/267
* Bump pytest from 8.0.2 to 8.1.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/269
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/270
* Bump pytest-mock from 3.12.0 to 3.14.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/268
* Bump ruff from 0.3.0 to 0.3.4 by dependabot in https://github.com/srstevenson/nb-clean/pull/271
* Bump codecov/codecov-action from 4.1.0 to 4.1.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/272
* Bump mypy from 1.9.0 to 1.10.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/274
* Bump ruff from 0.3.4 to 0.4.2 by dependabot in https://github.com/srstevenson/nb-clean/pull/275
* Bump nbformat from 5.9.2 to 5.10.4 by dependabot in https://github.com/srstevenson/nb-clean/pull/276
* Bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/srstevenson/nb-clean/pull/277
* Bump poethepoet from 0.25.0 to 0.26.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/278
* Bump codecov/codecov-action from 4.1.1 to 4.3.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/279
* Bump codecov/codecov-action from 4.3.1 to 4.4.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/280
* Bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/srstevenson/nb-clean/pull/281
* Bump ruff from 0.4.2 to 0.4.7 by dependabot in https://github.com/srstevenson/nb-clean/pull/282
* Add `--remove-all-notebook-metadata` flag by yasirroni in https://github.com/srstevenson/nb-clean/pull/163

New Contributors

* DanielTsiang made their first contribution in https://github.com/srstevenson/nb-clean/pull/253

**Full Changelog**: https://github.com/srstevenson/nb-clean/compare/3.2.0...3.3.0

3.2.0

This minor release adds support for preserving notebook (as opposed to cell) metadata, such as `language_info.version`, using the `-n`/`--preserve-notebook-metadata` flag.

3.1.0

This minor release adds support for preserving cell execution counts using the `-c`/`--preserve-execution-counts` flag.

3.0.1

This patch release no longer installs the `LICENSE` file into the `site-packages` directory.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.