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

chore(deps): update dependency charset-normalizer to v3.3.2 - autoclosed #557

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charset-normalizer ==3.2.0 -> ==3.3.2 age adoption passing confidence

Release Notes

Ousret/charset_normalizer (charset-normalizer)

v3.3.2

Compare Source

Fixed
  • Unintentional memory usage regression when using large payload that match several encoding (#​376)
  • Regression on some detection case showcased in the documentation (#​371)
Added
  • Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife)

v3.3.1

Compare Source

Changed
  • Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
  • Improved the general detection reliability based on reports from the community

v3.3.0

Compare Source

Added
  • Allow to execute the CLI (e.g. normalizer) through python -m charset_normalizer.cli or python -m charset_normalizer
  • Support for 9 forgotten encoding that are supported by Python but unlisted in encoding.aliases as they have no alias (#​323)
Removed
  • (internal) Redundant utils.is_ascii function and unused function is_private_use_only
  • (internal) charset_normalizer.assets is moved inside charset_normalizer.constant
Changed
  • (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection
  • Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7
Fixed
  • Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (#​350)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch from bc886dc to 84c91d2 Compare October 1, 2023 16:16
@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9c36212) 74.03% compared to head (46c2a5c) 74.03%.
Report is 1 commits behind head on main.

❗ Current head 46c2a5c differs from pull request most recent head 8befc80. Consider uploading reports for the commit 8befc80 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #557   +/-   ##
=========================================
  Coverage     74.03%   74.03%           
  Complexity      168      168           
=========================================
  Files            87       87           
  Lines          1933     1933           
  Branches        121      121           
=========================================
  Hits           1431     1431           
  Misses          498      498           
  Partials          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 6 times, most recently from 02ccfb0 to 65b67ab Compare October 9, 2023 13:20
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 3 times, most recently from 2c747ab to 7145d00 Compare October 13, 2023 16:47
@renovate renovate bot changed the title chore(deps): update dependency charset-normalizer to v3.3.0 chore(deps): update dependency charset-normalizer to v3.3.1 Oct 22, 2023
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch from 7145d00 to d85bb74 Compare October 22, 2023 19:46
@renovate renovate bot changed the title chore(deps): update dependency charset-normalizer to v3.3.1 chore(deps): update dependency charset-normalizer to v3.3.2 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 2 times, most recently from 8e8e61c to c3344e2 Compare November 6, 2023 11:31
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 2 times, most recently from 1679823 to cd98299 Compare November 24, 2023 01:04
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 2 times, most recently from 43bbfcd to 4db713e Compare December 8, 2023 19:19
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 9 times, most recently from 3af2d62 to 9b042e8 Compare December 15, 2023 13:59
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 15 times, most recently from ba0cb7d to cf0dc69 Compare December 19, 2023 22:03
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch 2 times, most recently from f192cfe to 46c2a5c Compare January 3, 2024 14:47
@renovate renovate bot force-pushed the renovate/charset-normalizer-3.x branch from 46c2a5c to 8befc80 Compare January 5, 2024 16:55
@renovate renovate bot changed the title chore(deps): update dependency charset-normalizer to v3.3.2 chore(deps): update dependency charset-normalizer to v3.3.2 - autoclosed Jan 12, 2024
@renovate renovate bot closed this Jan 12, 2024
@renovate renovate bot deleted the renovate/charset-normalizer-3.x branch January 12, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants