diff --git a/poetry.lock b/poetry.lock index 50c336c..91283f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "black" @@ -779,21 +779,21 @@ test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.4)", "pytest-mock (>=3.14)"] [[package]] name = "tox-gh-actions" -version = "3.3.0" +version = "3.5.0" description = "Seamless integration of tox into GitHub Actions" optional = false python-versions = ">=3.7" groups = ["dev"] files = [ - {file = "tox_gh_actions-3.3.0-py2.py3-none-any.whl", hash = "sha256:0e1f9db7a775d04b6d94ab801c60d2d482929a934136262969791eb0ccac65a4"}, - {file = "tox_gh_actions-3.3.0.tar.gz", hash = "sha256:6933775dd7ab98649de5134283277e604fecfd4eb44bf31150c1c6ba2b1092ef"}, + {file = "tox_gh_actions-3.5.0-py3-none-any.whl", hash = "sha256:070790114c92f4c94337047515ca5e077ceb269a5cb9366e0a0b3440a024eca1"}, + {file = "tox_gh_actions-3.5.0.tar.gz", hash = "sha256:cc8e148c4513042e5019973e5672594c3df241b035e7fb550f6f778588110051"}, ] [package.dependencies] tox = ">=4,<5" [package.extras] -testing = ["black ; platform_python_implementation == \"CPython\"", "devpi-process", "flake8 (>=6,<7) ; python_version >= \"3.8\"", "mypy ; platform_python_implementation == \"CPython\"", "pytest (>=7)", "pytest-cov (>=4)", "pytest-mock (>=3)", "pytest-randomly (>=3)"] +testing = ["devpi-process", "mypy ; platform_python_implementation == \"CPython\"", "pre-commit", "pytest (>=7)", "pytest-cov (>=4)", "pytest-mock (>=3)", "pytest-randomly (>=3)"] [[package]] name = "typing-extensions" @@ -850,4 +850,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.8.0" -content-hash = "cd24f453fe7906d4e62940397f56992af6b228a8cfe4de51f3ce6f250e40822b" +content-hash = "1629ad55806147fcef9f98f09eb31618d8879522ca7391272b61f73f58720ca7" diff --git a/pyproject.toml b/pyproject.toml index 6383f17..579aec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = "^24.8.0" pytest-cov = "^5.0.0" pytest-mock = "^3.14.1" tox = "^4.25.0" -tox-gh-actions = "^3.3.0" +tox-gh-actions = "^3.5.0" [tool.black] line-length = 120