From f8d95d130c3cca6cd9a1287dec2643f4d866f069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:13:06 +0000 Subject: [PATCH] Bump awscrt from 0.31.2 to 0.32.0 Bumps [awscrt](https://github.com/awslabs/aws-crt-python) from 0.31.2 to 0.32.0. - [Release notes](https://github.com/awslabs/aws-crt-python/releases) - [Commits](https://github.com/awslabs/aws-crt-python/compare/v0.31.2...v0.32.0) --- updated-dependencies: - dependency-name: awscrt dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2e1fd5..50f41c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "aiokafka==0.13.0", "apscheduler==3.11.2", "async-lru==2.2.0", - "awscrt==0.31.2", + "awscrt==0.32.0", "bidict==0.23.1", "cacheout==0.16.0", "docker==7.1.0",