From bae6a6613c7f8ed2c2d5cebb60271b9578b4874f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:23:10 +0000 Subject: [PATCH] Build(deps-dev): bump tox from 4.54.0 to 4.55.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.54.0 to 4.55.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.54.0...4.55.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.55.0 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 c5199d0..4a7563c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "ast-serialize" @@ -700,14 +700,14 @@ files = [ [[package]] name = "tox" -version = "4.54.0" +version = "4.55.0" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["tests"] files = [ - {file = "tox-4.54.0-py3-none-any.whl", hash = "sha256:a2d7c1177242ae9c3d9e404039e9f945ce16a3e5dfc66972c643e27d7e764f4b"}, - {file = "tox-4.54.0.tar.gz", hash = "sha256:21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58"}, + {file = "tox-4.55.0-py3-none-any.whl", hash = "sha256:83603a222e7e2ffbeb9e92ed6516e31a0ce355b37aea13c82a2c5344274a9391"}, + {file = "tox-4.55.0.tar.gz", hash = "sha256:7ede1e1e70f8fe984f7985d7ca58a1e1c15fe9f8715897e38accc607c8de9f70"}, ] [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 = "7c0a4bdb7cb397bba238b0082a8067ae856494320b708b7e7ace649c94caad1e" +content-hash = "393b56db5f594027b0f70a2ebb14c1e255b6552420cac1ccd77ea6e9f03c0320" diff --git a/pyproject.toml b/pyproject.toml index 5f9b8e8..2c9baaa 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.54.0" +tox = "^4.55.0" tox-gh-actions = "^3.5.0"