diff --git a/poetry.lock b/poetry.lock index 8262b9e..851f7d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1972,19 +1972,18 @@ testing = ["build[virtualenv] (>=1.2.2)", "covdefaults (>=2.3)", "detect-test-po [[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" @@ -2225,4 +2224,4 @@ pg-binary = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "2bb59129cf5d0cd29e66caa1ca9adf2bf9a663011e722f74f85797d83bc437b4" +content-hash = "d1183a65125883f0d4a202b3765e693619a302e96bae7cc19f8a63fdf3eff09c" diff --git a/pyproject.toml b/pyproject.toml index 94789be..17e8200 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]