From eb101efdd71baa1a19f8b88482ea7f977ac72836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:19:17 +0000 Subject: [PATCH] chore(deps-dev): bump tox-gh-actions from 3.2.0 to 3.3.0 Bumps [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/ymyzk/tox-gh-actions/releases) - [Commits](https://github.com/ymyzk/tox-gh-actions/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: tox-gh-actions dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2e32825..a34e431 100644 --- a/poetry.lock +++ b/poetry.lock @@ -744,20 +744,20 @@ test = ["devpi-process (>=1.0.2)", "pytest (>=8.3.3)", "pytest-mock (>=3.14)"] [[package]] name = "tox-gh-actions" -version = "3.2.0" +version = "3.3.0" description = "Seamless integration of tox into GitHub Actions" optional = false python-versions = ">=3.7" files = [ - {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"}, + {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"}, ] [package.dependencies] tox = ">=4,<5" [package.extras] -testing = ["black", "devpi-process", "flake8 (>=6,<7)", "mypy", "pytest (>=7,<8)", "pytest-cov (>=3,<4)", "pytest-mock (>=3,<4)", "pytest-randomly (>=3)"] +testing = ["black", "devpi-process", "flake8 (>=6,<7)", "mypy", "pytest (>=7)", "pytest-cov (>=4)", "pytest-mock (>=3)", "pytest-randomly (>=3)"] [[package]] name = "typing-extensions" @@ -810,4 +810,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "56a032adf9ed9f6c236abcb81f77f1a8091681a1a4b7bf2a2188b62e64c7d1b7" +content-hash = "acf00d1b10ec47af0d5df771dd269d5e3cc7af3cdb59eed9b8ece720729fd5b0" diff --git a/pyproject.toml b/pyproject.toml index 10592a2..713dec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ black = "^24.8.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" tox = "^4.24.1" -tox-gh-actions = "^3.2.0" +tox-gh-actions = "^3.3.0" [tool.black] line-length = 120