diff --git a/playbooks/roles/aws/templates/requirements.txt.j2 b/playbooks/roles/aws/templates/requirements.txt.j2 index 9b82e1194..286fc46e9 100644 --- a/playbooks/roles/aws/templates/requirements.txt.j2 +++ b/playbooks/roles/aws/templates/requirements.txt.j2 @@ -1,16 +1,16 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -awscli==1.35.20 +awscli==1.38.8 # via -r requirements/aws.in boto==2.49.0 # via -r requirements/aws.in -boto3==1.35.54 +boto3==1.37.8 # via -r requirements/aws.in -botocore==1.35.54 +botocore==1.37.8 # via # awscli # boto3 @@ -39,10 +39,13 @@ rsa==4.7.2 # via awscli s3cmd==2.4.0 # via -r requirements/aws.in -s3transfer==0.10.3 +s3transfer==0.11.4 # via # awscli # boto3 -six==1.16.0 +six==1.17.0 # via python-dateutil urllib3==1.26.18 + # via + # -r requirements/aws.in + # botocore diff --git a/requirements.txt b/requirements.txt index 1d33e508c..c7577d7f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -8,7 +8,7 @@ ansible==2.10.7 # via -r requirements/base.in ansible-base==2.10.17 # via ansible -awscli==1.35.20 +awscli==1.38.8 # via -r requirements/base.in bcrypt==3.1.7 # via @@ -16,31 +16,31 @@ bcrypt==3.1.7 # paramiko boto==2.49.0 # via -r requirements/base.in -boto3==1.35.54 +boto3==1.37.8 # via -r requirements/base.in -botocore==1.35.54 +botocore==1.37.8 # via # awscli # boto3 # s3transfer -certifi==2024.8.30 +certifi==2025.1.31 # via requests cffi==1.17.1 # via # bcrypt # cryptography # pynacl -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests colorama==0.4.6 # via awscli -cryptography==43.0.3 +cryptography==44.0.2 # via # ansible-base # paramiko datadog==0.8.0 # via -r requirements/base.in -decorator==5.1.1 +decorator==5.2.1 # via # datadog # networkx @@ -68,7 +68,7 @@ mysqlclient==1.4.6 # via -r requirements/base.in networkx==1.11 # via -r requirements/base.in -packaging==24.1 +packaging==24.2 # via ansible-base paramiko==2.4.2 # via -r requirements/base.in @@ -101,13 +101,18 @@ requests==2.32.3 # datadog rsa==4.7.2 # via awscli -s3transfer==0.10.3 +s3transfer==0.11.4 # via # awscli # boto3 -six==1.16.0 +six==1.17.0 # via # bcrypt # pathlib2 # python-dateutil urllib3==1.26.18 + # via + # -c requirements/common_constraints.txt + # -r requirements/base.in + # botocore + # requests diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index cadbfbd68..9d5f19f63 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -11,7 +11,6 @@ # Note: Changes to this file will automatically be used by other repos, referencing # this file from Github directly. It does not require packaging in edx-lint. - # using LTS django version Django<5.0 @@ -33,3 +32,7 @@ event-tracking<2.4.1 # Cause: https://github.com/openedx/edx-lint/issues/458 # This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved. pip<24.3 + +# Cause: https://github.com/openedx/edx-lint/issues/475 +# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved. +urllib3<2.3.0 diff --git a/requirements/jenkins.in b/requirements/jenkins.in index b673bbbe5..c819fdd68 100644 --- a/requirements/jenkins.in +++ b/requirements/jenkins.in @@ -14,6 +14,5 @@ opsgenie-sdk==0.3.1 PyMySQL==0.9.3 python-gnupg redis==2.10.6 -splunk-sdk==1.6.16 # older versions have been yanked yq jq diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index db6c46322..31d211cc7 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # build==1.2.2.post1 # via pip-tools -click==8.1.7 +click==8.1.8 # via pip-tools -packaging==24.1 +packaging==24.2 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.44.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 4996fad1d..38566e5f0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,10 +1,10 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -wheel==0.44.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: @@ -12,5 +12,5 @@ pip==24.2 # via # -c requirements/common_constraints.txt # -r requirements/pip.in -setuptools==75.3.0 +setuptools==75.8.2 # via -r requirements/pip.in diff --git a/util/elasticsearch/requirements.txt b/util/elasticsearch/requirements.txt index 6ff7f4c8a..561d3db3e 100644 --- a/util/elasticsearch/requirements.txt +++ b/util/elasticsearch/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade @@ -8,7 +8,7 @@ deepdiff==3.1.0 # via -r requirements/elasticsearch.in elasticsearch==0.4.5 # via -r requirements/elasticsearch.in -jsonpickle==3.3.0 +jsonpickle==4.0.2 # via deepdiff urllib3==1.26.20 # via elasticsearch diff --git a/util/jenkins/requirements-cloudflare.txt b/util/jenkins/requirements-cloudflare.txt index 4ffb7829e..c9b00c4ed 100644 --- a/util/jenkins/requirements-cloudflare.txt +++ b/util/jenkins/requirements-cloudflare.txt @@ -1,18 +1,18 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -certifi==2024.8.30 +certifi==2025.1.31 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -click==8.1.7 +click==8.1.8 # via -r requirements/cloudflare.in idna==3.10 # via requests requests==2.32.3 # via -r requirements/cloudflare.in -urllib3==2.2.3 +urllib3==2.3.0 # via requests diff --git a/util/jenkins/requirements.txt b/util/jenkins/requirements.txt index bb478ac3b..2ea533d1a 100644 --- a/util/jenkins/requirements.txt +++ b/util/jenkins/requirements.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -amqp==5.2.0 +amqp==5.3.1 # via kombu -argcomplete==3.5.1 +argcomplete==3.6.0 # via yq -awscli==1.35.20 +awscli==1.38.8 # via -r requirements/jenkins.in backoff==1.4.3 # via -r requirements/jenkins.in @@ -16,22 +16,22 @@ billiard==4.2.1 # via celery boto==2.49.0 # via -r requirements/jenkins.in -boto3==1.35.54 +boto3==1.37.8 # via -r requirements/jenkins.in -botocore==1.35.54 +botocore==1.37.8 # via # awscli # boto3 # s3transfer celery==5.4.0 # via -r requirements/jenkins.in -certifi==2024.8.30 +certifi==2025.1.31 # via # opsgenie-sdk # requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests -click==8.1.7 +click==8.1.8 # via # -r requirements/jenkins.in # celery @@ -60,7 +60,7 @@ kombu==5.4.2 # via celery opsgenie-sdk==0.3.1 # via -r requirements/jenkins.in -prompt-toolkit==3.0.48 +prompt-toolkit==3.0.50 # via click-repl pyasn1==0.6.1 # via rsa @@ -72,11 +72,11 @@ python-dateutil==2.9.0.post0 # celery # opsgenie-sdk # s3cmd -python-gnupg==0.5.3 +python-gnupg==0.5.4 # via -r requirements/jenkins.in python-magic==0.4.27 # via s3cmd -pytz==2024.2 +pytz==2025.1 # via opsgenie-sdk pyyaml==6.0.2 # via @@ -91,23 +91,26 @@ rsa==4.7.2 # via awscli s3cmd==2.4.0 # via -r requirements/jenkins.in -s3transfer==0.10.3 +s3transfer==0.11.4 # via # awscli # boto3 -six==1.16.0 +six==1.17.0 # via # opsgenie-sdk # python-dateutil -splunk-sdk==1.6.16 - # via -r requirements/jenkins.in tomlkit==0.13.2 # via yq -tzdata==2024.2 +tzdata==2025.1 # via # celery # kombu urllib3==1.26.18 + # via + # -r requirements/jenkins.in + # botocore + # opsgenie-sdk + # requests vine==5.1.0 # via # amqp diff --git a/util/pingdom/requirements.txt b/util/pingdom/requirements.txt index 112001f02..8dd605636 100644 --- a/util/pingdom/requirements.txt +++ b/util/pingdom/requirements.txt @@ -1,12 +1,12 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # -certifi==2024.8.30 +certifi==2025.1.31 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests click==6.7 # via -r requirements/pingdom.in @@ -18,5 +18,5 @@ requests==2.32.3 # via -r requirements/pingdom.in six==1.14.0 # via -r requirements/pingdom.in -urllib3==2.2.3 +urllib3==2.3.0 # via requests diff --git a/util/vpc-tools/requirements.txt b/util/vpc-tools/requirements.txt index 2864e9dd1..65a6a6310 100644 --- a/util/vpc-tools/requirements.txt +++ b/util/vpc-tools/requirements.txt @@ -1,14 +1,14 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # make upgrade # boto==2.49.0 # via -r requirements/vpc-tools.in -certifi==2024.8.30 +certifi==2025.1.31 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests docopt==0.6.2 # via -r requirements/vpc-tools.in @@ -16,5 +16,5 @@ idna==3.10 # via requests requests==2.32.3 # via -r requirements/vpc-tools.in -urllib3==2.2.3 +urllib3==2.3.0 # via requests