diff --git a/requirements-dev.txt b/requirements-dev.txt index 706e1531..a5f42232 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple invoke==2.2.0; python_version >= '3.6' babel==2.16.0; python_version >= '3.8' -certifi==2024.8.30; python_version >= '3.6' +certifi==2024.12.14; python_version >= '3.6' charset-normalizer==3.4.0; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' 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' diff --git a/requirements.txt b/requirements.txt index c4e3aca1..1fe752f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple babel==2.16.0; python_version >= '3.8' -certifi==2024.8.30; python_version >= '3.6' +certifi==2024.12.14; python_version >= '3.6' charset-normalizer==3.4.0; python_full_version >= '3.7.0' click==8.1.7; python_version >= '3.7' 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'