diff --git a/poetry.lock b/poetry.lock index 2dd7bbfc..03f4919e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -711,14 +711,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] @@ -1111,4 +1111,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "610ae34e61e33dfb85b68f85751949b82bd57f2ca029616639fe47f4ce3efca0" +content-hash = "e242ff355ebe0bf95eeb227baa935569dc060d1449590e58de87d05418985984" diff --git a/pyproject.toml b/pyproject.toml index 8f8a7854..f05c31dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ mypy = '>=1.7.1' pytest = '8.4.1' pytest-cov = '6.1.1' 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"