diff --git a/poetry.lock b/poetry.lock index 93bb973..6622b19 100644 --- a/poetry.lock +++ b/poetry.lock @@ -523,7 +523,7 @@ testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "psutil (>=5.6.1)", "pytes [[package]] name = "tox-gh-actions" -version = "2.4.0" +version = "2.5.0" description = "Seamless integration of tox into GitHub Actions" category = "dev" optional = false @@ -599,7 +599,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "a4f29df1d23a73f44a2307806b0b3e7a8e5a2a9cdba08ed1be3b431046e197a5" +content-hash = "b5f823c1cd2b9fee79893823314a92bc860d662e55330dc482a68766048fac50" [metadata.files] appdirs = [ @@ -895,8 +895,8 @@ tox = [ {file = "tox-3.23.0.tar.gz", hash = "sha256:05a4dbd5e4d3d8269b72b55600f0b0303e2eb47ad5c6fe76d3576f4c58d93661"}, ] tox-gh-actions = [ - {file = "tox-gh-actions-2.4.0.tar.gz", hash = "sha256:0cc846f1feb85a4f56179244f20dfb358410988efed3dbcdecf4b33e274c200c"}, - {file = "tox_gh_actions-2.4.0-py2.py3-none-any.whl", hash = "sha256:54d8388e433ca07cc4d980bcd7b1516e165103d87a27ca2e916c5cad961dbcb3"}, + {file = "tox-gh-actions-2.5.0.tar.gz", hash = "sha256:b6b50ba3e78e572045bff04d53e1eda59d26fa33e05ea008da5105ec54b5be8c"}, + {file = "tox_gh_actions-2.5.0-py2.py3-none-any.whl", hash = "sha256:7b0064263d94bbb12d3e217e17d14ee9cff37c1d50ae88bc5968793d90546a68"}, ] typed-ast = [ {file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"}, diff --git a/pyproject.toml b/pyproject.toml index e778836..03deacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ liccheck = "^0.5.3" pytest-cov = "^2.11.1" pytest-runner = "^5.3" pytest = "^6.2.3" -tox-gh-actions = "^2.4.0" +tox-gh-actions = "^2.5.0" tox = "^3.23.0" toml = "^0.10.2" responses = "^0.13.2"