From a8b705c233b4de8e6d18e4bb973b7c793c78de3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:56:04 +0000 Subject: [PATCH] chore(deps-dev): 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.9.0...testcontainers-v4.15.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44aed5a..60835f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ pytest-cov = "^7.0.0" ruff = "^0" pytest-asyncio = ">=0.25,<1.4" locust = "^2.45.0" -testcontainers = {version = "^4.9.0", extras = ["mongodb", "rabbitmq", "redis", "minio"]} +testcontainers = {version = "^4.15.0", extras = ["mongodb", "rabbitmq", "redis", "minio"]} types-deprecated = "^1.3.1.20260520" types-pygments = "^2.20.0.20260518" types-colorama = "^0.4.15.20260508"