From cb406453d404ef9f80ac13ca3250ef2c9539ebb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 06:13:31 +0000 Subject: [PATCH] Build(deps-dev): bump tox from 4.58.0 to 4.59.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.58.0 to 4.59.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.58.0...4.59.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1955071..588718d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -704,14 +704,14 @@ files = [ [[package]] name = "tox" -version = "4.58.0" +version = "4.59.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.58.0-py3-none-any.whl", hash = "sha256:dcae21f5f015f3a67658e35644cce0d1aa0dedcd06f3927f95d84e1717f6cea5"}, - {file = "tox-4.58.0.tar.gz", hash = "sha256:ab0b126a04dd56bc18e6d216386db09335247f2289b54cf534deb5c4ae3a8d2e"}, + {file = "tox-4.59.0-py3-none-any.whl", hash = "sha256:fa9a1c968503302544498a98e785e7f46e85d22e9d5bf9bcce1731c8f3ffae01"}, + {file = "tox-4.59.0.tar.gz", hash = "sha256:5fa9d0d4d8137ec2b7ecc0f2777d9dc220cf2bfa21497941ee4af88dec8fa6d3"}, ] [package.dependencies] @@ -725,7 +725,7 @@ pyproject-api = ">=1.10" python-discovery = ">=1.4.4" tomli = {version = ">=2.4", markers = "python_version < \"3.11\""} tomli-w = ">=1.2" -typing-extensions = {version = ">=4.15", markers = "python_version < \"3.11\""} +typing-extensions = {version = ">=4.15", markers = "python_version < \"3.13\""} virtualenv = ">=21.1" [package.extras] @@ -761,7 +761,7 @@ files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] -markers = {tests = "python_version < \"3.11\""} +markers = {tests = "python_version < \"3.13\""} [[package]] name = "virtualenv" @@ -785,4 +785,4 @@ typing-extensions = {version = ">=4.13.2", markers = "python_version < \"3.11\"" [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "4c5086a5171a8d16dc75ea3a83db04b9234f4a3c39ea1880655d8601c77104e7" +content-hash = "031c278427c6d957fe233a1214f16317c89f60070d9053923ae91d52811b465e" diff --git a/pyproject.toml b/pyproject.toml index 3f8ba9e..c6616f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ optional = true [tool.poetry.group.tests.dependencies] pytest = "^9.1.1" pytest-cov = "^7.1.0" -tox = "^4.58.0" +tox = "^4.59.0" tox-gh-actions = "^3.5.0"