Update charset-normalizer to 3.4.3 (#150770)

This commit is contained in:
Marc Mueller
2025-08-16 21:31:14 +02:00
committed by GitHub
parent a71ae4db37
commit fe32e74910
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ poetry==1000000000.0.0
# We want to skip the binary wheels for the 'charset-normalizer' packages. # We want to skip the binary wheels for the 'charset-normalizer' packages.
# They are build with mypyc, but causes issues with our wheel builder. # They are build with mypyc, but causes issues with our wheel builder.
# In order to do so, we need to constrain the version. # In order to do so, we need to constrain the version.
charset-normalizer==3.4.0 charset-normalizer==3.4.3
# dacite: Ensure we have a version that is able to handle type unions for # dacite: Ensure we have a version that is able to handle type unions for
# NAM, Brother, and GIOS. # NAM, Brother, and GIOS.

View File

@@ -194,7 +194,7 @@ poetry==1000000000.0.0
# We want to skip the binary wheels for the 'charset-normalizer' packages. # We want to skip the binary wheels for the 'charset-normalizer' packages.
# They are build with mypyc, but causes issues with our wheel builder. # They are build with mypyc, but causes issues with our wheel builder.
# In order to do so, we need to constrain the version. # In order to do so, we need to constrain the version.
charset-normalizer==3.4.0 charset-normalizer==3.4.3
# dacite: Ensure we have a version that is able to handle type unions for # dacite: Ensure we have a version that is able to handle type unions for
# NAM, Brother, and GIOS. # NAM, Brother, and GIOS.