From dad2d4bc7f6acfed8bdeb32c41068b7586843289 Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Thu, 11 Dec 2025 16:20:23 +0530 Subject: [PATCH] fix: update requirements to fix broken dependency Fixing this is In service of ENT-10938. --- requirements/base.txt | 10 +++---- requirements/pip.txt | 8 ++--- requirements/pip_tools.txt | 6 ++-- requirements/test.txt | 60 +++++++++++++++++++------------------- 4 files changed, 41 insertions(+), 43 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7d12deb..677bd8e 100644 --- a/requirements/base.txt +++ b/requirements/base.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 google-compute-engine -boto3==1.40.42 +boto3==1.42.7 # via -r requirements/base.in -botocore==1.40.42 +botocore==1.42.7 # via # -r requirements/base.in # boto3 @@ -28,13 +28,13 @@ markupsafe==3.0.3 # via jinja2 python-dateutil==2.9.0.post0 # via botocore -s3transfer==0.14.0 +s3transfer==0.16.0 # via boto3 six==1.17.0 # via # -r requirements/base.in # python-dateutil -urllib3==2.5.0 +urllib3==2.6.1 # via botocore # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index e109db2..394969c 100644 --- a/requirements/pip.txt +++ b/requirements/pip.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,9 +8,7 @@ wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.2 - # via - # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt - # -r requirements/pip.in +pip==25.3 + # via -r requirements/pip.in setuptools==80.9.0 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 514a5f6..75ad4c4 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -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 # build==1.3.0 # via pip-tools -click==8.3.0 +click==8.3.1 # via pip-tools packaging==25.0 # via build -pip-tools==7.5.0 +pip-tools==7.5.2 # via -r requirements/pip_tools.in pyproject-hooks==1.2.0 # via diff --git a/requirements/test.txt b/requirements/test.txt index bbb25ea..cc9a641 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,46 +1,46 @@ # -# 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 # annotated-types==0.7.0 # via pydantic -astroid==3.3.11 +astroid==4.0.2 # via pylint -attrs==25.3.0 +attrs==25.4.0 # via # jsonschema # referencing -aws-sam-translator==1.100.0 +aws-sam-translator==1.105.0 # via cfn-lint -aws-xray-sdk==2.14.0 +aws-xray-sdk==2.15.0 # via moto boto==2.49.0 # via # -r requirements/base.txt # google-compute-engine -boto3==1.40.42 +boto3==1.42.7 # via # -r requirements/base.txt # aws-sam-translator # moto -botocore==1.40.42 +botocore==1.42.7 # via # -r requirements/base.txt # aws-xray-sdk # boto3 # moto # s3transfer -certifi==2025.8.3 +certifi==2025.11.12 # via requests cffi==2.0.0 # via cryptography -cfn-lint==1.40.0 +cfn-lint==1.42.1 # via moto -charset-normalizer==3.4.3 +charset-normalizer==3.4.4 # via requests -cryptography==46.0.2 +cryptography==46.0.3 # via # joserfc # moto @@ -56,13 +56,13 @@ future==1.0.0 # via pyresttest google-compute-engine==2.8.13 # via -r requirements/base.txt -graphql-core==3.2.6 +graphql-core==3.2.7 # via moto -idna==3.10 +idna==3.11 # via requests -iniconfig==2.1.0 +iniconfig==2.3.0 # via pytest -isort==6.0.1 +isort==7.0.0 # via pylint jinja2==3.1.6 # via @@ -73,7 +73,7 @@ jmespath==1.0.1 # -r requirements/base.txt # boto3 # botocore -joserfc==1.3.4 +joserfc==1.5.0 # via moto jsonpatch==1.33 # via cfn-lint @@ -101,11 +101,11 @@ mccabe==0.7.0 # via pylint mock==5.2.0 # via -r requirements/test.in -moto[cloudformation]==5.1.13 +moto[cloudformation]==5.1.18 # via -r requirements/test.in mpmath==1.3.0 # via sympy -networkx==3.5 +networkx==3.6.1 # via cfn-lint openapi-schema-validator==0.6.3 # via openapi-spec-validator @@ -117,29 +117,29 @@ pathable==0.4.4 # via jsonschema-path pep8==1.7.1 # via -r requirements/test.in -platformdirs==4.4.0 +platformdirs==4.5.1 # via pylint pluggy==1.6.0 # via pytest -py-partiql-parser==0.6.1 +py-partiql-parser==0.6.3 # via moto pycparser==2.23 # via cffi pycurl==7.45.7 # via pyresttest -pydantic==2.11.9 +pydantic==2.12.5 # via aws-sam-translator -pydantic-core==2.33.2 +pydantic-core==2.41.5 # via pydantic pygments==2.19.2 # via pytest -pylint==3.3.8 +pylint==4.0.4 # via -r requirements/test.in pyparsing==3.2.5 # via moto pyresttest==1.7.1 # via -r requirements/test.in -pytest==8.4.2 +pytest==9.0.2 # via -r requirements/test.in python-dateutil==2.9.0.post0 # via @@ -158,7 +158,7 @@ referencing==0.36.2 # jsonschema # jsonschema-path # jsonschema-specifications -regex==2025.9.18 +regex==2025.11.3 # via cfn-lint requests==2.32.5 # via @@ -170,11 +170,11 @@ responses==0.25.8 # via moto rfc3339-validator==0.1.4 # via openapi-schema-validator -rpds-py==0.27.1 +rpds-py==0.30.0 # via # jsonschema # referencing -s3transfer==0.14.0 +s3transfer==0.16.0 # via # -r requirements/base.txt # boto3 @@ -197,16 +197,16 @@ typing-extensions==4.15.0 # typing-inspection typing-inspection==0.4.2 # via pydantic -urllib3==2.5.0 +urllib3==2.6.1 # via # -r requirements/base.txt # botocore # docker # requests # responses -werkzeug==3.1.3 +werkzeug==3.1.4 # via moto -wrapt==1.17.3 +wrapt==2.0.1 # via aws-xray-sdk xmltodict==1.0.2 # via moto