diff --git a/poetry.lock b/poetry.lock index 1e98f66b..84e0d49c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1932,7 +1932,7 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pathlib2 (>=2.3.3)", "psu [[package]] name = "tox-gh-actions" -version = "2.11.0" +version = "2.12.0" description = "Seamless integration of tox into GitHub Actions" category = "dev" optional = false @@ -2139,7 +2139,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.10,<3.11" -content-hash = "d97901ad5816aede40182b0081cc4baca19143c864306b4cdf19145a91c843d0" +content-hash = "a4d6400c3e651801bb60bd82308a4b0668b6a845e770ca8fe5643d69f279608d" [metadata.files] alabaster = [ @@ -3365,8 +3365,8 @@ tox = [ {file = "tox-3.27.1.tar.gz", hash = "sha256:b2a920e35a668cc06942ffd1cf3a4fb221a4d909ca72191fb6d84b0b18a7be04"}, ] tox-gh-actions = [ - {file = "tox-gh-actions-2.11.0.tar.gz", hash = "sha256:07779eedc7ba4a1749f9fad23fdc7e4760a9663c4a80c9e1adffc54858917f60"}, - {file = "tox_gh_actions-2.11.0-py2.py3-none-any.whl", hash = "sha256:1aff5a36549c383adf133f4d1432c2f5206c7665f7756d6397704aa4c8880c6b"}, + {file = "tox-gh-actions-2.12.0.tar.gz", hash = "sha256:7a8aa62cd616b0e74c7db204bc44bbd603574f468f00c4ba3a2a3c87de8cf514"}, + {file = "tox_gh_actions-2.12.0-py2.py3-none-any.whl", hash = "sha256:5214db422a3297854db14fe814d59bd95674b7c577793bf406e7832dabeca03d"}, ] tox-wheel = [ {file = "tox-wheel-1.0.0.tar.gz", hash = "sha256:e109135c798041901ffd07e705b51d996323de6cf0116adc044a4a59b88367b7"}, diff --git a/pyproject.toml b/pyproject.toml index 307465f6..7ece0ff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ pylint = "^2.15.8" pre-commit = "^2.20.0" # CI/CD -tox-gh-actions = "^2.11.0" +tox-gh-actions = "^2.12.0" # Documentation darglint = "^1.8.1"