diff --git a/poetry.lock b/poetry.lock index 50c336c..eeac4fc 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.0 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.4.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.4.0-py3-none-any.whl", hash = "sha256:31abb90827472181c17ed07385493e4614fd8c03955e43fef42c06a366712850"}, + {file = "tox_gh_actions-3.4.0.tar.gz", hash = "sha256:76e80610fe5cda2f57af0ef45537d8f86c36d0bb8823feb20f85d30f4a7600ce"}, ] [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 = "a32098a6600f55491eb5eb8d1caed9c8a2a1aabdfc5adb3b5d095d7826409a84" diff --git a/pyproject.toml b/pyproject.toml index 6383f17..a9360a3 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.4.0" [tool.black] line-length = 120