From 9d6c6ae2d3e5027b5c06b1b70df6fec06dd8bdf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 11:52:56 +0000 Subject: [PATCH] Update testcontainers requirement from 0.26.0 to 0.27.1 in /common_lib Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-rs) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-rs/releases) - [Changelog](https://github.com/testcontainers/testcontainers-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-rs/compare/0.26.0...0.27.1) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 0.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_lib/Cargo.toml b/common_lib/Cargo.toml index 4d48bf4734..66a2da224c 100644 --- a/common_lib/Cargo.toml +++ b/common_lib/Cargo.toml @@ -25,4 +25,4 @@ aws-sdk-dynamodb = "1.3.0" aws-sdk-cloudwatchlogs = "1.3.0" [dev-dependencies] -testcontainers = "0.26.0" \ No newline at end of file +testcontainers = "0.27.1" \ No newline at end of file