diff --git a/poetry.lock b/poetry.lock index 011a03ea2..4aaa38ddb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2570,14 +2570,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-docker" -version = "3.2.2" +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.2-py3-none-any.whl", hash = "sha256:2926033d48a10de611070fce17f6e67b9e81af2d8ccc59debbbf39872b8ebef9"}, - {file = "pytest_docker-3.2.2.tar.gz", hash = "sha256:58ce79f3173209634bfff8ccaed2ce5593463d5272325c912e1b52a53154f452"}, + {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] @@ -3494,4 +3494,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "2350628af120da594555f048a0aae61ed569ac3eb13b4e8993ebfa8d07deb750" +content-hash = "c0a3d43fbb654c5237bb9f56ae22706768e61e5f7ad4ee85e3e3f4ea62cd342e" diff --git a/pyproject.toml b/pyproject.toml index cb111864b..a9b13a07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ polyfactory = "^2.20.0" pyright = "^1.1.394" brunns-matchers = "^2.9.0" localstack = "^4.6.0" -pytest-docker = "^3.2.0" +pytest-docker = "^3.2.3" stamina = "^25.1.0" pytest-freezer = "^0.4.9" moto = "^5.1.9"