From 277752e1d76e93b780f2ef2ef0fbdf4504866ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:36:31 +0000 Subject: [PATCH] chore: update testcontainers[postgres] requirement Updates the requirements on [testcontainers[postgres]](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.14.2) --- updated-dependencies: - dependency-name: testcontainers[postgres] dependency-version: 4.14.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e6d8c2..bfb9815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest-asyncio>=1.3.0", "httpx>=0.28.1", "aiosqlite>=0.22.1", - "testcontainers[postgres]>=4.0", + "testcontainers[postgres]>=4.14.2", "psycopg2-binary>=2.9.12", "faker>=37.0.0", "spacy>=3.7.0", diff --git a/uv.lock b/uv.lock index 181bbe9..ed136ad 100644 --- a/uv.lock +++ b/uv.lock @@ -145,7 +145,7 @@ dev = [ { name = "pytest-asyncio", specifier = ">=1.3.0" }, { name = "ruff", specifier = ">=0.15.11" }, { name = "spacy", specifier = ">=3.7.0" }, - { name = "testcontainers", extras = ["postgres"], specifier = ">=4.0" }, + { name = "testcontainers", extras = ["postgres"], specifier = ">=4.14.2" }, ] [[package]]