From e1df5fff97f75670bfb98f500066912957eef412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 22:39:24 +0000 Subject: [PATCH] Build(deps-dev): bump tox from 4.55.0 to 4.55.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.55.0 to 4.55.1. - [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.55.0...4.55.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.55.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 6b719c6..d0237fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -700,14 +700,14 @@ files = [ [[package]] name = "tox" -version = "4.55.0" +version = "4.55.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["tests"] files = [ - {file = "tox-4.55.0-py3-none-any.whl", hash = "sha256:83603a222e7e2ffbeb9e92ed6516e31a0ce355b37aea13c82a2c5344274a9391"}, - {file = "tox-4.55.0.tar.gz", hash = "sha256:7ede1e1e70f8fe984f7985d7ca58a1e1c15fe9f8715897e38accc607c8de9f70"}, + {file = "tox-4.55.1-py3-none-any.whl", hash = "sha256:e2084be6dfdef96ba1bed4948e6a1f73613d6952e1477be5dca45653d4c053c8"}, + {file = "tox-4.55.1.tar.gz", hash = "sha256:0678fbf26dd5b559b1ef128fa4388325920219322ebc8cc5f3497627c00f4472"}, ] [package.dependencies] @@ -781,4 +781,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "a0a6f6e4a4ccc061e4742e5ab325fd74d2ff779f62495b037f624b9e6f647b9d" +content-hash = "e3f394485497d3a91046fe842b4d5742e4a8ac20b7bce98cf87f8db3dfa5cb43" diff --git a/pyproject.toml b/pyproject.toml index 999918e..5aabbd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^9.0.3" pytest-cov = "^7.1.0" -tox = "^4.55.0" +tox = "^4.55.1" tox-gh-actions = "^3.5.0"