From ef2eff85daf790df5e9c1c383b23626a38801023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:34:11 +0000 Subject: [PATCH] Bump awscli from 1.44.36 to 1.44.38 Bumps [awscli](https://github.com/aws/aws-cli) from 1.44.36 to 1.44.38. - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.44.36...1.44.38) --- updated-dependencies: - dependency-name: awscli dependency-version: 1.44.38 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.all.txt | 2 +- requirements.dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.all.txt b/requirements.all.txt index 5f6dcbf775..d388ca1632 100644 --- a/requirements.all.txt +++ b/requirements.all.txt @@ -1,7 +1,7 @@ atomicwrites==1.4.1 attrs==25.4.0 aws-requests-auth==0.4.3 -awscli==1.44.36 +awscli==1.44.38 blessed==1.30.0 boto3==1.42.46 boto3-stubs-lite==1.42.46 diff --git a/requirements.dev.txt b/requirements.dev.txt index 0addbc00c5..ec1d57ea4a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,7 +1,7 @@ --find-links https://github.com/DataBiosphere/azul-chalice/releases/expanded_assets/v1.32.0+18 # match version of chalice requirement below --find-links https://github.com/DataBiosphere/azul-requirements-parser/releases/expanded_assets/v0.13.0+6 # match version of requirements-parser requirement below atomicwrites==1.4.1 -awscli==1.44.36 +awscli==1.44.38 boto3-stubs-lite[apigateway,cloudwatch,dynamodb,ec2,ecr,es,iam,kms,lambda,s3,secretsmanager,securityhub,sns,sqs,ssm,stepfunctions,sts]==1.42.46 # match this with the version of the `boto3` runtime dendency chalice==1.32.0+18 # match version with find-links entry above coverage==7.13.4