diff --git a/poetry.lock b/poetry.lock index 3e1430af..f05e2a6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2719,19 +2719,19 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-docker" -version = "3.2.3" +version = "3.2.5" 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.3-py3-none-any.whl", hash = "sha256:f973c35e6f2b674c8fc87e8b3354b02c15866a21994c0841a338c240a05de1eb"}, - {file = "pytest_docker-3.2.3.tar.gz", hash = "sha256:26a1c711d99ef01e86e7c9c007f69641552c1554df4fccb065b35581cca24206"}, + {file = "pytest_docker-3.2.5-py3-none-any.whl", hash = "sha256:79f3d209f928f45d4385cb825944861bc8a8cccd309804d9c9cd63bcef03edba"}, + {file = "pytest_docker-3.2.5.tar.gz", hash = "sha256:c9662567522911280b394af4da2edd57facaf644494601fac962ff1e396d7ab6"}, ] [package.dependencies] attrs = ">=19.2.0" -pytest = ">=4.0,<9.0" +pytest = ">=4.0,<10.0" [package.extras] docker-compose-v1 = ["docker-compose (>=1.27.3,<2.0)"] @@ -3720,4 +3720,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "e6c15b7569655c0ff5da0cc3920d84127280bd61c70ae9ff4ad77f4ee3ac8b40" +content-hash = "efda61cfcab3d5e85ae6d0973550140d07ad06a91629cb456ad47b8a9947bb1f" diff --git a/pyproject.toml b/pyproject.toml index e8c690d5..e3260988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ polyfactory = "^3.2.0" pyright = "^1.1.407" brunns-matchers = "^2.9.0" localstack = "^4.12.0" -pytest-docker = "^3.2.3" +pytest-docker = "^3.2.5" stamina = "^25.2.0" pytest-freezer = "^0.4.9" moto = "^5.1.13"