Skip to content

Commit e090392

Browse files
committed
Cleanup
1 parent 2576948 commit e090392

File tree

3 files changed

+4
-321
lines changed

3 files changed

+4
-321
lines changed

.github/workflows/test-integrations-aws.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
# this to run on forks with access to the secrets necessary to run the test suite.
1414
# Prefer to use `pull_request` when possible.
1515
pull_request:
16-
# pull_request_target:
17-
# types: [labeled, opened, reopened, synchronize]
1816
# Cancel in progress workflows on pull_requests.
1917
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
2018
concurrency:

tests/integrations/aws_lambda/DELETEME_test_aws.py

Lines changed: 0 additions & 315 deletions
This file was deleted.

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ envlist =
209209
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
210210
{py3.8,py3.11,py3.12}-ariadne-v0.22
211211
{py3.8,py3.11,py3.12}-ariadne-v0.24.0
212-
{py3.9,py3.12,py3.13}-ariadne-v0.26.0
212+
{py3.9,py3.12,py3.13}-ariadne-v0.25.2
213213

214214
{py3.6,py3.9,py3.10}-gql-v3.4.1
215215
{py3.7,py3.11,py3.12}-gql-v3.5.0
@@ -290,7 +290,7 @@ envlist =
290290
{py3.6,py3.7,py3.8}-trytond-v5.8.16
291291
{py3.8,py3.10,py3.11}-trytond-v6.8.17
292292
{py3.8,py3.11,py3.12}-trytond-v7.0.9
293-
{py3.8,py3.11,py3.12}-trytond-v7.4.6
293+
{py3.8,py3.11,py3.12}-trytond-v7.4.5
294294

295295
{py3.7,py3.11,py3.12}-typer-v0.15.1
296296

@@ -595,7 +595,7 @@ deps =
595595
ariadne-v0.20.1: ariadne==0.20.1
596596
ariadne-v0.22: ariadne==0.22
597597
ariadne-v0.24.0: ariadne==0.24.0
598-
ariadne-v0.26.0: ariadne==0.26.0
598+
ariadne-v0.25.2: ariadne==0.25.2
599599
ariadne: fastapi
600600
ariadne: flask
601601
ariadne: httpx
@@ -719,7 +719,7 @@ deps =
719719
trytond-v5.8.16: trytond==5.8.16
720720
trytond-v6.8.17: trytond==6.8.17
721721
trytond-v7.0.9: trytond==7.0.9
722-
trytond-v7.4.6: trytond==7.4.6
722+
trytond-v7.4.5: trytond==7.4.5
723723
trytond: werkzeug
724724
trytond-v4.6.9: werkzeug<1.0
725725
trytond-v4.8.18: werkzeug<1.0

0 commit comments

Comments
 (0)