diff --git a/poetry.lock b/poetry.lock index e0b358a..d548ee4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -867,19 +867,18 @@ testing = ["build[virtualenv] (>=1.0.3)", "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" @@ -979,4 +978,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "f1363a05e76b5e52db3def09b511684530f5122acd70d150d78ff7e248d18bd3" +content-hash = "9f3bad45367b8907b7a8277435bb11ece3cdd5cc07864589ff2d47514ddf03aa" diff --git a/pyproject.toml b/pyproject.toml index f608ebe..77f48da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ uritemplate = "^4.1" dunamai = "^1.19" pre-commit = "^3.4" tox = "^4.4" -tox-docker = "^4.1" +tox-docker = "^5.0" tox-gh-actions = "^3.0" [tool.poetry.group.dev.dependencies]