diff --git a/requirements-dev.txt b/requirements-dev.txt index a58af4bb..28466476 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -28,7 +28,7 @@ pyyaml==6.0.2; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' regex==2024.11.6; python_version >= '3.8' requests==2.32.3; python_version >= '3.7' -six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.3; python_version >= '3.8' watchdog==4.0.2; python_version >= '3.8' wcwidth==0.2.13 diff --git a/requirements.txt b/requirements.txt index 74749243..b55834bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pyyaml==6.0.2; python_version >= '3.6' pyyaml-env-tag==0.1; python_version >= '3.6' regex==2024.11.6; python_version >= '3.8' requests==2.32.3; python_version >= '3.7' -six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.3; python_version >= '3.8' watchdog==4.0.2; python_version >= '3.8' wcwidth==0.2.13