From 5978747949533197f932b9ca8dd23f50900b21c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:21:48 +0000 Subject: [PATCH] Bump awscli from 1.43.15 to 1.44.9 in the deploy group Bumps the deploy group with 1 update: [awscli](https://github.com/aws/aws-cli). Updates `awscli` from 1.43.15 to 1.44.9 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.43.15...1.44.9) --- updated-dependencies: - dependency-name: awscli dependency-version: 1.44.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: deploy ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..b2191ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ ruff = [ "ruff==0.14.9", ] deploy = [ - "awscli==1.43.15", + "awscli==1.44.9", "twine==6.2.0", ]