Skip to content

Commit e806ef4

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] <[email protected]>
1 parent c389a70 commit e806ef4

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
@@ -255,7 +255,7 @@ optional-dependencies.testing = [
255255
"pytest<9",
256256
"pytest-cov<8",
257257
"pytest-mock<4",
258-
"testcontainers<4.13",
258+
"testcontainers<4.14",
259259
]
260260
urls.Changelog = "https://github.com/crate/cratedb-toolkit/blob/main/CHANGES.md"
261261
urls.Documentation = "https://cratedb-toolkit.readthedocs.io/"

0 commit comments

Comments
 (0)