Skip to content

Commit

Permalink
Bump charset-normalizer from 3.4.0 to 3.4.1 (#2117)
Browse files Browse the repository at this point in the history
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.0 to 3.4.1.
- [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.0...3.4.1)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 18d2d7f commit 1f11c87
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 110 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apluggy = "==1.0.3"
attrs = "==24.3.0"
cattrs = "==24.1.2"
certifi = "==2024.12.14"
charset-normalizer = "==3.4.0"
charset-normalizer = "==3.4.1"
click = "==8.1.8"
decorator = "==5.1.1"
deprecated = "==1.2.15"
Expand Down
203 changes: 95 additions & 108 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apluggy==1.0.3
attrs==24.3.0; python_version >= '3.8'
cattrs==24.1.2
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
charset-normalizer==3.4.1; python_version >= '3.7'
click==8.1.8; python_version >= '3.7'
decorator==5.1.1
deprecated==1.2.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit 1f11c87

Please sign in to comment.