ArniDagur / python-adblock

Brave's adblock library in Python
https://pypi.org/project/adblock/
Apache License 2.0
54 stars 7 forks source link

Bump adblock from 0.5.6 to 0.7.2 #87

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps adblock from 0.5.6 to 0.7.2.

Commits
  • c5e6ca0 v0.7.2 - match-case support and more efficient regex filter optimization
  • 17baca4 Merge pull request #243 from brave/match-case-regex-filters
  • c15f4ad Merge pull request #251 from brave/dependabot/cargo/bumpalo-3.12.0
  • 2952806 handle unicode and invalidate non-regex match-case filters
  • 9a1f65d add more unittests
  • 6b84928 some fixes to improve code quality
  • 8898376 remove lowercasing from request by replacing url with original url for match-...
  • 7343af8 remove lowercasing from filter when using match-case
  • 05052e8 add unit test for match-case filter option
  • 0eda804 Merge pull request #254 from brave/reduce-using-regex-for-regular-filters
  • 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 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 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)
dependabot[bot] commented 1 year ago

Superseded by #88.