From 3f6e98f3291c40c19544cad1e3dd94e03dc1255f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:58:17 +0000 Subject: [PATCH] Chore(deps-dev): Update testcontainers requirement from <4.13 to <4.14 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.0.0...testcontainers-v4.13.3) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.13.3 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 f227872f..0a90625b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -256,7 +256,7 @@ optional-dependencies.testing = [ "pytest<9", "pytest-cov<8", "pytest-mock<4", - "testcontainers<4.13", + "testcontainers<4.14", ] urls.Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md" urls.Documentation = "https://cratedb-toolkit.readthedocs.io/"