Skip to content

Commit 987824e

Browse files
authored
tests: Tox update (#4555)
1 parent 4f6613e commit 987824e

File tree

1 file changed

+31
-27
lines changed

1 file changed

+31
-27
lines changed

tox.ini

Lines changed: 31 additions & 27 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-24T12:35:34.437673+00:00
13+
# Last generated: 2025-07-08T06:07:54.743036+00:00
1414

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

137137
# ~~~ AI ~~~
138138
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139-
{py3.8,py3.11,py3.12}-anthropic-v0.29.2
140-
{py3.8,py3.11,py3.12}-anthropic-v0.42.0
141-
{py3.8,py3.11,py3.12}-anthropic-v0.55.0
139+
{py3.8,py3.11,py3.12}-anthropic-v0.30.1
140+
{py3.8,py3.11,py3.12}-anthropic-v0.44.0
141+
{py3.8,py3.11,py3.12}-anthropic-v0.57.1
142142

143143
{py3.9,py3.10,py3.11}-cohere-v5.4.0
144144
{py3.9,py3.11,py3.12}-cohere-v5.8.1
145145
{py3.9,py3.11,py3.12}-cohere-v5.11.4
146146
{py3.9,py3.11,py3.12}-cohere-v5.15.0
147147

148148
{py3.9,py3.11,py3.12}-openai_agents-v0.0.19
149+
{py3.9,py3.12,py3.13}-openai_agents-v0.1.0
149150

150151
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
151152
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
152153
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
153-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.0
154+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.33.2
154155

155156

156157
# ~~~ DBs ~~~
@@ -186,7 +187,8 @@ envlist =
186187

187188
{py3.8,py3.12,py3.13}-unleash-v6.0.1
188189
{py3.8,py3.12,py3.13}-unleash-v6.1.0
189-
{py3.8,py3.12,py3.13}-unleash-v6.2.1
190+
{py3.8,py3.12,py3.13}-unleash-v6.2.2
191+
{py3.8,py3.12,py3.13}-unleash-v6.3.0
190192

191193

192194
# ~~~ GraphQL ~~~
@@ -205,14 +207,14 @@ envlist =
205207
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
206208
{py3.8,py3.11,py3.12}-strawberry-v0.231.1
207209
{py3.8,py3.12,py3.13}-strawberry-v0.253.1
208-
{py3.9,py3.12,py3.13}-strawberry-v0.275.2
210+
{py3.9,py3.12,py3.13}-strawberry-v0.275.5
209211

210212

211213
# ~~~ Network ~~~
212214
{py3.7,py3.8}-grpc-v1.32.0
213215
{py3.7,py3.9,py3.10}-grpc-v1.46.5
214216
{py3.7,py3.11,py3.12}-grpc-v1.60.2
215-
{py3.9,py3.12,py3.13}-grpc-v1.73.0
217+
{py3.9,py3.12,py3.13}-grpc-v1.73.1
216218

217219

218220
# ~~~ Tasks ~~~
@@ -241,7 +243,7 @@ envlist =
241243
{py3.6,py3.9,py3.10}-django-v3.2.25
242244
{py3.8,py3.11,py3.12}-django-v4.2.23
243245
{py3.10,py3.11,py3.12}-django-v5.0.14
244-
{py3.10,py3.12,py3.13}-django-v5.2.3
246+
{py3.10,py3.12,py3.13}-django-v5.2.4
245247

246248
{py3.6,py3.7,py3.8}-flask-v1.1.4
247249
{py3.8,py3.12,py3.13}-flask-v2.3.3
@@ -256,7 +258,7 @@ envlist =
256258
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
257259
{py3.7,py3.10,py3.11}-fastapi-v0.91.0
258260
{py3.7,py3.10,py3.11}-fastapi-v0.103.2
259-
{py3.8,py3.12,py3.13}-fastapi-v0.115.13
261+
{py3.8,py3.12,py3.13}-fastapi-v0.116.0
260262

261263

262264
# ~~~ Web 2 ~~~
@@ -300,8 +302,8 @@ envlist =
300302
{py3.6}-trytond-v4.8.18
301303
{py3.6,py3.7,py3.8}-trytond-v5.8.16
302304
{py3.8,py3.10,py3.11}-trytond-v6.8.17
303-
{py3.8,py3.11,py3.12}-trytond-v7.0.32
304-
{py3.9,py3.12,py3.13}-trytond-v7.6.2
305+
{py3.8,py3.11,py3.12}-trytond-v7.0.33
306+
{py3.9,py3.12,py3.13}-trytond-v7.6.3
305307

306308
{py3.7,py3.12,py3.13}-typer-v0.15.4
307309
{py3.7,py3.12,py3.13}-typer-v0.16.0
@@ -505,26 +507,27 @@ deps =
505507

506508
# ~~~ AI ~~~
507509
anthropic-v0.16.0: anthropic==0.16.0
508-
anthropic-v0.29.2: anthropic==0.29.2
509-
anthropic-v0.42.0: anthropic==0.42.0
510-
anthropic-v0.55.0: anthropic==0.55.0
510+
anthropic-v0.30.1: anthropic==0.30.1
511+
anthropic-v0.44.0: anthropic==0.44.0
512+
anthropic-v0.57.1: anthropic==0.57.1
511513
anthropic: pytest-asyncio
512514
anthropic-v0.16.0: httpx<0.28.0
513-
anthropic-v0.29.2: httpx<0.28.0
514-
anthropic-v0.42.0: httpx<0.28.0
515+
anthropic-v0.30.1: httpx<0.28.0
516+
anthropic-v0.44.0: httpx<0.28.0
515517

516518
cohere-v5.4.0: cohere==5.4.0
517519
cohere-v5.8.1: cohere==5.8.1
518520
cohere-v5.11.4: cohere==5.11.4
519521
cohere-v5.15.0: cohere==5.15.0
520522

521523
openai_agents-v0.0.19: openai-agents==0.0.19
524+
openai_agents-v0.1.0: openai-agents==0.1.0
522525
openai_agents: pytest-asyncio
523526

524527
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
525528
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
526529
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
527-
huggingface_hub-v0.33.0: huggingface_hub==0.33.0
530+
huggingface_hub-v0.33.2: huggingface_hub==0.33.2
528531

529532

530533
# ~~~ DBs ~~~
@@ -562,7 +565,8 @@ deps =
562565

563566
unleash-v6.0.1: UnleashClient==6.0.1
564567
unleash-v6.1.0: UnleashClient==6.1.0
565-
unleash-v6.2.1: UnleashClient==6.2.1
568+
unleash-v6.2.2: UnleashClient==6.2.2
569+
unleash-v6.3.0: UnleashClient==6.3.0
566570

567571

568572
# ~~~ GraphQL ~~~
@@ -589,7 +593,7 @@ deps =
589593
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
590594
strawberry-v0.231.1: strawberry-graphql[fastapi,flask]==0.231.1
591595
strawberry-v0.253.1: strawberry-graphql[fastapi,flask]==0.253.1
592-
strawberry-v0.275.2: strawberry-graphql[fastapi,flask]==0.275.2
596+
strawberry-v0.275.5: strawberry-graphql[fastapi,flask]==0.275.5
593597
strawberry: httpx
594598
strawberry-v0.209.8: pydantic<2.11
595599
strawberry-v0.231.1: pydantic<2.11
@@ -600,7 +604,7 @@ deps =
600604
grpc-v1.32.0: grpcio==1.32.0
601605
grpc-v1.46.5: grpcio==1.46.5
602606
grpc-v1.60.2: grpcio==1.60.2
603-
grpc-v1.73.0: grpcio==1.73.0
607+
grpc-v1.73.1: grpcio==1.73.1
604608
grpc: protobuf
605609
grpc: mypy-protobuf
606610
grpc: types-protobuf
@@ -636,7 +640,7 @@ deps =
636640
django-v3.2.25: django==3.2.25
637641
django-v4.2.23: django==4.2.23
638642
django-v5.0.14: django==5.0.14
639-
django-v5.2.3: django==5.2.3
643+
django-v5.2.4: django==5.2.4
640644
django: psycopg2-binary
641645
django: djangorestframework
642646
django: pytest-django
@@ -645,12 +649,12 @@ deps =
645649
django-v3.2.25: channels[daphne]
646650
django-v4.2.23: channels[daphne]
647651
django-v5.0.14: channels[daphne]
648-
django-v5.2.3: channels[daphne]
652+
django-v5.2.4: channels[daphne]
649653
django-v2.2.28: six
650654
django-v3.2.25: pytest-asyncio
651655
django-v4.2.23: pytest-asyncio
652656
django-v5.0.14: pytest-asyncio
653-
django-v5.2.3: pytest-asyncio
657+
django-v5.2.4: pytest-asyncio
654658
django-v1.11.29: djangorestframework>=3.0,<4.0
655659
django-v1.11.29: Werkzeug<2.1.0
656660
django-v2.2.28: djangorestframework>=3.0,<4.0
@@ -687,7 +691,7 @@ deps =
687691
fastapi-v0.79.1: fastapi==0.79.1
688692
fastapi-v0.91.0: fastapi==0.91.0
689693
fastapi-v0.103.2: fastapi==0.103.2
690-
fastapi-v0.115.13: fastapi==0.115.13
694+
fastapi-v0.116.0: fastapi==0.116.0
691695
fastapi: httpx
692696
fastapi: pytest-asyncio
693697
fastapi: python-multipart
@@ -761,8 +765,8 @@ deps =
761765
trytond-v4.8.18: trytond==4.8.18
762766
trytond-v5.8.16: trytond==5.8.16
763767
trytond-v6.8.17: trytond==6.8.17
764-
trytond-v7.0.32: trytond==7.0.32
765-
trytond-v7.6.2: trytond==7.6.2
768+
trytond-v7.0.33: trytond==7.0.33
769+
trytond-v7.6.3: trytond==7.6.3
766770
trytond: werkzeug
767771
trytond-v4.6.22: werkzeug<1.0
768772
trytond-v4.8.18: werkzeug<1.0

0 commit comments

Comments
 (0)