From 9d11306ed2b22abd7089bb66184726c34590f40d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:23:24 +0100 Subject: [PATCH] feat: bump charset-normalizer from 3.2.0 to 3.4.1 (#2049) --- .metwork-framework/components.md | 2 +- .../layer2_python3/0500_extra_python_packages/requirements3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index b9597687..a3cbea24 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -36,7 +36,7 @@ | [cffi](http://cffi.readthedocs.org) | 1.17.1 | python3 | | [cfgv](https://github.com/asottile/cfgv) | 3.4.0 | python3_devtools | | [chardet](https://github.com/chardet/chardet) | 5.2.0 | python3 | -| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | 3.2.0 | python3 | +| [charset-normalizer](https://pypi.org/project/charset-normalizer) | 3.4.1 | python3 | | [circus](https://pypi.org/project/circus) | 6fdf573 | python3_circus | | [circus_autorestart_plugin](https://github.com/metwork-framework/circus_autorestart_plugin) | 9d208a1 | python3_circus | | [click](https://palletsprojects.com/p/click/) | 8.1.7 | python3 | diff --git a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt index e742c1ed..3a2d6022 100644 --- a/layers/layer2_python3/0500_extra_python_packages/requirements3.txt +++ b/layers/layer2_python3/0500_extra_python_packages/requirements3.txt @@ -20,7 +20,7 @@ bjoern==3.2.2 cachetools==5.3.1 Cerberus==1.3.5 chardet==5.2.0 -charset_normalizer==3.2.0 +charset_normalizer==3.4.1 Click==8.1.7 colorama==0.4.6 commonmark==0.9.1