chore(deps): bump charset-normalizer from 3.4.5 to 3.4.6#470
chore(deps): bump charset-normalizer from 3.4.5 to 3.4.6#470dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.5 to 3.4.6. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.5...3.4.6) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
The code changes involve updating the version of the 'charset-normalizer' package in the requirements.txt file from 3.4.5 to 3.4.6. This is a good practice to keep packages up-to-date, incorporating new updates and security patches. However, it's crucial to ensure compatibility.
| certifi==2026.2.25 ; python_version >= "3.10" and python_version < "4.0" | ||
| cffi==2.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
| charset-normalizer==3.4.5 ; python_version >= "3.10" and python_version < "4.0" | ||
| charset-normalizer==3.4.6 ; python_version >= "3.10" and python_version < "4.0" |
There was a problem hiding this comment.
The 'charset-normalizer' package version has been updated from 3.4.5 to 3.4.6. Ensure that this new version does not introduce any breaking changes that might impact your application. It would be good to thoroughly test this in a development environment before updating it in a production setting. Additionally, please verify the dependency compatibility with other packages.
There was a problem hiding this comment.
The Git diff reflects a minor update of the charset-normalizer package from version 3.4.5 to 3.4.6. General practice and recommendations are to keep packages updated to the latest stable release. However, important points to consider include ensuring that the update does not introduce breaking changes and that there are no dependency issues with this new version of the package. Unfortunately, the review of this change does not provide a summary or context explaining why this version bump is needed, so some assumptions had to be made in this review process.
| certifi==2026.2.25 ; python_version >= "3.10" and python_version < "4.0" | ||
| cffi==2.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
| charset-normalizer==3.4.5 ; python_version >= "3.10" and python_version < "4.0" | ||
| charset-normalizer==3.4.6 ; python_version >= "3.10" and python_version < "4.0" |
There was a problem hiding this comment.
The version of the charset-normalizer package has been updated. Confirm that this version change does not adversely affect any areas of the code which utilize this package. Checking the change logs for this new version, testing thoroughly, and confirming any potential breaking changes is important in maintaining system stability.
There was a problem hiding this comment.
The code in the requirement.txt file has been updated. Based on the diff output, the charset-normalizer version has been updated from 3.4.5 to 3.4.6, which is typically necessary to incorporate new features, security fixes, or bug fixes from that library. It's generally a good practice to stay up-to-date with the latest stable versions of the dependencies. Nonetheless, it is crucial to thoroughly test the application after upgrading a package, as it might break existing functionalities due to incompatible changes.
| certifi==2026.2.25 ; python_version >= "3.10" and python_version < "4.0" | ||
| cffi==2.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
| charset-normalizer==3.4.5 ; python_version >= "3.10" and python_version < "4.0" | ||
| charset-normalizer==3.4.6 ; python_version >= "3.10" and python_version < "4.0" |
There was a problem hiding this comment.
The charset-normalizer library has been updated from version 3.4.5 to 3.4.6. Please ensure that necessary testing and validation is completed to avoid potential issues in the system due to this upgrade.
| certifi==2026.2.25 ; python_version >= "3.10" and python_version < "4.0" | ||
| cffi==2.0.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" | ||
| charset-normalizer==3.4.5 ; python_version >= "3.10" and python_version < "4.0" | ||
| charset-normalizer==3.4.6 ; python_version >= "3.10" and python_version < "4.0" |
There was a problem hiding this comment.
Updates version of library charset-normalizer from version 3.4.5 to 3.4.6. Please, confirm if there are any specific features or bugfixes in the new version that your application is intending to utilize or leverage for improving performance or stability. Also, ensure compatibility between this new version, the existing system and other libraries.
Bumps charset-normalizer from 3.4.5 to 3.4.6.
Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
5478b84Merge pull request #715 from jawah/release-3.4.65c0a09e✔️ add confidence for threading usage, mostly due to lru_cach...ef826b2📝 update changelog5564f1a📝 update docs accordingly0f2cf7d📝 update changelog54a1894🐛 fix --normalize writing to wrong path with multiple files2177e28📝 update changelogb2497a5🐛 edge case where noise difference between two candidates can be almost i...13a5d0b🔧 upgrade ci requirementsb9ffbd4🔧 enable 3.14t nox mypyc sessionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)