From e57f10b43c4898e715cfe879589bda59dbe3a647 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Tue, 8 Apr 2025 23:18:05 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/base.txt | 4 ++-- requirements/pip.txt | 4 +++- requirements/pip_tools.txt | 6 ++++-- requirements/test.txt | 16 ++++++++-------- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index f5f42b7..6ca2946 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,9 +6,9 @@ # boto==2.49.0 # via google-compute-engine -boto3==1.37.25 +boto3==1.37.30 # via -r requirements/base.in -botocore==1.37.25 +botocore==1.37.30 # via # -r requirements/base.in # boto3 diff --git a/requirements/pip.txt b/requirements/pip.txt index e8191d7..f0ba069 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,9 @@ # # make upgrade # -wheel==0.45.1 +packaging==24.2 + # via wheel +wheel==0.46.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 63a2799..8f80885 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -9,14 +9,16 @@ build==1.2.2.post1 click==8.1.8 # via pip-tools packaging==24.2 - # via build + # via + # build + # wheel pip-tools==7.4.1 # via -r requirements/pip_tools.in pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.1 +wheel==0.46.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/test.txt b/requirements/test.txt index 90f7491..ebdcc17 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -12,7 +12,7 @@ attrs==25.3.0 # via # jsonschema # referencing -aws-sam-translator==1.95.0 +aws-sam-translator==1.96.0 # via cfn-lint aws-xray-sdk==2.14.0 # via moto @@ -20,12 +20,12 @@ boto==2.49.0 # via # -r requirements/base.txt # google-compute-engine -boto3==1.37.25 +boto3==1.37.30 # via # -r requirements/base.txt # aws-sam-translator # moto -botocore==1.37.25 +botocore==1.37.30 # via # -r requirements/base.txt # aws-xray-sdk @@ -36,7 +36,7 @@ certifi==2025.1.31 # via requests cffi==1.17.1 # via cryptography -cfn-lint==1.32.1 +cfn-lint==1.33.0 # via moto charset-normalizer==3.4.1 # via requests @@ -101,7 +101,7 @@ mccabe==0.7.0 # via pylint mock==5.2.0 # via -r requirements/test.in -moto[cloudformation]==5.1.2 +moto[cloudformation]==5.1.3 # via -r requirements/test.in mpmath==1.3.0 # via sympy @@ -127,9 +127,9 @@ pycparser==2.22 # via cffi pycurl==7.45.6 # via pyresttest -pydantic==2.11.1 +pydantic==2.11.3 # via aws-sam-translator -pydantic-core==2.33.0 +pydantic-core==2.33.1 # via pydantic pylint==3.3.6 # via -r requirements/test.in @@ -185,7 +185,7 @@ sympy==1.13.3 # via cfn-lint tomlkit==0.13.2 # via pylint -typing-extensions==4.13.0 +typing-extensions==4.13.1 # via # aws-sam-translator # cfn-lint