10
10
# The file (and all resulting CI YAMLs) then need to be regenerated via
11
11
# "scripts/generate-test-files.sh".
12
12
#
13
- # Last generated: 2025-04-17T11:01:25.976599 +00:00
13
+ # Last generated: 2025-04-23T07:46:44.042662 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -145,8 +145,8 @@ envlist =
145
145
146
146
# ~~~ AI ~~~
147
147
{py3.9,py3.10,py3.11}-cohere-v5.4.0
148
- {py3.9,py3.11,py3.12}-cohere-v5.9.4
149
- {py3.9,py3.11,py3.12}-cohere-v5.13.9
148
+ {py3.9,py3.11,py3.12}-cohere-v5.8.1
149
+ {py3.9,py3.11,py3.12}-cohere-v5.11.4
150
150
{py3.9,py3.11,py3.12}-cohere-v5.15.0
151
151
152
152
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
@@ -167,9 +167,8 @@ envlist =
167
167
{py3.6,py3.7}-redis_py_cluster_legacy-v2.0.0
168
168
{py3.6,py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
169
169
170
- {py3.6,py3.7 }-sqlalchemy-v1.3.9
170
+ {py3.6,py3.8,py3.9 }-sqlalchemy-v1.3.24
171
171
{py3.6,py3.11,py3.12}-sqlalchemy-v1.4.54
172
- {py3.7,py3.10,py3.11}-sqlalchemy-v2.0.9
173
172
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.40
174
173
175
174
@@ -195,7 +194,7 @@ envlist =
195
194
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
196
195
{py3.8,py3.11,py3.12}-ariadne-v0.22
197
196
{py3.8,py3.11,py3.12}-ariadne-v0.24.0
198
- {py3.9,py3.12,py3.13}-ariadne-v0.26.1
197
+ {py3.9,py3.12,py3.13}-ariadne-v0.26.2
199
198
200
199
{py3.6,py3.9,py3.10}-gql-v3.4.1
201
200
{py3.7,py3.11,py3.12}-gql-v3.5.2
@@ -207,7 +206,7 @@ envlist =
207
206
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
208
207
{py3.8,py3.11,py3.12}-strawberry-v0.228.0
209
208
{py3.8,py3.12,py3.13}-strawberry-v0.247.2
210
- {py3.9,py3.12,py3.13}-strawberry-v0.265.1
209
+ {py3.9,py3.12,py3.13}-strawberry-v0.266.0
211
210
212
211
213
212
# ~~~ Network ~~~
@@ -240,12 +239,11 @@ envlist =
240
239
241
240
242
241
# ~~~ Web 1 ~~~
243
- {py3.6}-django-v1.11.9
244
242
{py3.6,py3.7}-django-v1.11.29
245
243
{py3.6,py3.8,py3.9}-django-v2.2.28
246
244
{py3.6,py3.9,py3.10}-django-v3.2.25
247
245
{py3.8,py3.11,py3.12}-django-v4.2.20
248
- {py3.10,py3.11,py3.12}-django-v5.0.9
246
+ {py3.10,py3.11,py3.12}-django-v5.0.14
249
247
{py3.10,py3.12,py3.13}-django-v5.2
250
248
251
249
{py3.6,py3.7,py3.8}-flask-v1.1.4
@@ -266,7 +264,7 @@ envlist =
266
264
267
265
# ~~~ Web 2 ~~~
268
266
{py3.6,py3.7}-bottle-v0.12.25
269
- {py3.6 ,py3.8 ,py3.9 }-bottle-v0.13.2
267
+ {py3.8 ,py3.12 ,py3.13 }-bottle-v0.13.3
270
268
271
269
{py3.6}-falcon-v1.4.1
272
270
{py3.6,py3.7}-falcon-v2.0.0
@@ -296,11 +294,11 @@ envlist =
296
294
# ~~~ Misc ~~~
297
295
{py3.6,py3.12,py3.13}-loguru-v0.7.3
298
296
299
- {py3.6}-trytond-v4.6.9
297
+ {py3.6}-trytond-v4.6.22
300
298
{py3.6}-trytond-v4.8.18
301
299
{py3.6,py3.7,py3.8}-trytond-v5.8.16
302
300
{py3.8,py3.10,py3.11}-trytond-v6.8.17
303
- {py3.8,py3.11,py3.12}-trytond-v7.0.9
301
+ {py3.8,py3.11,py3.12}-trytond-v7.0.29
304
302
{py3.8,py3.11,py3.12}-trytond-v7.4.9
305
303
306
304
{py3.7,py3.12,py3.13}-typer-v0.15.2
@@ -517,8 +515,8 @@ deps =
517
515
518
516
# ~~~ AI ~~~
519
517
cohere-v5.4.0: cohere ==5.4.0
520
- cohere-v5.9.4 : cohere ==5.9.4
521
- cohere-v5.13.9 : cohere ==5.13.9
518
+ cohere-v5.8.1 : cohere ==5.8.1
519
+ cohere-v5.11.4 : cohere ==5.11.4
522
520
cohere-v5.15.0: cohere ==5.15.0
523
521
524
522
huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
@@ -540,9 +538,8 @@ deps =
540
538
redis_py_cluster_legacy-v2.0.0: redis-py-cluster ==2.0.0
541
539
redis_py_cluster_legacy-v2.1.3: redis-py-cluster ==2.1.3
542
540
543
- sqlalchemy-v1.3.9 : sqlalchemy ==1.3.9
541
+ sqlalchemy-v1.3.24 : sqlalchemy ==1.3.24
544
542
sqlalchemy-v1.4.54: sqlalchemy ==1.4.54
545
- sqlalchemy-v2.0.9: sqlalchemy ==2.0.9
546
543
sqlalchemy-v2.0.40: sqlalchemy ==2.0.40
547
544
548
545
@@ -569,7 +566,7 @@ deps =
569
566
ariadne-v0.20.1: ariadne ==0.20.1
570
567
ariadne-v0.22: ariadne ==0.22
571
568
ariadne-v0.24.0: ariadne ==0.24.0
572
- ariadne-v0.26.1 : ariadne ==0.26.1
569
+ ariadne-v0.26.2 : ariadne ==0.26.2
573
570
ariadne: fastapi
574
571
ariadne: flask
575
572
ariadne: httpx
@@ -589,7 +586,7 @@ deps =
589
586
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
590
587
strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0
591
588
strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2
592
- strawberry-v0.265.1 : strawberry-graphql[fastapi,flask]==0.265.1
589
+ strawberry-v0.266.0 : strawberry-graphql[fastapi,flask]==0.266.0
593
590
strawberry: httpx
594
591
strawberry-v0.209.8: pydantic<2.11
595
592
strawberry-v0.228.0: pydantic<2.11
@@ -633,37 +630,33 @@ deps =
633
630
634
631
635
632
# ~~~ Web 1 ~~~
636
- django-v1.11.9: django ==1.11.9
637
633
django-v1.11.29: django ==1.11.29
638
634
django-v2.2.28: django ==2.2.28
639
635
django-v3.2.25: django ==3.2.25
640
636
django-v4.2.20: django ==4.2.20
641
- django-v5.0.9 : django ==5.0.9
637
+ django-v5.0.14 : django ==5.0.14
642
638
django-v5.2: django ==5.2
643
639
django: psycopg2-binary
644
640
django: djangorestframework
645
641
django: pytest-django
646
642
django: Werkzeug
647
643
django-v3.2.25: pytest-asyncio
648
644
django-v4.2.20: pytest-asyncio
649
- django-v5.0.9 : pytest-asyncio
645
+ django-v5.0.14 : pytest-asyncio
650
646
django-v5.2: pytest-asyncio
651
647
django-v2.2.28: six
652
- django-v1.11.9: djangorestframework>=3.0,<4.0
653
- django-v1.11.9: Werkzeug<2.1.0
654
648
django-v1.11.29: djangorestframework>=3.0,<4.0
655
649
django-v1.11.29: Werkzeug<2.1.0
656
650
django-v2.2.28: djangorestframework>=3.0,<4.0
657
651
django-v2.2.28: Werkzeug<2.1.0
658
652
django-v3.2.25: djangorestframework>=3.0,<4.0
659
653
django-v3.2.25: Werkzeug<2.1.0
660
- django-v1.11.9: pytest-django<4.0
661
654
django-v1.11.29: pytest-django<4.0
662
655
django-v2.2.28: pytest-django<4.0
663
656
django-v2.2.28: channels[daphne]
664
657
django-v3.2.25: channels[daphne]
665
658
django-v4.2.20: channels[daphne]
666
- django-v5.0.9 : channels[daphne]
659
+ django-v5.0.14 : channels[daphne]
667
660
django-v5.2: channels[daphne]
668
661
669
662
flask-v1.1.4: flask ==1.1.4
@@ -707,7 +700,7 @@ deps =
707
700
708
701
# ~~~ Web 2 ~~~
709
702
bottle-v0.12.25: bottle ==0.12.25
710
- bottle-v0.13.2 : bottle ==0.13.2
703
+ bottle-v0.13.3 : bottle ==0.13.3
711
704
bottle: werkzeug<2.1.0
712
705
713
706
falcon-v1.4.1: falcon ==1.4.1
@@ -756,14 +749,14 @@ deps =
756
749
# ~~~ Misc ~~~
757
750
loguru-v0.7.3: loguru ==0.7.3
758
751
759
- trytond-v4.6.9 : trytond ==4.6.9
752
+ trytond-v4.6.22 : trytond ==4.6.22
760
753
trytond-v4.8.18: trytond ==4.8.18
761
754
trytond-v5.8.16: trytond ==5.8.16
762
755
trytond-v6.8.17: trytond ==6.8.17
763
- trytond-v7.0.9 : trytond ==7.0.9
756
+ trytond-v7.0.29 : trytond ==7.0.29
764
757
trytond-v7.4.9: trytond ==7.4.9
765
758
trytond: werkzeug
766
- trytond-v4.6.9 : werkzeug<1.0
759
+ trytond-v4.6.22 : werkzeug<1.0
767
760
trytond-v4.8.18: werkzeug<1.0
768
761
769
762
typer-v0.15.2: typer ==0.15.2
0 commit comments