From 16fb2bbcc274c5bc5166c57c72a615d71b175303 Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Tue, 17 Sep 2024 05:06:19 +0000 Subject: [PATCH] Upgrade pinned Python dependencies --- .pre-commit-config.yaml | 2 +- requirements-base-runtime.txt | 4 ++-- requirements-basic.txt | 4 ++-- requirements-dev.txt | 20 ++++++++-------- requirements-runtime.txt | 10 ++++---- requirements-test.txt | 14 +++++------ requirements-typehint.txt | 44 +++++++++++++++++------------------ 7 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddfdcdeb15672..65a3401bc54b5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.4 + rev: v0.6.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/requirements-base-runtime.txt b/requirements-base-runtime.txt index 6ec81466a3311..0da2b1a883d51 100644 --- a/requirements-base-runtime.txt +++ b/requirements-base-runtime.txt @@ -62,7 +62,7 @@ hyperframe==6.0.1 # via h2 hyperlink==21.0.0 # via localstack-twisted -idna==3.8 +idna==3.10 # via # hyperlink # localstack-twisted @@ -185,7 +185,7 @@ typing-extensions==4.12.2 # via # localstack-twisted # readerwriterlock -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker diff --git a/requirements-basic.txt b/requirements-basic.txt index 19d95e9d43e0a..f9acf57d29442 100644 --- a/requirements-basic.txt +++ b/requirements-basic.txt @@ -24,7 +24,7 @@ dnslib==0.9.25 # via localstack-core (pyproject.toml) dnspython==2.6.1 # via localstack-core (pyproject.toml) -idna==3.8 +idna==3.10 # via requests markdown-it-py==3.0.0 # via rich @@ -54,5 +54,5 @@ semver==3.0.2 # via localstack-core (pyproject.toml) tailer==0.4.1 # via localstack-core (pyproject.toml) -urllib3==2.2.2 +urllib3==2.2.3 # via requests diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b52cce105131..d7fe2403b5089 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,9 +33,9 @@ aws-cdk-asset-kubectl-v20==2.1.2 # via aws-cdk-lib aws-cdk-asset-node-proxy-agent-v6==2.1.0 # via aws-cdk-lib -aws-cdk-cloud-assembly-schema==36.0.24 +aws-cdk-cloud-assembly-schema==36.0.25 # via aws-cdk-lib -aws-cdk-lib==2.157.0 +aws-cdk-lib==2.158.0 # via localstack-core aws-sam-translator==1.91.0 # via @@ -85,7 +85,7 @@ cffi==1.17.1 # via cryptography cfgv==3.4.0 # via pre-commit -cfn-lint==1.12.4 +cfn-lint==1.14.0 # via moto-ext charset-normalizer==3.3.2 # via requests @@ -173,9 +173,9 @@ hyperframe==6.0.1 # via h2 hyperlink==21.0.0 # via localstack-twisted -identify==2.6.0 +identify==2.6.1 # via pre-commit -idna==3.8 +idna==3.10 # via # anyio # httpx @@ -295,7 +295,7 @@ parse==1.20.2 # via openapi-core pathable==0.4.3 # via jsonschema-path -platformdirs==4.3.2 +platformdirs==4.3.3 # via virtualenv pluggy==1.5.0 # via @@ -333,7 +333,7 @@ publication==0.0.3 # jsii py-partiql-parser==0.5.5 # via moto-ext -pyasn1==0.6.0 +pyasn1==0.6.1 # via rsa pycparser==2.22 # via cffi @@ -397,7 +397,7 @@ referencing==0.35.1 # jsonschema # jsonschema-path # jsonschema-specifications -regex==2024.7.24 +regex==2024.9.11 # via cfn-lint requests==2.32.3 # via @@ -432,7 +432,7 @@ rsa==4.7.2 # via awscli rstr==3.2.2 # via localstack-core (pyproject.toml) -ruff==0.6.4 +ruff==0.6.5 # via localstack-core (pyproject.toml) s3transfer==0.10.2 # via @@ -477,7 +477,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # readerwriterlock -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker diff --git a/requirements-runtime.txt b/requirements-runtime.txt index 1a8e07cc17756..d6c3274c9fb00 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -64,7 +64,7 @@ certifi==2024.8.30 # requests cffi==1.17.1 # via cryptography -cfn-lint==1.12.4 +cfn-lint==1.14.0 # via moto-ext charset-normalizer==3.3.2 # via requests @@ -126,7 +126,7 @@ hyperframe==6.0.1 # via h2 hyperlink==21.0.0 # via localstack-twisted -idna==3.8 +idna==3.10 # via # hyperlink # localstack-twisted @@ -236,7 +236,7 @@ psutil==6.0.0 # localstack-core (pyproject.toml) py-partiql-parser==0.5.5 # via moto-ext -pyasn1==0.6.0 +pyasn1==0.6.1 # via rsa pycparser==2.22 # via cffi @@ -283,7 +283,7 @@ referencing==0.35.1 # jsonschema # jsonschema-path # jsonschema-specifications -regex==2024.7.24 +regex==2024.9.11 # via cfn-lint requests==2.32.3 # via @@ -343,7 +343,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # readerwriterlock -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker diff --git a/requirements-test.txt b/requirements-test.txt index d57468232bd45..c83c618837e42 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -33,9 +33,9 @@ aws-cdk-asset-kubectl-v20==2.1.2 # via aws-cdk-lib aws-cdk-asset-node-proxy-agent-v6==2.1.0 # via aws-cdk-lib -aws-cdk-cloud-assembly-schema==36.0.24 +aws-cdk-cloud-assembly-schema==36.0.25 # via aws-cdk-lib -aws-cdk-lib==2.157.0 +aws-cdk-lib==2.158.0 # via localstack-core (pyproject.toml) aws-sam-translator==1.91.0 # via @@ -83,7 +83,7 @@ certifi==2024.8.30 # requests cffi==1.17.1 # via cryptography -cfn-lint==1.12.4 +cfn-lint==1.14.0 # via moto-ext charset-normalizer==3.3.2 # via requests @@ -159,7 +159,7 @@ hyperframe==6.0.1 # via h2 hyperlink==21.0.0 # via localstack-twisted -idna==3.8 +idna==3.10 # via # anyio # httpx @@ -303,7 +303,7 @@ publication==0.0.3 # jsii py-partiql-parser==0.5.5 # via moto-ext -pyasn1==0.6.0 +pyasn1==0.6.1 # via rsa pycparser==2.22 # via cffi @@ -364,7 +364,7 @@ referencing==0.35.1 # jsonschema # jsonschema-path # jsonschema-specifications -regex==2024.7.24 +regex==2024.9.11 # via cfn-lint requests==2.32.3 # via @@ -439,7 +439,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # readerwriterlock -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker diff --git a/requirements-typehint.txt b/requirements-typehint.txt index b9abbb5862384..2da20709349c3 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -33,9 +33,9 @@ aws-cdk-asset-kubectl-v20==2.1.2 # via aws-cdk-lib aws-cdk-asset-node-proxy-agent-v6==2.1.0 # via aws-cdk-lib -aws-cdk-cloud-assembly-schema==36.0.24 +aws-cdk-cloud-assembly-schema==36.0.25 # via aws-cdk-lib -aws-cdk-lib==2.157.0 +aws-cdk-lib==2.158.0 # via localstack-core aws-sam-translator==1.91.0 # via @@ -53,7 +53,7 @@ boto3==1.35.14 # aws-sam-translator # localstack-core # moto-ext -boto3-stubs==1.35.16 +boto3-stubs==1.35.20 # via localstack-core (pyproject.toml) botocore==1.35.14 # via @@ -64,7 +64,7 @@ botocore==1.35.14 # localstack-snapshot # moto-ext # s3transfer -botocore-stubs==1.35.16 +botocore-stubs==1.35.20 # via boto3-stubs build==1.2.2 # via @@ -89,7 +89,7 @@ cffi==1.17.1 # via cryptography cfgv==3.4.0 # via pre-commit -cfn-lint==1.12.4 +cfn-lint==1.14.0 # via moto-ext charset-normalizer==3.3.2 # via requests @@ -177,9 +177,9 @@ hyperframe==6.0.1 # via h2 hyperlink==21.0.0 # via localstack-twisted -identify==2.6.0 +identify==2.6.1 # via pre-commit -idna==3.8 +idna==3.10 # via # anyio # httpx @@ -269,7 +269,7 @@ mypy-boto3-acm==1.35.0 # via boto3-stubs mypy-boto3-acm-pca==1.35.0 # via boto3-stubs -mypy-boto3-amplify==1.35.0 +mypy-boto3-amplify==1.35.19 # via boto3-stubs mypy-boto3-apigateway==1.35.0 # via boto3-stubs @@ -307,7 +307,7 @@ mypy-boto3-codecommit==1.35.0 # via boto3-stubs mypy-boto3-cognito-identity==1.35.16 # via boto3-stubs -mypy-boto3-cognito-idp==1.35.0 +mypy-boto3-cognito-idp==1.35.18 # via boto3-stubs mypy-boto3-dms==1.35.0 # via boto3-stubs @@ -319,7 +319,7 @@ mypy-boto3-dynamodbstreams==1.35.0 # via boto3-stubs mypy-boto3-ec2==1.35.8 # via boto3-stubs -mypy-boto3-ecr==1.35.0 +mypy-boto3-ecr==1.35.17 # via boto3-stubs mypy-boto3-ecs==1.35.2 # via boto3-stubs @@ -331,9 +331,9 @@ mypy-boto3-elasticache==1.35.0 # via boto3-stubs mypy-boto3-elasticbeanstalk==1.35.0 # via boto3-stubs -mypy-boto3-elbv2==1.35.15 +mypy-boto3-elbv2==1.35.18 # via boto3-stubs -mypy-boto3-emr==1.35.0 +mypy-boto3-emr==1.35.18 # via boto3-stubs mypy-boto3-emr-serverless==1.35.0 # via boto3-stubs @@ -347,13 +347,13 @@ mypy-boto3-fis==1.35.12 # via boto3-stubs mypy-boto3-glacier==1.35.0 # via boto3-stubs -mypy-boto3-glue==1.35.3 +mypy-boto3-glue==1.35.18 # via boto3-stubs mypy-boto3-iam==1.35.0 # via boto3-stubs mypy-boto3-identitystore==1.35.0 # via boto3-stubs -mypy-boto3-iot==1.35.0 +mypy-boto3-iot==1.35.20 # via boto3-stubs mypy-boto3-iot-data==1.35.0 # via boto3-stubs @@ -379,7 +379,7 @@ mypy-boto3-logs==1.35.12 # via boto3-stubs mypy-boto3-managedblockchain==1.35.0 # via boto3-stubs -mypy-boto3-mediaconvert==1.35.0 +mypy-boto3-mediaconvert==1.35.18 # via boto3-stubs mypy-boto3-mediastore==1.35.0 # via boto3-stubs @@ -391,7 +391,7 @@ mypy-boto3-neptune==1.35.0 # via boto3-stubs mypy-boto3-opensearch==1.35.0 # via boto3-stubs -mypy-boto3-organizations==1.35.5 +mypy-boto3-organizations==1.35.20 # via boto3-stubs mypy-boto3-pi==1.35.0 # via boto3-stubs @@ -403,7 +403,7 @@ mypy-boto3-qldb==1.35.0 # via boto3-stubs mypy-boto3-qldb-session==1.35.0 # via boto3-stubs -mypy-boto3-rds==1.35.0 +mypy-boto3-rds==1.35.20 # via boto3-stubs mypy-boto3-rds-data==1.35.0 # via boto3-stubs @@ -493,7 +493,7 @@ parse==1.20.2 # via openapi-core pathable==0.4.3 # via jsonschema-path -platformdirs==4.3.2 +platformdirs==4.3.3 # via virtualenv pluggy==1.5.0 # via @@ -531,7 +531,7 @@ publication==0.0.3 # jsii py-partiql-parser==0.5.5 # via moto-ext -pyasn1==0.6.0 +pyasn1==0.6.1 # via rsa pycparser==2.22 # via cffi @@ -595,7 +595,7 @@ referencing==0.35.1 # jsonschema # jsonschema-path # jsonschema-specifications -regex==2024.7.24 +regex==2024.9.11 # via cfn-lint requests==2.32.3 # via @@ -630,7 +630,7 @@ rsa==4.7.2 # via awscli rstr==3.2.2 # via localstack-core -ruff==0.6.4 +ruff==0.6.5 # via localstack-core s3transfer==0.10.2 # via @@ -777,7 +777,7 @@ typing-extensions==4.12.2 # pydantic # pydantic-core # readerwriterlock -urllib3==2.2.2 +urllib3==2.2.3 # via # botocore # docker