diff --git a/poetry.lock b/poetry.lock index 941bffeb..93f8b287 100644 --- a/poetry.lock +++ b/poetry.lock @@ -733,14 +733,14 @@ reference = "jfrog-server" [[package]] name = "pytest-docker" -version = "3.2.0" +version = "3.2.3" description = "Simple pytest fixtures for Docker and Docker Compose based tests" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pytest_docker-3.2.0-py3-none-any.whl", hash = "sha256:3e266db66887aa3611b2dfd86fb2a3b42f25f3a29d3f14b6e57a831e93a64f60"}, - {file = "pytest_docker-3.2.0.tar.gz", hash = "sha256:3d6537564e1582cab39e6cc3d6f3d931e92398af62f8313fc826e436f8233e21"}, + {file = "pytest_docker-3.2.3-py3-none-any.whl", hash = "sha256:f973c35e6f2b674c8fc87e8b3354b02c15866a21994c0841a338c240a05de1eb"}, + {file = "pytest_docker-3.2.3.tar.gz", hash = "sha256:26a1c711d99ef01e86e7c9c007f69641552c1554df4fccb065b35581cca24206"}, ] [package.dependencies] @@ -1133,4 +1133,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "820021759292026aa3c320ce61272b576cedd52d11ae160c3f24bd10c3e5bba8" +content-hash = "41ce2fe2fe47ec8487d2b0c24e7903eebb1a0eb4ddd1d6b81f99322657638042" diff --git a/pyproject.toml b/pyproject.toml index bc7c8822..890b2969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ mypy = '>=1.7.1' pytest = '8.4.2' pytest-cov = '7.0.0' pytest-subtests = "0.14.1" -pytest-docker = "3.2.0" +pytest-docker = "3.2.3" debugpy = "1.8.13" types-requests = "^2.32.0.20250328"