From c6a4de56b2c503f6279fa5aa221880ac4ac91a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:05:41 +0000 Subject: [PATCH] :arrow_up:(deps): update testcontainers requirement Updates the requirements on [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.14.2...testcontainers-v4.15.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8f1dde24..c322e2d6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -31,7 +31,7 @@ sphinx>=6.0.0 sphinx-rtd-theme>=3.1.0 # Container testing -testcontainers>=4.14.2 +testcontainers>=4.15.0 # Hardware simulation (for testing without real hardware) pyfakefs>=6.2.0