Skip to content

Commit 9e21d88

Browse files
committed
Generate tox again and remove 3.6 stuff
1 parent 68b5116 commit 9e21d88

File tree

1 file changed

+50
-56
lines changed

1 file changed

+50
-56
lines changed

tox.ini

Lines changed: 50 additions & 56 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-06-04T11:51:35.459320+00:00
13+
# Last generated: 2025-06-17T14:52:38.697104+00:00
1414

1515
[tox]
1616
requires =
@@ -127,24 +127,24 @@ envlist =
127127
{py3.7,py3.8,py3.9}-common-v1.4.1
128128
{py3.7,py3.8,py3.9,py3.10,py3.11}-common-v1.14.0
129129
{py3.8,py3.9,py3.10,py3.11}-common-v1.24.0
130-
{py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.33.1
130+
{py3.9,py3.10,py3.11,py3.12,py3.13}-common-v1.34.1
131131

132132

133133
# ~~~ AI ~~~
134134
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
135-
{py3.8,py3.11,py3.12}-anthropic-v0.28.1
136-
{py3.8,py3.11,py3.12}-anthropic-v0.40.0
137-
{py3.8,py3.11,py3.12}-anthropic-v0.52.2
135+
{py3.8,py3.11,py3.12}-anthropic-v0.29.2
136+
{py3.8,py3.11,py3.12}-anthropic-v0.42.0
137+
{py3.8,py3.11,py3.12}-anthropic-v0.54.0
138138

139139
{py3.9,py3.10,py3.11}-cohere-v5.4.0
140140
{py3.9,py3.11,py3.12}-cohere-v5.8.1
141141
{py3.9,py3.11,py3.12}-cohere-v5.11.4
142142
{py3.9,py3.11,py3.12}-cohere-v5.15.0
143143

144144
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
145-
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
146-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
147-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.32.4
145+
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
146+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
147+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.0
148148

149149

150150
# ~~~ DBs ~~~
@@ -153,7 +153,7 @@ envlist =
153153
{py3.7}-pymongo-v3.7.2
154154
{py3.7,py3.10,py3.11}-pymongo-v3.13.0
155155
{py3.7,py3.9,py3.10}-pymongo-v4.0.2
156-
{py3.9,py3.12,py3.13}-pymongo-v4.13.0
156+
{py3.9,py3.12,py3.13}-pymongo-v4.13.2
157157

158158
{py3.7}-redis_py_cluster_legacy-v2.0.0
159159
{py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
@@ -175,7 +175,7 @@ envlist =
175175
{py3.7,py3.12,py3.13}-statsig-v0.55.3
176176
{py3.7,py3.12,py3.13}-statsig-v0.56.0
177177
{py3.7,py3.12,py3.13}-statsig-v0.57.3
178-
{py3.7,py3.12,py3.13}-statsig-v0.58.0
178+
{py3.7,py3.12,py3.13}-statsig-v0.58.2
179179

180180
{py3.8,py3.12,py3.13}-unleash-v6.0.1
181181
{py3.8,py3.12,py3.13}-unleash-v6.1.0
@@ -196,17 +196,16 @@ envlist =
196196
{py3.8,py3.12,py3.13}-graphene-v3.4.3
197197

198198
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
199-
{py3.8,py3.11,py3.12}-strawberry-v0.229.2
200-
{py3.8,py3.12,py3.13}-strawberry-v0.249.0
201-
{py3.9,py3.12,py3.13}-strawberry-v0.270.5
199+
{py3.8,py3.11,py3.12}-strawberry-v0.231.1
200+
{py3.8,py3.12,py3.13}-strawberry-v0.253.1
201+
{py3.9,py3.12,py3.13}-strawberry-v0.274.0
202202

203203

204204
# ~~~ Network ~~~
205205
{py3.7,py3.8}-grpc-v1.32.0
206206
{py3.7,py3.9,py3.10}-grpc-v1.46.5
207207
{py3.7,py3.11,py3.12}-grpc-v1.60.2
208-
{py3.9,py3.12,py3.13}-grpc-v1.72.1
209-
{py3.9,py3.12,py3.13}-grpc-v1.73.0rc1
208+
{py3.9,py3.12,py3.13}-grpc-v1.73.0
210209

211210

212211
# ~~~ Tasks ~~~
@@ -233,9 +232,9 @@ envlist =
233232
{py3.7}-django-v2.0.13
234233
{py3.7,py3.8,py3.9}-django-v2.2.28
235234
{py3.7,py3.9,py3.10}-django-v3.2.25
236-
{py3.8,py3.11,py3.12}-django-v4.2.21
235+
{py3.8,py3.11,py3.12}-django-v4.2.23
237236
{py3.10,py3.11,py3.12}-django-v5.0.14
238-
{py3.10,py3.12,py3.13}-django-v5.2.1
237+
{py3.10,py3.12,py3.13}-django-v5.2.3
239238

240239
{py3.7,py3.8}-flask-v1.1.4
241240
{py3.8,py3.12,py3.13}-flask-v2.3.3
@@ -250,17 +249,17 @@ envlist =
250249
{py3.7,py3.9,py3.10}-fastapi-v0.79.1
251250
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
252251
{py3.7,py3.10,py3.11}-fastapi-v0.103.2
253-
{py3.8,py3.12,py3.13}-fastapi-v0.115.12
252+
{py3.8,py3.12,py3.13}-fastapi-v0.115.13
254253

255254

256255
# ~~~ Web 2 ~~~
257256
{py3.7}-aiohttp-v3.4.4
258257
{py3.7,py3.8,py3.9}-aiohttp-v3.7.4
259258
{py3.8,py3.12,py3.13}-aiohttp-v3.10.11
260-
{py3.9,py3.12,py3.13}-aiohttp-v3.12.8
259+
{py3.9,py3.12,py3.13}-aiohttp-v3.12.13
261260

262261
{py3.7}-bottle-v0.12.25
263-
{py3.8,py3.12,py3.13}-bottle-v0.13.3
262+
{py3.8,py3.12,py3.13}-bottle-v0.13.4
264263

265264
{py3.7,py3.8,py3.9}-falcon-v3.0.1
266265
{py3.7,py3.11,py3.12}-falcon-v3.1.3
@@ -291,8 +290,8 @@ envlist =
291290
{py3.7}-trytond-v5.0.63
292291
{py3.7,py3.8}-trytond-v5.8.16
293292
{py3.8,py3.10,py3.11}-trytond-v6.8.17
294-
{py3.8,py3.11,py3.12}-trytond-v7.0.31
295-
{py3.9,py3.12,py3.13}-trytond-v7.6.1
293+
{py3.8,py3.11,py3.12}-trytond-v7.0.32
294+
{py3.9,py3.12,py3.13}-trytond-v7.6.2
296295

297296
{py3.7,py3.12,py3.13}-typer-v0.15.4
298297
{py3.7,py3.12,py3.13}-typer-v0.16.0
@@ -477,7 +476,7 @@ deps =
477476
common-v1.4.1: opentelemetry-sdk==1.4.1
478477
common-v1.14.0: opentelemetry-sdk==1.14.0
479478
common-v1.24.0: opentelemetry-sdk==1.24.0
480-
common-v1.33.1: opentelemetry-sdk==1.33.1
479+
common-v1.34.1: opentelemetry-sdk==1.34.1
481480
common: pytest
482481
common: pytest-asyncio
483482
py3.7-common: pytest<7.0.0
@@ -486,23 +485,23 @@ deps =
486485

487486
# ~~~ AI ~~~
488487
anthropic-v0.16.0: anthropic==0.16.0
489-
anthropic-v0.28.1: anthropic==0.28.1
490-
anthropic-v0.40.0: anthropic==0.40.0
491-
anthropic-v0.52.2: anthropic==0.52.2
488+
anthropic-v0.29.2: anthropic==0.29.2
489+
anthropic-v0.42.0: anthropic==0.42.0
490+
anthropic-v0.54.0: anthropic==0.54.0
492491
anthropic: pytest-asyncio
493492
anthropic-v0.16.0: httpx<0.28.0
494-
anthropic-v0.28.1: httpx<0.28.0
495-
anthropic-v0.40.0: httpx<0.28.0
493+
anthropic-v0.29.2: httpx<0.28.0
494+
anthropic-v0.42.0: httpx<0.28.0
496495

497496
cohere-v5.4.0: cohere==5.4.0
498497
cohere-v5.8.1: cohere==5.8.1
499498
cohere-v5.11.4: cohere==5.11.4
500499
cohere-v5.15.0: cohere==5.15.0
501500

502501
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
503-
huggingface_hub-v0.25.2: huggingface_hub==0.25.2
504-
huggingface_hub-v0.28.1: huggingface_hub==0.28.1
505-
huggingface_hub-v0.32.4: huggingface_hub==0.32.4
502+
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
503+
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
504+
huggingface_hub-v0.33.0: huggingface_hub==0.33.0
506505

507506

508507
# ~~~ DBs ~~~
@@ -511,7 +510,7 @@ deps =
511510
pymongo-v3.7.2: pymongo==3.7.2
512511
pymongo-v3.13.0: pymongo==3.13.0
513512
pymongo-v4.0.2: pymongo==4.0.2
514-
pymongo-v4.13.0: pymongo==4.13.0
513+
pymongo-v4.13.2: pymongo==4.13.2
515514
pymongo: mockupdb
516515

517516
redis_py_cluster_legacy-v2.0.0: redis-py-cluster==2.0.0
@@ -534,7 +533,7 @@ deps =
534533
statsig-v0.55.3: statsig==0.55.3
535534
statsig-v0.56.0: statsig==0.56.0
536535
statsig-v0.57.3: statsig==0.57.3
537-
statsig-v0.58.0: statsig==0.58.0
536+
statsig-v0.58.2: statsig==0.58.2
538537
statsig: typing_extensions
539538

540539
unleash-v6.0.1: UnleashClient==6.0.1
@@ -561,24 +560,22 @@ deps =
561560
graphene: fastapi
562561
graphene: flask
563562
graphene: httpx
564-
py3.6-graphene: aiocontextvars
565563

566564
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
567-
strawberry-v0.229.2: strawberry-graphql[fastapi,flask]==0.229.2
568-
strawberry-v0.249.0: strawberry-graphql[fastapi,flask]==0.249.0
569-
strawberry-v0.270.5: strawberry-graphql[fastapi,flask]==0.270.5
565+
strawberry-v0.231.1: strawberry-graphql[fastapi,flask]==0.231.1
566+
strawberry-v0.253.1: strawberry-graphql[fastapi,flask]==0.253.1
567+
strawberry-v0.274.0: strawberry-graphql[fastapi,flask]==0.274.0
570568
strawberry: httpx
571569
strawberry-v0.209.8: pydantic<2.11
572-
strawberry-v0.229.2: pydantic<2.11
573-
strawberry-v0.249.0: pydantic<2.11
570+
strawberry-v0.231.1: pydantic<2.11
571+
strawberry-v0.253.1: pydantic<2.11
574572

575573

576574
# ~~~ Network ~~~
577575
grpc-v1.32.0: grpcio==1.32.0
578576
grpc-v1.46.5: grpcio==1.46.5
579577
grpc-v1.60.2: grpcio==1.60.2
580-
grpc-v1.72.1: grpcio==1.72.1
581-
grpc-v1.73.0rc1: grpcio==1.73.0rc1
578+
grpc-v1.73.0: grpcio==1.73.0
582579
grpc: protobuf
583580
grpc: mypy-protobuf
584581
grpc: types-protobuf
@@ -611,9 +608,9 @@ deps =
611608
django-v2.0.13: django==2.0.13
612609
django-v2.2.28: django==2.2.28
613610
django-v3.2.25: django==3.2.25
614-
django-v4.2.21: django==4.2.21
611+
django-v4.2.23: django==4.2.23
615612
django-v5.0.14: django==5.0.14
616-
django-v5.2.1: django==5.2.1
613+
django-v5.2.3: django==5.2.3
617614
django: channels[daphne]
618615
django: psycopg2-binary
619616
django: djangorestframework
@@ -622,14 +619,14 @@ deps =
622619
django-v2.0.13: channels[daphne]
623620
django-v2.2.28: channels[daphne]
624621
django-v3.2.25: channels[daphne]
625-
django-v4.2.21: channels[daphne]
622+
django-v4.2.23: channels[daphne]
626623
django-v5.0.14: channels[daphne]
627-
django-v5.2.1: channels[daphne]
624+
django-v5.2.3: channels[daphne]
628625
django-v2.2.28: six
629626
django-v3.2.25: pytest-asyncio
630-
django-v4.2.21: pytest-asyncio
627+
django-v4.2.23: pytest-asyncio
631628
django-v5.0.14: pytest-asyncio
632-
django-v5.2.1: pytest-asyncio
629+
django-v5.2.3: pytest-asyncio
633630
django-v2.0.13: djangorestframework>=3.0,<4.0
634631
django-v2.0.13: Werkzeug<2.1.0
635632
django-v2.2.28: djangorestframework>=3.0,<4.0
@@ -661,12 +658,11 @@ deps =
661658
starlette-v0.16.0: httpx<0.28.0
662659
starlette-v0.26.1: httpx<0.28.0
663660
starlette-v0.36.3: httpx<0.28.0
664-
py3.6-starlette: aiocontextvars
665661

666662
fastapi-v0.79.1: fastapi==0.79.1
667663
fastapi-v0.91.0: fastapi==0.91.0
668664
fastapi-v0.103.2: fastapi==0.103.2
669-
fastapi-v0.115.12: fastapi==0.115.12
665+
fastapi-v0.115.13: fastapi==0.115.13
670666
fastapi: httpx
671667
fastapi: pytest-asyncio
672668
fastapi: python-multipart
@@ -675,20 +671,19 @@ deps =
675671
fastapi-v0.79.1: httpx<0.28.0
676672
fastapi-v0.91.0: httpx<0.28.0
677673
fastapi-v0.103.2: httpx<0.28.0
678-
py3.6-fastapi: aiocontextvars
679674

680675

681676
# ~~~ Web 2 ~~~
682677
aiohttp-v3.4.4: aiohttp==3.4.4
683678
aiohttp-v3.7.4: aiohttp==3.7.4
684679
aiohttp-v3.10.11: aiohttp==3.10.11
685-
aiohttp-v3.12.8: aiohttp==3.12.8
680+
aiohttp-v3.12.13: aiohttp==3.12.13
686681
aiohttp: pytest-aiohttp
687682
aiohttp-v3.10.11: pytest-asyncio
688-
aiohttp-v3.12.8: pytest-asyncio
683+
aiohttp-v3.12.13: pytest-asyncio
689684

690685
bottle-v0.12.25: bottle==0.12.25
691-
bottle-v0.13.3: bottle==0.13.3
686+
bottle-v0.13.4: bottle==0.13.4
692687
bottle: werkzeug<2.1.0
693688

694689
falcon-v3.0.1: falcon==3.0.1
@@ -728,7 +723,6 @@ deps =
728723
tornado: pytest
729724
tornado-v6.0.4: pytest<8.2
730725
tornado-v6.2: pytest<8.2
731-
py3.6-tornado: aiocontextvars
732726

733727

734728
# ~~~ Misc ~~~
@@ -737,8 +731,8 @@ deps =
737731
trytond-v5.0.63: trytond==5.0.63
738732
trytond-v5.8.16: trytond==5.8.16
739733
trytond-v6.8.17: trytond==6.8.17
740-
trytond-v7.0.31: trytond==7.0.31
741-
trytond-v7.6.1: trytond==7.6.1
734+
trytond-v7.0.32: trytond==7.0.32
735+
trytond-v7.6.2: trytond==7.6.2
742736
trytond: werkzeug
743737
trytond-v5.0.63: werkzeug<1.0
744738

0 commit comments

Comments
 (0)