From 76c7ecccacf508c1081db6a83c0b1a7b489c4672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:38:00 +0000 Subject: [PATCH] Bump testcontainers from 4.8.2 to 4.10.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.8.2 to 4.10.0. - [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.8.2...testcontainers-v4.10.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index b7163f5..8b84ec5 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest==8.3.3 -testcontainers==4.8.2 \ No newline at end of file +testcontainers==4.10.0 \ No newline at end of file