build(deps-dev): bump tox from 4.54.0 to 4.55.1 in the tox group (#8349)

* build(deps-dev): bump tox from 4.54.0 to 4.55.1 in the tox group

Bumps the tox group with 1 update: [tox](https://github.com/tox-dev/tox).


Updates `tox` from 4.54.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.54.0...4.55.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.55.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tox
...

Signed-off-by: dependabot[bot] <support@github.com>

* [autofix.ci] apply automated fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-08-03 09:28:51 +02:00 committed by GitHub
parent 172d7842ae
commit aa9cc56e3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -81,7 +81,7 @@ dev = [
{include-group = "ruff"},
]
tox = [
"tox==4.54.0",
"tox==4.55.1",
"tox-uv==1.35.2",
]
ruff = [

10
uv.lock generated
View file

@ -1086,14 +1086,14 @@ dev = [
{ name = "pytest-xdist", specifier = "==3.8.0" },
{ name = "requests", specifier = "==2.33.1" },
{ name = "ruff", specifier = "==0.15.11" },
{ name = "tox", specifier = "==4.54.0" },
{ name = "tox", specifier = "==4.55.1" },
{ name = "tox-uv", specifier = "==1.35.2" },
{ name = "types-requests", specifier = "==2.33.0.20260408" },
{ name = "wheel", specifier = "==0.47.0" },
]
ruff = [{ name = "ruff", specifier = "==0.15.11" }]
tox = [
{ name = "tox", specifier = "==4.54.0" },
{ name = "tox", specifier = "==4.55.1" },
{ name = "tox-uv", specifier = "==1.35.2" },
]
@ -1816,7 +1816,7 @@ wheels = [
[[package]]
name = "tox"
version = "4.54.0"
version = "4.55.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "cachetools" },
@ -1830,9 +1830,9 @@ dependencies = [
{ name = "tomli-w" },
{ name = "virtualenv" },
]
sdist = { url = "https://files.pythonhosted.org/packages/17/2c/7ca5edb5ecd6bcc5cc926fe87e62a84dcd3cbd03a32f9d0bee98d2bee7cf/tox-4.54.0.tar.gz", hash = "sha256:21e36fd8256590379620848d0b03b52f4d541b65b749de1a17c3e616978dad58", size = 279256, upload-time = "2026-05-12T19:13:05.937Z" }
sdist = { url = "https://files.pythonhosted.org/packages/79/5b/4f09156a3f7bf3c4fa23212717f097c59126d81e2c557e6fd872a62db38a/tox-4.55.1.tar.gz", hash = "sha256:0678fbf26dd5b559b1ef128fa4388325920219322ebc8cc5f3497627c00f4472", size = 280676, upload-time = "2026-06-03T20:01:03.487Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/26/18/20cf56a76c5d6117547179db9b5d31cc56e3e90507d1b0b748da74aa95c5/tox-4.54.0-py3-none-any.whl", hash = "sha256:a2d7c1177242ae9c3d9e404039e9f945ce16a3e5dfc66972c643e27d7e764f4b", size = 214527, upload-time = "2026-05-12T19:13:04.334Z" },
{ url = "https://files.pythonhosted.org/packages/bb/fd/394f00f3d3e23d87eb7b20276d88fe835e48780d3eb30e6f362428bb80c8/tox-4.55.1-py3-none-any.whl", hash = "sha256:e2084be6dfdef96ba1bed4948e6a1f73613d6952e1477be5dca45653d4c053c8", size = 215360, upload-time = "2026-06-03T20:01:01.967Z" },
]
[[package]]