From ff73009500f8340040aa5f3293248f49959fc7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:50:35 +0000 Subject: [PATCH] chore(deps-dev): bump tox from 4.24.2 to 4.25.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.24.2 to 4.25.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.24.2...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc24360..2b684d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -751,14 +751,14 @@ files = [ [[package]] name = "tox" -version = "4.24.2" +version = "4.25.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "tox-4.24.2-py3-none-any.whl", hash = "sha256:92e8290e76ad4e15748860a205865696409a2d014eedeb796a34a0f3b5e7336e"}, - {file = "tox-4.24.2.tar.gz", hash = "sha256:d5948b350f76fae436d6545a5e87c2b676ab7a0d7d88c1308651245eadbe8aea"}, + {file = "tox-4.25.0-py3-none-any.whl", hash = "sha256:4dfdc7ba2cc6fdc6688dde1b21e7b46ff6c41795fb54586c91a3533317b5255c"}, + {file = "tox-4.25.0.tar.gz", hash = "sha256:dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52"}, ] [package.dependencies] @@ -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 = "0148e13ac3524ffe210b2bedfb806d1447f176b8c6be14dc4f654ed91055c6d0" +content-hash = "7b10ce99fab4e7ba3aee9332d32d7b0a148a401f98b8a368398336588d3693c6" diff --git a/pyproject.toml b/pyproject.toml index afc835a..c459ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.3.5" black = "^24.8.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1" -tox = "^4.24.2" +tox = "^4.25.0" tox-gh-actions = "^3.3.0" [tool.black]