From a0cc4d7da64ee85a4f3e4f56aa724b9ef863e26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:26:35 +0000 Subject: [PATCH] chore(deps-dev): bump testcontainers Bumps the python-dependencies group in /cli with 1 update: [testcontainers](https://github.com/testcontainers/testcontainers-python). Updates `testcontainers` from 4.14.2 to 4.15.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.14.2...testcontainers-v4.15.0) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- cli/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 44d27e3..b35bcce 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "ruff>=0.15.18", "mypy>=2.1.0", "build>=1.2", - "testcontainers==4.14.2", + "testcontainers==4.15.0", ] [project.scripts] @@ -137,5 +137,5 @@ dev = [ "pytest-lsp>=1.0.1", "pytest-xdist>=3.0", "ruff>=0.15.18", - "testcontainers==4.14.2", + "testcontainers==4.15.0", ]