Skip to content

Commit 5ee0a12

Browse files
Bump tox from 4.24.1 to 4.25.0 in /requirements (#1472)
* 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](tox-dev/tox@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] <support@github.com> * Simplified tox envlist version ranges --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anders <6058745+ddabble@users.noreply.github.com>
1 parent d87408d commit 5ee0a12

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/tox.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r ./coverage.txt
2-
tox==4.24.1
2+
tox==4.25.0
33
tox-gh-actions==3.3.0

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312,313}-dj42-{sqlite3,postgres,mysql,mariadb},
4-
py{310,311,312,313}-dj{50,51,52}-{sqlite3,postgres,mysql,mariadb},
5-
py{312,313}-dj{main}-{sqlite3,postgres,mysql,mariadb},
3+
py3{9-13}-dj42-{sqlite3,postgres,mysql,mariadb},
4+
py3{10-13}-dj{50-52}-{sqlite3,postgres,mysql,mariadb},
5+
py3{12-13}-dj{main}-{sqlite3,postgres,mysql,mariadb},
66
docs,
77
lint
88

0 commit comments

Comments
 (0)