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-29T08:35:44.624881 +00:00
13
+ # Last generated: 2025-05-07T07:49:17.257976 +00:00
14
14
15
15
[tox]
16
16
requires =
@@ -146,6 +146,7 @@ envlist =
146
146
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
147
147
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
148
148
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
149
+ {py3.8,py3.12,py3.13}-huggingface_hub-v0.31.0rc0
149
150
150
151
151
152
# ~~~ DBs ~~~
@@ -154,7 +155,7 @@ envlist =
154
155
{py3.7}-pymongo-v3.7.2
155
156
{py3.7,py3.10,py3.11}-pymongo-v3.13.0
156
157
{py3.7,py3.9,py3.10}-pymongo-v4.0.2
157
- {py3.9,py3.12,py3.13}-pymongo-v4.12.0
158
+ {py3.9,py3.12,py3.13}-pymongo-v4.12.1
158
159
159
160
{py3.7}-redis_py_cluster_legacy-v2.0.0
160
161
{py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
@@ -198,7 +199,7 @@ envlist =
198
199
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
199
200
{py3.8,py3.11,py3.12}-strawberry-v0.228.0
200
201
{py3.8,py3.12,py3.13}-strawberry-v0.247.2
201
- {py3.9,py3.12,py3.13}-strawberry-v0.266.0
202
+ {py3.9,py3.12,py3.13}-strawberry-v0.266.1
202
203
203
204
204
205
# ~~~ Network ~~~
@@ -270,7 +271,7 @@ envlist =
270
271
{py3.8,py3.10,py3.11}-litestar-v2.0.1
271
272
{py3.8,py3.11,py3.12}-litestar-v2.5.5
272
273
{py3.8,py3.11,py3.12}-litestar-v2.10.0
273
- {py3.8,py3.12,py3.13}-litestar-v2.15.2
274
+ {py3.8,py3.12,py3.13}-litestar-v2.16.0
274
275
275
276
{py3.7,py3.8,py3.9}-pyramid-v1.10.8
276
277
{py3.7,py3.10,py3.11}-pyramid-v2.0.2
@@ -284,6 +285,7 @@ envlist =
284
285
{py3.7,py3.8,py3.9}-tornado-v6.1
285
286
{py3.7,py3.9,py3.10}-tornado-v6.2
286
287
{py3.8,py3.10,py3.11}-tornado-v6.4.2
288
+ {py3.9,py3.12,py3.13}-tornado-v6.5b1
287
289
288
290
289
291
# ~~~ Misc ~~~
@@ -292,7 +294,7 @@ envlist =
292
294
{py3.7}-trytond-v5.0.63
293
295
{py3.7,py3.8}-trytond-v5.8.16
294
296
{py3.8,py3.10,py3.11}-trytond-v6.8.17
295
- {py3.8,py3.11,py3.12}-trytond-v7.0.30
297
+ {py3.8,py3.11,py3.12}-trytond-v7.0.31
296
298
{py3.9,py3.12,py3.13}-trytond-v7.6.0
297
299
298
300
{py3.7,py3.12,py3.13}-typer-v0.15.3
@@ -503,6 +505,7 @@ deps =
503
505
huggingface_hub-v0.25.2: huggingface_hub ==0.25.2
504
506
huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
505
507
huggingface_hub-v0.30.2: huggingface_hub ==0.30.2
508
+ huggingface_hub-v0.31.0rc0: huggingface_hub ==0.31.0rc0
506
509
507
510
508
511
# ~~~ DBs ~~~
@@ -511,7 +514,7 @@ deps =
511
514
pymongo-v3.7.2: pymongo ==3.7.2
512
515
pymongo-v3.13.0: pymongo ==3.13.0
513
516
pymongo-v4.0.2: pymongo ==4.0.2
514
- pymongo-v4.12.0 : pymongo ==4.12.0
517
+ pymongo-v4.12.1 : pymongo ==4.12.1
515
518
pymongo: mockupdb
516
519
517
520
redis_py_cluster_legacy-v2.0.0: redis-py-cluster ==2.0.0
@@ -565,7 +568,7 @@ deps =
565
568
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
566
569
strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0
567
570
strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2
568
- strawberry-v0.266.0 : strawberry-graphql[fastapi,flask]==0.266.0
571
+ strawberry-v0.266.1 : strawberry-graphql[fastapi,flask]==0.266.1
569
572
strawberry: httpx
570
573
strawberry-v0.209.8: pydantic<2.11
571
574
strawberry-v0.228.0: pydantic<2.11
@@ -692,7 +695,7 @@ deps =
692
695
litestar-v2.0.1: litestar ==2.0.1
693
696
litestar-v2.5.5: litestar ==2.5.5
694
697
litestar-v2.10.0: litestar ==2.10.0
695
- litestar-v2.15.2 : litestar ==2.15.2
698
+ litestar-v2.16.0 : litestar ==2.16.0
696
699
litestar: pytest-asyncio
697
700
litestar: python-multipart
698
701
litestar: requests
@@ -719,6 +722,7 @@ deps =
719
722
tornado-v6.1: tornado ==6.1
720
723
tornado-v6.2: tornado ==6.2
721
724
tornado-v6.4.2: tornado ==6.4.2
725
+ tornado-v6.5b1: tornado ==6.5b1
722
726
tornado: pytest
723
727
tornado-v6.0.4: pytest<8.2
724
728
tornado-v6.1: pytest<8.2
@@ -732,7 +736,7 @@ deps =
732
736
trytond-v5.0.63: trytond ==5.0.63
733
737
trytond-v5.8.16: trytond ==5.8.16
734
738
trytond-v6.8.17: trytond ==6.8.17
735
- trytond-v7.0.30 : trytond ==7.0.30
739
+ trytond-v7.0.31 : trytond ==7.0.31
736
740
trytond-v7.6.0: trytond ==7.6.0
737
741
trytond: werkzeug
738
742
trytond-v5.0.63: werkzeug<1.0
0 commit comments