Skip to content

Commit ac7646b

Browse files
authored
tests: Regenerate toxgen (#4403)
Regular tox update
1 parent b2d4400 commit ac7646b

File tree

1 file changed

+39
-42
lines changed

1 file changed

+39
-42
lines changed

tox.ini

Lines changed: 39 additions & 42 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-05-06T10:23:50.156629+00:00
13+
# Last generated: 2025-05-20T07:21:06.821358+00:00
1414

1515
[tox]
1616
requires =
@@ -136,9 +136,9 @@ envlist =
136136

137137
# ~~~ AI ~~~
138138
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139-
{py3.8,py3.11,py3.12}-anthropic-v0.27.0
140-
{py3.8,py3.11,py3.12}-anthropic-v0.38.0
141-
{py3.8,py3.11,py3.12}-anthropic-v0.50.0
139+
{py3.8,py3.11,py3.12}-anthropic-v0.28.1
140+
{py3.8,py3.11,py3.12}-anthropic-v0.40.0
141+
{py3.8,py3.11,py3.12}-anthropic-v0.51.0
142142

143143
{py3.9,py3.10,py3.11}-cohere-v5.4.0
144144
{py3.9,py3.11,py3.12}-cohere-v5.8.1
@@ -148,7 +148,7 @@ envlist =
148148
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
149149
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
150150
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
151-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
151+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.31.4
152152

153153

154154
# ~~~ DBs ~~~
@@ -157,15 +157,15 @@ 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.1
160+
{py3.9,py3.12,py3.13}-pymongo-v4.13.0
161161

162162
{py3.6}-redis_py_cluster_legacy-v1.3.6
163163
{py3.6,py3.7}-redis_py_cluster_legacy-v2.0.0
164164
{py3.6,py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
165165

166166
{py3.6,py3.8,py3.9}-sqlalchemy-v1.3.24
167167
{py3.6,py3.11,py3.12}-sqlalchemy-v1.4.54
168-
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.40
168+
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.41
169169

170170

171171
# ~~~ Flags ~~~
@@ -200,9 +200,9 @@ envlist =
200200
{py3.8,py3.12,py3.13}-graphene-v3.4.3
201201

202202
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
203-
{py3.8,py3.11,py3.12}-strawberry-v0.228.0
204-
{py3.8,py3.12,py3.13}-strawberry-v0.247.2
205-
{py3.9,py3.12,py3.13}-strawberry-v0.266.0
203+
{py3.8,py3.11,py3.12}-strawberry-v0.229.2
204+
{py3.8,py3.12,py3.13}-strawberry-v0.249.0
205+
{py3.9,py3.12,py3.13}-strawberry-v0.269.0
206206

207207

208208
# ~~~ Network ~~~
@@ -238,14 +238,14 @@ envlist =
238238
{py3.6,py3.7}-django-v1.11.29
239239
{py3.6,py3.8,py3.9}-django-v2.2.28
240240
{py3.6,py3.9,py3.10}-django-v3.2.25
241-
{py3.8,py3.11,py3.12}-django-v4.2.20
241+
{py3.8,py3.11,py3.12}-django-v4.2.21
242242
{py3.10,py3.11,py3.12}-django-v5.0.14
243-
{py3.10,py3.12,py3.13}-django-v5.2
243+
{py3.10,py3.12,py3.13}-django-v5.2.1
244244

245245
{py3.6,py3.7,py3.8}-flask-v1.1.4
246246
{py3.8,py3.12,py3.13}-flask-v2.3.3
247247
{py3.8,py3.12,py3.13}-flask-v3.0.3
248-
{py3.9,py3.12,py3.13}-flask-v3.1.0
248+
{py3.9,py3.12,py3.13}-flask-v3.1.1
249249

250250
{py3.6,py3.9,py3.10}-starlette-v0.16.0
251251
{py3.7,py3.10,py3.11}-starlette-v0.26.1
@@ -287,10 +287,9 @@ envlist =
287287
{py3.8,py3.10,py3.11}-starlite-v1.51.16
288288

289289
{py3.6,py3.7,py3.8}-tornado-v6.0.4
290-
{py3.6,py3.8,py3.9}-tornado-v6.1
291290
{py3.7,py3.9,py3.10}-tornado-v6.2
292291
{py3.8,py3.10,py3.11}-tornado-v6.4.2
293-
{py3.9,py3.12,py3.13}-tornado-v6.5b1
292+
{py3.9,py3.12,py3.13}-tornado-v6.5
294293

295294

296295
# ~~~ Misc ~~~
@@ -301,9 +300,9 @@ envlist =
301300
{py3.6,py3.7,py3.8}-trytond-v5.8.16
302301
{py3.8,py3.10,py3.11}-trytond-v6.8.17
303302
{py3.8,py3.11,py3.12}-trytond-v7.0.31
304-
{py3.9,py3.12,py3.13}-trytond-v7.6.0
303+
{py3.9,py3.12,py3.13}-trytond-v7.6.1
305304

306-
{py3.7,py3.12,py3.13}-typer-v0.15.3
305+
{py3.7,py3.12,py3.13}-typer-v0.15.4
307306

308307

309308

@@ -501,13 +500,13 @@ deps =
501500

502501
# ~~~ AI ~~~
503502
anthropic-v0.16.0: anthropic==0.16.0
504-
anthropic-v0.27.0: anthropic==0.27.0
505-
anthropic-v0.38.0: anthropic==0.38.0
506-
anthropic-v0.50.0: anthropic==0.50.0
503+
anthropic-v0.28.1: anthropic==0.28.1
504+
anthropic-v0.40.0: anthropic==0.40.0
505+
anthropic-v0.51.0: anthropic==0.51.0
507506
anthropic: pytest-asyncio
508507
anthropic-v0.16.0: httpx<0.28.0
509-
anthropic-v0.27.0: httpx<0.28.0
510-
anthropic-v0.38.0: httpx<0.28.0
508+
anthropic-v0.28.1: httpx<0.28.0
509+
anthropic-v0.40.0: httpx<0.28.0
511510

512511
cohere-v5.4.0: cohere==5.4.0
513512
cohere-v5.8.1: cohere==5.8.1
@@ -517,7 +516,7 @@ deps =
517516
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
518517
huggingface_hub-v0.25.2: huggingface_hub==0.25.2
519518
huggingface_hub-v0.28.1: huggingface_hub==0.28.1
520-
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
519+
huggingface_hub-v0.31.4: huggingface_hub==0.31.4
521520

522521

523522
# ~~~ DBs ~~~
@@ -526,7 +525,7 @@ deps =
526525
pymongo-v3.5.1: pymongo==3.5.1
527526
pymongo-v3.13.0: pymongo==3.13.0
528527
pymongo-v4.0.2: pymongo==4.0.2
529-
pymongo-v4.12.1: pymongo==4.12.1
528+
pymongo-v4.13.0: pymongo==4.13.0
530529
pymongo: mockupdb
531530

532531
redis_py_cluster_legacy-v1.3.6: redis-py-cluster==1.3.6
@@ -535,7 +534,7 @@ deps =
535534

536535
sqlalchemy-v1.3.24: sqlalchemy==1.3.24
537536
sqlalchemy-v1.4.54: sqlalchemy==1.4.54
538-
sqlalchemy-v2.0.40: sqlalchemy==2.0.40
537+
sqlalchemy-v2.0.41: sqlalchemy==2.0.41
539538

540539

541540
# ~~~ Flags ~~~
@@ -579,13 +578,13 @@ deps =
579578
py3.6-graphene: aiocontextvars
580579

581580
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
582-
strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0
583-
strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2
584-
strawberry-v0.266.0: strawberry-graphql[fastapi,flask]==0.266.0
581+
strawberry-v0.229.2: strawberry-graphql[fastapi,flask]==0.229.2
582+
strawberry-v0.249.0: strawberry-graphql[fastapi,flask]==0.249.0
583+
strawberry-v0.269.0: strawberry-graphql[fastapi,flask]==0.269.0
585584
strawberry: httpx
586585
strawberry-v0.209.8: pydantic<2.11
587-
strawberry-v0.228.0: pydantic<2.11
588-
strawberry-v0.247.2: pydantic<2.11
586+
strawberry-v0.229.2: pydantic<2.11
587+
strawberry-v0.249.0: pydantic<2.11
589588

590589

591590
# ~~~ Network ~~~
@@ -628,17 +627,17 @@ deps =
628627
django-v1.11.29: django==1.11.29
629628
django-v2.2.28: django==2.2.28
630629
django-v3.2.25: django==3.2.25
631-
django-v4.2.20: django==4.2.20
630+
django-v4.2.21: django==4.2.21
632631
django-v5.0.14: django==5.0.14
633-
django-v5.2: django==5.2
632+
django-v5.2.1: django==5.2.1
634633
django: psycopg2-binary
635634
django: djangorestframework
636635
django: pytest-django
637636
django: Werkzeug
638637
django-v3.2.25: pytest-asyncio
639-
django-v4.2.20: pytest-asyncio
638+
django-v4.2.21: pytest-asyncio
640639
django-v5.0.14: pytest-asyncio
641-
django-v5.2: pytest-asyncio
640+
django-v5.2.1: pytest-asyncio
642641
django-v2.2.28: six
643642
django-v1.11.29: djangorestframework>=3.0,<4.0
644643
django-v1.11.29: Werkzeug<2.1.0
@@ -650,14 +649,14 @@ deps =
650649
django-v2.2.28: pytest-django<4.0
651650
django-v2.2.28: channels[daphne]
652651
django-v3.2.25: channels[daphne]
653-
django-v4.2.20: channels[daphne]
652+
django-v4.2.21: channels[daphne]
654653
django-v5.0.14: channels[daphne]
655-
django-v5.2: channels[daphne]
654+
django-v5.2.1: channels[daphne]
656655

657656
flask-v1.1.4: flask==1.1.4
658657
flask-v2.3.3: flask==2.3.3
659658
flask-v3.0.3: flask==3.0.3
660-
flask-v3.1.0: flask==3.1.0
659+
flask-v3.1.1: flask==3.1.1
661660
flask: flask-login
662661
flask: werkzeug
663662
flask-v1.1.4: werkzeug<2.1.0
@@ -739,13 +738,11 @@ deps =
739738
starlite: httpx<0.28
740739

741740
tornado-v6.0.4: tornado==6.0.4
742-
tornado-v6.1: tornado==6.1
743741
tornado-v6.2: tornado==6.2
744742
tornado-v6.4.2: tornado==6.4.2
745-
tornado-v6.5b1: tornado==6.5b1
743+
tornado-v6.5: tornado==6.5
746744
tornado: pytest
747745
tornado-v6.0.4: pytest<8.2
748-
tornado-v6.1: pytest<8.2
749746
tornado-v6.2: pytest<8.2
750747
py3.6-tornado: aiocontextvars
751748

@@ -758,12 +755,12 @@ deps =
758755
trytond-v5.8.16: trytond==5.8.16
759756
trytond-v6.8.17: trytond==6.8.17
760757
trytond-v7.0.31: trytond==7.0.31
761-
trytond-v7.6.0: trytond==7.6.0
758+
trytond-v7.6.1: trytond==7.6.1
762759
trytond: werkzeug
763760
trytond-v4.6.22: werkzeug<1.0
764761
trytond-v4.8.18: werkzeug<1.0
765762

766-
typer-v0.15.3: typer==0.15.3
763+
typer-v0.15.4: typer==0.15.4
767764

768765

769766

0 commit comments

Comments
 (0)