diff --git a/poetry.lock b/poetry.lock index 5de9a9d0..cfe2f6c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2416,14 +2416,14 @@ testing = ["build[virtualenv] (>=1.0.3)", "covdefaults (>=2.3)", "detect-test-po [[package]] name = "tox-gh-actions" -version = "3.1.3" +version = "3.2.0" description = "Seamless integration of tox into GitHub Actions" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "tox-gh-actions-3.1.3.tar.gz", hash = "sha256:ffd4151fe8b62c6f401a2fc5a01317835d7ab380923f6e0d063c300750308328"}, - {file = "tox_gh_actions-3.1.3-py2.py3-none-any.whl", hash = "sha256:5954766fe2ed0e284f3cdc87535dfdf68d0f803f1011b17ff8cf52ed3156e6c1"}, + {file = "tox-gh-actions-3.2.0.tar.gz", hash = "sha256:ac6fa3b8da51bc90dd77985fd55f09e746c6558c55910c0a93d643045a2b0ccc"}, + {file = "tox_gh_actions-3.2.0-py2.py3-none-any.whl", hash = "sha256:821b66a4751a788fa3e9617bd796d696507b08c6e1d929ee4faefba06b73b694"}, ] [package.dependencies] @@ -2540,4 +2540,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "8919e239d0d6ecc993e3235e4b665a68dec6ddde8e5fd9e4657152b547c4b05a" +content-hash = "a4e36f24d9af6c8387c02fed3f138f1f3c3ff1d6397e59f4fd2f6a6453f47120" diff --git a/pyproject.toml b/pyproject.toml index e5e69d93..d3fc4577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pip = "^23.0.0" pre-commit = "~3.6.0" taskipy = "~1.12.0" tox = "~4.12.0" -tox-gh-actions = "~3.1.0" +tox-gh-actions = "~3.2.0" [tool.poetry.group.docs.dependencies] furo = "~2023.9.0"