Skip to content

Commit b16fa5f

Browse files
authored
tests: Regular tox update (#4367)
Regular tox.ini update. Note: the DB (latest) CI being red has nothing to do with the changes in this PR (redis)
1 parent c25d4ff commit b16fa5f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

tox.ini

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-04-29T08:35:44.624881+00:00
13+
# Last generated: 2025-05-06T10:23:50.156629+00:00
1414

1515
[tox]
1616
requires =
@@ -157,7 +157,7 @@ envlist =
157157
{py3.6}-pymongo-v3.5.1
158158
{py3.6,py3.10,py3.11}-pymongo-v3.13.0
159159
{py3.6,py3.9,py3.10}-pymongo-v4.0.2
160-
{py3.9,py3.12,py3.13}-pymongo-v4.12.0
160+
{py3.9,py3.12,py3.13}-pymongo-v4.12.1
161161

162162
{py3.6}-redis_py_cluster_legacy-v1.3.6
163163
{py3.6,py3.7}-redis_py_cluster_legacy-v2.0.0
@@ -275,7 +275,7 @@ envlist =
275275
{py3.8,py3.10,py3.11}-litestar-v2.0.1
276276
{py3.8,py3.11,py3.12}-litestar-v2.5.5
277277
{py3.8,py3.11,py3.12}-litestar-v2.10.0
278-
{py3.8,py3.12,py3.13}-litestar-v2.15.2
278+
{py3.8,py3.12,py3.13}-litestar-v2.16.0
279279

280280
{py3.6}-pyramid-v1.8.6
281281
{py3.6,py3.8,py3.9}-pyramid-v1.10.8
@@ -290,6 +290,7 @@ envlist =
290290
{py3.6,py3.8,py3.9}-tornado-v6.1
291291
{py3.7,py3.9,py3.10}-tornado-v6.2
292292
{py3.8,py3.10,py3.11}-tornado-v6.4.2
293+
{py3.9,py3.12,py3.13}-tornado-v6.5b1
293294

294295

295296
# ~~~ Misc ~~~
@@ -299,7 +300,7 @@ envlist =
299300
{py3.6}-trytond-v4.8.18
300301
{py3.6,py3.7,py3.8}-trytond-v5.8.16
301302
{py3.8,py3.10,py3.11}-trytond-v6.8.17
302-
{py3.8,py3.11,py3.12}-trytond-v7.0.30
303+
{py3.8,py3.11,py3.12}-trytond-v7.0.31
303304
{py3.9,py3.12,py3.13}-trytond-v7.6.0
304305

305306
{py3.7,py3.12,py3.13}-typer-v0.15.3
@@ -525,7 +526,7 @@ deps =
525526
pymongo-v3.5.1: pymongo==3.5.1
526527
pymongo-v3.13.0: pymongo==3.13.0
527528
pymongo-v4.0.2: pymongo==4.0.2
528-
pymongo-v4.12.0: pymongo==4.12.0
529+
pymongo-v4.12.1: pymongo==4.12.1
529530
pymongo: mockupdb
530531

531532
redis_py_cluster_legacy-v1.3.6: redis-py-cluster==1.3.6
@@ -713,7 +714,7 @@ deps =
713714
litestar-v2.0.1: litestar==2.0.1
714715
litestar-v2.5.5: litestar==2.5.5
715716
litestar-v2.10.0: litestar==2.10.0
716-
litestar-v2.15.2: litestar==2.15.2
717+
litestar-v2.16.0: litestar==2.16.0
717718
litestar: pytest-asyncio
718719
litestar: python-multipart
719720
litestar: requests
@@ -741,6 +742,7 @@ deps =
741742
tornado-v6.1: tornado==6.1
742743
tornado-v6.2: tornado==6.2
743744
tornado-v6.4.2: tornado==6.4.2
745+
tornado-v6.5b1: tornado==6.5b1
744746
tornado: pytest
745747
tornado-v6.0.4: pytest<8.2
746748
tornado-v6.1: pytest<8.2
@@ -755,7 +757,7 @@ deps =
755757
trytond-v4.8.18: trytond==4.8.18
756758
trytond-v5.8.16: trytond==5.8.16
757759
trytond-v6.8.17: trytond==6.8.17
758-
trytond-v7.0.30: trytond==7.0.30
760+
trytond-v7.0.31: trytond==7.0.31
759761
trytond-v7.6.0: trytond==7.6.0
760762
trytond: werkzeug
761763
trytond-v4.6.22: werkzeug<1.0

0 commit comments

Comments
 (0)