Skip to content

Commit 3f6e98f

Browse files
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](testcontainers/testcontainers-python@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] <support@github.com>
1 parent 0059b47 commit 3f6e98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ optional-dependencies.testing = [
256256
"pytest<9",
257257
"pytest-cov<8",
258258
"pytest-mock<4",
259-
"testcontainers<4.13",
259+
"testcontainers<4.14",
260260
]
261261
urls.Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md"
262262
urls.Documentation = "https://cratedb-toolkit.readthedocs.io/"

0 commit comments

Comments
 (0)