Skip to content

Commit 8f2b6c6

Browse files
chore(deps): update dependency certifi to v2025
1 parent 36ba4af commit 8f2b6c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-i https://pypi.org/simple
22
invoke==2.2.0; python_version >= '3.6'
33
babel==2.17.0; python_version >= '3.8'
4-
certifi==2024.12.14; python_version >= '3.6'
4+
certifi==2025.4.26; python_version >= '3.6'
55
charset-normalizer==3.4.2; python_full_version >= '3.7.0'
66
click==8.1.8; 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'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-i https://pypi.org/simple
22
babel==2.17.0; python_version >= '3.8'
3-
certifi==2024.12.14; python_version >= '3.6'
3+
certifi==2025.4.26; python_version >= '3.6'
44
charset-normalizer==3.4.2; python_full_version >= '3.7.0'
55
click==8.1.8; 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'

0 commit comments

Comments
 (0)