Skip to content

Commit c6db420

Browse files
authored
tests: Update tox.ini (#4347)
Regular tox.ini update
1 parent bbdf789 commit c6db420

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tox.ini

+9-9
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-23T08:07:00.653648+00:00
13+
# Last generated: 2025-04-29T08:15:04.584844+00:00
1414

1515
[tox]
1616
requires =
@@ -215,7 +215,7 @@ envlist =
215215
# ~~~ Tasks ~~~
216216
{py3.6,py3.7,py3.8}-celery-v4.4.7
217217
{py3.6,py3.7,py3.8}-celery-v5.0.5
218-
{py3.8,py3.12,py3.13}-celery-v5.5.1
218+
{py3.8,py3.12,py3.13}-celery-v5.5.2
219219

220220
{py3.6,py3.7}-dramatiq-v1.9.0
221221
{py3.6,py3.8,py3.9}-dramatiq-v1.12.3
@@ -298,10 +298,10 @@ envlist =
298298
{py3.6}-trytond-v4.8.18
299299
{py3.6,py3.7,py3.8}-trytond-v5.8.16
300300
{py3.8,py3.10,py3.11}-trytond-v6.8.17
301-
{py3.8,py3.11,py3.12}-trytond-v7.0.29
302-
{py3.8,py3.11,py3.12}-trytond-v7.4.9
301+
{py3.8,py3.11,py3.12}-trytond-v7.0.30
302+
{py3.9,py3.12,py3.13}-trytond-v7.6.0
303303

304-
{py3.7,py3.12,py3.13}-typer-v0.15.2
304+
{py3.7,py3.12,py3.13}-typer-v0.15.3
305305

306306

307307

@@ -600,7 +600,7 @@ deps =
600600
# ~~~ Tasks ~~~
601601
celery-v4.4.7: celery==4.4.7
602602
celery-v5.0.5: celery==5.0.5
603-
celery-v5.5.1: celery==5.5.1
603+
celery-v5.5.2: celery==5.5.2
604604
celery: newrelic
605605
celery: redis
606606
py3.7-celery: importlib-metadata<5.0
@@ -753,13 +753,13 @@ deps =
753753
trytond-v4.8.18: trytond==4.8.18
754754
trytond-v5.8.16: trytond==5.8.16
755755
trytond-v6.8.17: trytond==6.8.17
756-
trytond-v7.0.29: trytond==7.0.29
757-
trytond-v7.4.9: trytond==7.4.9
756+
trytond-v7.0.30: trytond==7.0.30
757+
trytond-v7.6.0: trytond==7.6.0
758758
trytond: werkzeug
759759
trytond-v4.6.22: werkzeug<1.0
760760
trytond-v4.8.18: werkzeug<1.0
761761

762-
typer-v0.15.2: typer==0.15.2
762+
typer-v0.15.3: typer==0.15.3
763763

764764

765765

0 commit comments

Comments
 (0)