From 2205ab0c0fb8b8a104395561854feeb2bab34890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:28:19 +0000 Subject: [PATCH] chore(deps-dev): bump tox from 4.30.2 to 4.30.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.30.2 to 4.30.3. - [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.30.2...4.30.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 c813147..da0df27 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.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 = "boolean-py" @@ -698,14 +698,14 @@ files = [ [[package]] name = "tox" -version = "4.30.2" +version = "4.30.3" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "tox-4.30.2-py3-none-any.whl", hash = "sha256:efd261a42e8c82a59f9026320a80a067f27f44cad2e72a6712010c311d31176b"}, - {file = "tox-4.30.2.tar.gz", hash = "sha256:772925ad6c57fe35c7ed5ac3e958ac5ced21dff597e76fc40c1f5bf3cd1b6a2e"}, + {file = "tox-4.30.3-py3-none-any.whl", hash = "sha256:a9f17b4b2d0f74fe0d76207236925a119095011e5c2e661a133115a8061178c9"}, + {file = "tox-4.30.3.tar.gz", hash = "sha256:f3dd0735f1cd4e8fbea5a3661b77f517456b5f0031a6256432533900e34b90bf"}, ] [package.dependencies] @@ -771,4 +771,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f668e07ea45f40b0efbc06e8149416878db6ad1cfe4acb9ccd60af93c4e8d14f" +content-hash = "9164c0a9017a09a45676c27f353e94b2c0b4351d6dc40b7727ebfa9424ddb17f" diff --git a/pyproject.toml b/pyproject.toml index 812fb57..6b55f45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,5 @@ flake8 = "7.3.0" deepdiff = "8.6.1" mypy = "1.18.2" types-python-dateutil = "2.9.0.20250822" -tox = "4.30.2" +tox = "4.30.3" sortedcontainers-stubs = "2.4.3"