Skip to content

Commit cc2b5f4

Browse files
chore(deps): update dependency charset-normalizer to v3.4.0
1 parent 3b7ce3b commit cc2b5f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
invoke==2.2.0; python_version >= '3.6'
33
babel==2.16.0; python_version >= '3.8'
44
certifi==2024.8.30; python_version >= '3.6'
5-
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
5+
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
66
click==8.1.7; python_version >= '3.7'
77
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
88
ghp-import==2.1.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
22
babel==2.16.0; python_version >= '3.8'
33
certifi==2024.8.30; python_version >= '3.6'
4-
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
4+
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
55
click==8.1.7; python_version >= '3.7'
66
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
77
ghp-import==2.1.0

0 commit comments

Comments
 (0)