OWASP / SKF-VideoEditorAPI

6 stars 5 forks source link

Bump charset-normalizer from 2.0.8 to 2.0.12 #11

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps charset-normalizer from 2.0.8 to 2.0.12.

Release notes

Sourced from charset-normalizer's releases.

Version 2.0.12

2.0.12 (2022-02-12)

Fixed

  • ASCII miss-detection on rare cases (PR #170)

Version 2.0.11

2.0.11 (2022-01-30)

Added

  • Explicit support for Python 3.11 (PR #164)

Changed

  • The logging behavior has been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165)

Version 2.0.10

2.0.10 (2022-01-04)

Fixed

  • Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #154)

Changed

  • Skipping the language-detection (CD) on ASCII (PR #155)

Version 2.0.9

2.0.9 (2021-12-03)

Changed

  • Moderating the logging impact (since 2.0.8) for specific environments (PR #147)

Fixed

  • Wrong logging level applied when setting kwarg explain to True (PR #146)
Changelog

Sourced from charset-normalizer's changelog.

2.0.12 (2022-02-12)

Fixed

  • ASCII miss-detection on rare cases (PR #170)

2.0.11 (2022-01-30)

Added

  • Explicit support for Python 3.11 (PR #164)

Changed

  • The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165)

2.0.10 (2022-01-04)

Fixed

  • Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #154)

Changed

  • Skipping the language-detection (CD) on ASCII (PR #155)

2.0.9 (2021-12-03)

Changed

  • Moderating the logging impact (since 2.0.8) for specific environments (PR #147)

Fixed

  • Wrong logging level applied when setting kwarg explain to True (PR #146)
Commits
  • a5f4348 Release 2.0.12 (#171)
  • d56ed8c :bug: Improving the reliability around complex ascii string (#170)
  • 4c341fa :arrow_up: Bump black from 21.12b0 to 22.1.0 (#168)
  • f256c3e :bookmark: Bump to version 2.0.11 (#166)
  • d2d4217 :fire: Avoid setting/imposing TRACE level for everyone (#165)
  • db17aa0 Add explicit support for Python 3.11 (#164)
  • 0cc1528 🔧 Logging behavior to be less verbose under INFO and DEBUG (#163)
  • ce38494 📝 Update an outdated link in docs (#161)
  • f6d7b4e :arrow_up: Bump mypy from 0.930 to 0.931 (#160)
  • de25562 :bookmark: bump version 2.0.10 (#159)
  • 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)