Skip to content

Bump clean-text from 0.6.0 to 0.7.1#2469

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/clean-text-0.7.1
Open

Bump clean-text from 0.6.0 to 0.7.1#2469
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/clean-text-0.7.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2026

Bumps clean-text from 0.6.0 to 0.7.1.

Release notes

Sourced from clean-text's releases.

v0.7.1

Fixed

  • Fix scipy version constraints for Python 3.13 compatibility (use scipy 1.14+ for Python 3.10+)
  • Fix GitHub Actions badge URL in README
  • Fix test imports to skip sklearn tests when extra not installed

Added

  • Add pre-commit hooks for ruff lint and format
  • Add RELEASING.md with comprehensive release guide

Full Changelog: jfilter/clean-text@v0.7.0...v0.7.1

v0.7.0

What's Changed

Added

  • clean_texts() function for batch cleaning with multiprocessing support (#20)
  • Code snippet and file path filters (#23)
  • Option to remove IP addresses (#34)
  • Language support for Danish, Spanish, Faroese, French, Icelandic, Italian, Norwegian, Scandinavian, and Swedish (#36)
  • Regex exceptions to clean() (#19)

Fixed

  • Phone numbers with 00 international prefix (#10)
  • Number replacement regex (#29, #27, #33)

Changed

  • Improve scikit-learn compatibility for CleanTransformer (#31)
  • Use emoji module's recommended APIs for emoji 2.x
  • Update emoji and pandas dependency constraints (#37, #38)
  • Bump scikit-learn minimum to >=1.5.0 (security fix)
  • Modernize project tooling: replace black + pylint with ruff
  • Drop Python 3.6–3.8, require Python >=3.9

Full Changelog: jfilter/clean-text@v0.6.0...v0.7.0

Changelog

Sourced from clean-text's changelog.

[0.7.1] - 2026-01-28

Fixed

  • Fix scipy version constraints for Python 3.13 compatibility (use scipy 1.14+ for Python 3.10+)
  • Fix GitHub Actions badge URL in README
  • Fix test imports to skip sklearn tests when extra not installed

Added

  • Add pre-commit hooks for ruff lint and format
  • Add RELEASING.md with comprehensive release guide

[0.7.0] - 2026-01-28

Added

  • Add clean_texts() function for batch cleaning with multiprocessing support (#20)
  • Add code snippet and file path filters (#23)
  • Add option to remove IP addresses (#34)
  • Add language support for Danish, Spanish, Faroese, French, Icelandic, Italian, Norwegian, Scandinavian, and Swedish (#36)
  • Add regex exceptions to clean() (#19)

Fixed

  • Fix phone numbers with 00 international prefix (#10)
  • Fix number replacement regex (#29, #27, #33)

Changed

  • Improve scikit-learn compatibility for CleanTransformer (#31)
  • Use emoji module's recommended APIs for emoji 2.x
  • Update emoji and pandas dependency constraints (#37, #38)
  • Bump scikit-learn minimum to >=1.5.0 (security fix)
  • Modernize project tooling: replace black + pylint with ruff, update CI to Python 3.9–3.13
  • Drop Python 3.6–3.8, require Python >=3.9
Commits
  • 66e3377 Release v0.7.1
  • 06da6cb Add RELEASING.md with comprehensive release guide
  • 7e147db Fix deprecated GitHub Actions badge URL
  • 61c1f6a Fix scipy version for Python 3.13 compatibility
  • 4037c98 Update poetry.lock with pre-commit
  • f47201a Add pre-commit hooks for ruff lint and format
  • c5d96b6 Format constants.py with ruff
  • 8df13de Fix lint error and skip sklearn tests when extra not installed
  • 6da92e3 Release v0.7.0
  • 5a04e1b Update changelog and add release instructions to README
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [clean-text](https://github.com/jfilter/clean-text) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/jfilter/clean-text/releases)
- [Changelog](https://github.com/jfilter/clean-text/blob/main/CHANGELOG.md)
- [Commits](jfilter/clean-text@0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: clean-text
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 12, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants