From 448c2581df3c6f2f8e1cdb39aa99d489ec3ec876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:45:04 +0000 Subject: [PATCH] Bump testcontainers from 4.8.2 to 4.9.0 Bumps [testcontainers](https://github.com/testcontainers/testcontainers-python) from 4.8.2 to 4.9.0. - [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.2...testcontainers-v4.9.0) --- updated-dependencies: - dependency-name: testcontainers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0e6f3c..ceb3b3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -937,17 +937,18 @@ files = [ [[package]] name = "testcontainers" -version = "4.8.2" +version = "4.9.0" description = "Python library for throwaway instances of anything that can run in a Docker container" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "testcontainers-4.8.2-py3-none-any.whl", hash = "sha256:9e19af077cd96e1957c13ee466f1f32905bc6c5bc1bc98643eb18be1a989bfb0"}, - {file = "testcontainers-4.8.2.tar.gz", hash = "sha256:dd4a6a2ea09e3c3ecd39e180b6548105929d0bb78d665ce9919cb3f8c98f9853"}, + {file = "testcontainers-4.9.0-py3-none-any.whl", hash = "sha256:c6fee929990972c40bf6b91b7072c94064ff3649b405a14fde0274c8b2479d32"}, + {file = "testcontainers-4.9.0.tar.gz", hash = "sha256:2cd6af070109ff68c1ab5389dc89c86c2dc3ab30a21ca734b2cb8f0f80ad479e"}, ] [package.dependencies] docker = "*" +python-dotenv = "*" typing-extensions = "*" urllib3 = "*" wrapt = "*" @@ -1112,4 +1113,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "35d16eb2a67cb2ba03ebc289e48fb936c06b1b8b0f8b670bd46a71f20fa697e5" +content-hash = "d071331f13ba2bfd19a0a688053d9f65c8e5c03ede8cd83edd8726bff723ebe1" diff --git a/pyproject.toml b/pyproject.toml index 140cb31..a6f1ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest-cov = "6.0.0" pytest-dotenv = "0.5.2" pre-commit = "4.0.1" semver = "3.0.2" -testcontainers = "4.8.2" +testcontainers = "4.9.0" [tool.ruff] exclude = [".venv"]