From 92b47f50e02a5ae5660c6e1cc1e50a4d627d4ed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 17:19:56 +0000 Subject: [PATCH 1/2] Bump tox from 4.24.1 to 4.25.0 in /requirements Bumps [tox](https://github.com/tox-dev/tox) from 4.24.1 to 4.25.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.24.1...4.25.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/tox.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tox.txt b/requirements/tox.txt index 80c2c201..9bab247a 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,3 +1,3 @@ -r ./coverage.txt -tox==4.24.1 +tox==4.25.0 tox-gh-actions==3.3.0 From d44c7ba98e9ac7fe48bed7a7c9b6d3fc929a7d3e Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:42:09 +0200 Subject: [PATCH 2/2] Simplified tox envlist version ranges --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4aca06dd..eee24979 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,8 @@ [tox] envlist = - py{39,310,311,312,313}-dj42-{sqlite3,postgres,mysql,mariadb}, - py{310,311,312,313}-dj{50,51,52}-{sqlite3,postgres,mysql,mariadb}, - py{312,313}-dj{main}-{sqlite3,postgres,mysql,mariadb}, + py3{9-13}-dj42-{sqlite3,postgres,mysql,mariadb}, + py3{10-13}-dj{50-52}-{sqlite3,postgres,mysql,mariadb}, + py3{12-13}-dj{main}-{sqlite3,postgres,mysql,mariadb}, docs, lint