diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index d055863..7365de1 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -5,6 +5,6 @@ gitcommitlogger==1.2.5; python_version >= '3.7' idna==3.6; python_version >= '3.5' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2024.1 -requests==2.31.0; python_version >= '3.7' +requests==2.32.2; 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' urllib3==2.2.1; python_version >= '3.8'