From 303fddb6cd4e5bea29ef0307b5c23f9c24a6227a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:26:20 +0000 Subject: [PATCH] Bump tox from 4.58.0 to 4.61.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.58.0 to 4.61.2. - [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.61.2) --- updated-dependencies: - dependency-name: tox dependency-version: 4.61.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 +++++++----- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index fa880c5..4e5de14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -897,14 +897,14 @@ files = [ [[package]] name = "tox" -version = "4.58.0" +version = "4.61.2" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["dev", "test"] 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.61.2-py3-none-any.whl", hash = "sha256:262efa52b735004dcef04ae4c934614ec4e5c61319a14d1e762c18db7fdb82c3"}, + {file = "tox-4.61.2.tar.gz", hash = "sha256:463b6eeaaf0929d60b4f7a87b26f4a7a764fe9832a74bf50b4e9d259b6a8e905"}, ] [package.dependencies] @@ -917,6 +917,7 @@ pluggy = ">=1.6" pyproject-api = ">=1.10" python-discovery = ">=1.4.4" tomli-w = ">=1.2" +typing-extensions = {version = ">=4.15", markers = "python_version < \"3.13\""} virtualenv = ">=21.1" [package.extras] @@ -929,11 +930,12 @@ version = "4.16.0" description = "Backported and Experimental Type Hints for Python 3.9+" optional = false python-versions = ">=3.9" -groups = ["dev"] +groups = ["dev", "test"] files = [ {file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"}, {file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"}, ] +markers = {test = "python_version < \"3.13\""} [[package]] name = "virtualenv" @@ -956,4 +958,4 @@ python-discovery = ">=1.4.2" [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "1e0edea72db8a3041ad5f330e8c5a238ad7f708e9fc2bc623a38b156b39c529f" +content-hash = "d33d72f83f82502fb6747057dc1856d6baa526d67eec1ababb556bf5676f6f30" diff --git a/pyproject.toml b/pyproject.toml index ed44157..7e759f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [{include = "pam", from = "python-pam"}] pytest = "^9.1.1" pytest-cov = "^7.1.0" pylint = "^4.0.6" -tox = "^4.0.0" +tox = "^4.61.2" bandit = "*" mypy = "*"