From 61c0c499274267798b0c130efb7f4199364818ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:23:54 +0000 Subject: [PATCH] chore(deps-dev): update testcontainers requirement in /panel/api 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.8.0...testcontainers-v4.14.2) --- updated-dependencies: - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 7fb7d26..6ab3bf9 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ test = [ "pytest==8.3.*", "httpx==0.28.*", - "testcontainers[mariadb,postgres]==4.8.*", + "testcontainers[mariadb,postgres]==4.14.*", ] [tool.setuptools.packages.find]