From 37e89fe3a0e18c189c401eb6106e9e0b894437e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:06:39 +0000 Subject: [PATCH] chore(deps): Bump tox from 4.31.0 to 4.32.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.31.0 to 4.32.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.31.0...4.32.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.32.0 dependency-type: direct:production 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 d1b8608..dfdb80b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,14 +1198,14 @@ test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tox" -version = "4.31.0" +version = "4.32.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "tox-4.31.0-py3-none-any.whl", hash = "sha256:328f392e6567e46cb0f9b625679456744dde940287dd1b39117627dc4b21d5da"}, - {file = "tox-4.31.0.tar.gz", hash = "sha256:266381ffef35615ec0d40ae4969a9e43b506017597c0413d6545a603cc8c7561"}, + {file = "tox-4.32.0-py3-none-any.whl", hash = "sha256:451e81dc02ba8d1ed20efd52ee409641ae4b5d5830e008af10fe8823ef1bd551"}, + {file = "tox-4.32.0.tar.gz", hash = "sha256:1ad476b5f4d3679455b89a992849ffc3367560bbc7e9495ee8a3963542e7c8ff"}, ] [package.dependencies] @@ -1363,4 +1363,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "0c33d68a88f63080120c52ca56e9726c0f509ba2823d21196b96f09d78832486" +content-hash = "ec4c2b143371b6fbc95ede63eb49ad18f49a96f3832ffe3d6c4393a9ac4ed5dd" diff --git a/pyproject.toml b/pyproject.toml index 0c5aae6..dbbe922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ beautifulsoup4 = "^4.14.2" pytest-repeat = "^0.9.3" flask = "^3.1.0" python-dateutil = "^2.9.0.post0" -tox = "^4.31.0" +tox = "^4.32.0" [build-system] requires = ["poetry-core"]