diff --git a/poetry.lock b/poetry.lock index 844209a..ad6ecd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2091,19 +2091,18 @@ test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] [[package]] name = "tox-docker" -version = "4.1.0" -description = "Launch a docker instance around test runs" +version = "5.0.0" +description = "Manage lifecycle of docker containers during Tox test runs" optional = false python-versions = "*" files = [ - {file = "tox-docker-4.1.0.tar.gz", hash = "sha256:0317e692dc80f2197eaf9c905dcb8d1d1f9d5bf2686ecfd83c22a1da9d23fb24"}, - {file = "tox_docker-4.1.0-py2.py3-none-any.whl", hash = "sha256:444c72192a2443d2b4db5766545d4413ea683cc488523d770e2e216f15fa3086"}, + {file = "tox_docker-5.0.0-py3-none-any.whl", hash = "sha256:7dd7293ea286dff422eab6c23a70652147b275eb436c02e97a90ac59ba41f8a8"}, + {file = "tox_docker-5.0.0.tar.gz", hash = "sha256:3cbfe70713910b9dbb9f74e20a5c42f19da42d375bac7d6a3ccc11aed0738d7a"}, ] [package.dependencies] -docker = ">=4.0,<7.0" -packaging = "*" -tox = ">=3.0.0,<5.0" +docker = ">=4.0,<8.0" +tox = ">=4.0.0,<5.0" [[package]] name = "tox-gh-actions" @@ -2360,4 +2359,4 @@ pg-binary = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "a4c807e367b04484b505b1582bd6450de940288dcba8b4c7046900970612355e" +content-hash = "eb7196996dbe3c2ddaef2056547daa06013fba5b6b429a043658b3b5dc57ccd3" diff --git a/pyproject.toml b/pyproject.toml index 6b97aff..249c143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pg-binary = ["psycopg2-binary"] dunamai = "^1.16.0" pre-commit = "^3.5" tox = "^4.4" -tox-docker = "^4.1" +tox-docker = "^5.0" tox-gh-actions = "^3.0" [tool.poetry.group.dev.dependencies]