Skip to content

tests: Regenerate toxgen #4381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# The file (and all resulting CI YAMLs) then need to be regenerated via
# "scripts/generate-test-files.sh".
#
# Last generated: 2025-05-06T10:23:50.156629+00:00
# Last generated: 2025-05-13T07:36:21.366189+00:00

[tox]
requires =
Expand Down Expand Up @@ -136,9 +136,9 @@ envlist =

# ~~~ AI ~~~
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
{py3.8,py3.11,py3.12}-anthropic-v0.27.0
{py3.8,py3.11,py3.12}-anthropic-v0.38.0
{py3.8,py3.11,py3.12}-anthropic-v0.50.0
{py3.8,py3.11,py3.12}-anthropic-v0.28.1
{py3.8,py3.11,py3.12}-anthropic-v0.40.0
{py3.8,py3.11,py3.12}-anthropic-v0.51.0

{py3.9,py3.10,py3.11}-cohere-v5.4.0
{py3.9,py3.11,py3.12}-cohere-v5.8.1
Expand All @@ -148,7 +148,7 @@ envlist =
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
{py3.8,py3.12,py3.13}-huggingface_hub-v0.31.1


# ~~~ DBs ~~~
Expand Down Expand Up @@ -200,9 +200,9 @@ envlist =
{py3.8,py3.12,py3.13}-graphene-v3.4.3

{py3.8,py3.10,py3.11}-strawberry-v0.209.8
{py3.8,py3.11,py3.12}-strawberry-v0.228.0
{py3.8,py3.12,py3.13}-strawberry-v0.247.2
{py3.9,py3.12,py3.13}-strawberry-v0.266.0
{py3.8,py3.11,py3.12}-strawberry-v0.229.2
{py3.8,py3.12,py3.13}-strawberry-v0.249.0
{py3.9,py3.12,py3.13}-strawberry-v0.268.1


# ~~~ Network ~~~
Expand Down Expand Up @@ -238,9 +238,9 @@ envlist =
{py3.6,py3.7}-django-v1.11.29
{py3.6,py3.8,py3.9}-django-v2.2.28
{py3.6,py3.9,py3.10}-django-v3.2.25
{py3.8,py3.11,py3.12}-django-v4.2.20
{py3.8,py3.11,py3.12}-django-v4.2.21
{py3.10,py3.11,py3.12}-django-v5.0.14
{py3.10,py3.12,py3.13}-django-v5.2
{py3.10,py3.12,py3.13}-django-v5.2.1

{py3.6,py3.7,py3.8}-flask-v1.1.4
{py3.8,py3.12,py3.13}-flask-v2.3.3
Expand Down Expand Up @@ -501,13 +501,13 @@ deps =

# ~~~ AI ~~~
anthropic-v0.16.0: anthropic==0.16.0
anthropic-v0.27.0: anthropic==0.27.0
anthropic-v0.38.0: anthropic==0.38.0
anthropic-v0.50.0: anthropic==0.50.0
anthropic-v0.28.1: anthropic==0.28.1
anthropic-v0.40.0: anthropic==0.40.0
anthropic-v0.51.0: anthropic==0.51.0
anthropic: pytest-asyncio
anthropic-v0.16.0: httpx<0.28.0
anthropic-v0.27.0: httpx<0.28.0
anthropic-v0.38.0: httpx<0.28.0
anthropic-v0.28.1: httpx<0.28.0
anthropic-v0.40.0: httpx<0.28.0

cohere-v5.4.0: cohere==5.4.0
cohere-v5.8.1: cohere==5.8.1
Expand All @@ -517,7 +517,7 @@ deps =
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
huggingface_hub-v0.25.2: huggingface_hub==0.25.2
huggingface_hub-v0.28.1: huggingface_hub==0.28.1
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
huggingface_hub-v0.31.1: huggingface_hub==0.31.1


# ~~~ DBs ~~~
Expand Down Expand Up @@ -579,13 +579,13 @@ deps =
py3.6-graphene: aiocontextvars

strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0
strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2
strawberry-v0.266.0: strawberry-graphql[fastapi,flask]==0.266.0
strawberry-v0.229.2: strawberry-graphql[fastapi,flask]==0.229.2
strawberry-v0.249.0: strawberry-graphql[fastapi,flask]==0.249.0
strawberry-v0.268.1: strawberry-graphql[fastapi,flask]==0.268.1
strawberry: httpx
strawberry-v0.209.8: pydantic<2.11
strawberry-v0.228.0: pydantic<2.11
strawberry-v0.247.2: pydantic<2.11
strawberry-v0.229.2: pydantic<2.11
strawberry-v0.249.0: pydantic<2.11


# ~~~ Network ~~~
Expand Down Expand Up @@ -628,17 +628,17 @@ deps =
django-v1.11.29: django==1.11.29
django-v2.2.28: django==2.2.28
django-v3.2.25: django==3.2.25
django-v4.2.20: django==4.2.20
django-v4.2.21: django==4.2.21
django-v5.0.14: django==5.0.14
django-v5.2: django==5.2
django-v5.2.1: django==5.2.1
django: psycopg2-binary
django: djangorestframework
django: pytest-django
django: Werkzeug
django-v3.2.25: pytest-asyncio
django-v4.2.20: pytest-asyncio
django-v4.2.21: pytest-asyncio
django-v5.0.14: pytest-asyncio
django-v5.2: pytest-asyncio
django-v5.2.1: pytest-asyncio
django-v2.2.28: six
django-v1.11.29: djangorestframework>=3.0,<4.0
django-v1.11.29: Werkzeug<2.1.0
Expand All @@ -650,9 +650,9 @@ deps =
django-v2.2.28: pytest-django<4.0
django-v2.2.28: channels[daphne]
django-v3.2.25: channels[daphne]
django-v4.2.20: channels[daphne]
django-v4.2.21: channels[daphne]
django-v5.0.14: channels[daphne]
django-v5.2: channels[daphne]
django-v5.2.1: channels[daphne]

flask-v1.1.4: flask==1.1.4
flask-v2.3.3: flask==2.3.3
Expand Down
Loading