Skip to content

Commit 3258e9b

Browse files
committed
Merge branch 'master' into potel-base
2 parents 28ba185 + b16fa5f commit 3258e9b

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Get auth token
2222
id: token
23-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
23+
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2424
with:
2525
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2626
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

tox.ini

Lines changed: 13 additions & 9 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-04-29T08:35:44.624881+00:00
13+
# Last generated: 2025-05-07T07:49:17.257976+00:00
1414

1515
[tox]
1616
requires =
@@ -146,6 +146,7 @@ envlist =
146146
{py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
147147
{py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
148148
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
149+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.31.0rc0
149150

150151

151152
# ~~~ DBs ~~~
@@ -154,7 +155,7 @@ envlist =
154155
{py3.7}-pymongo-v3.7.2
155156
{py3.7,py3.10,py3.11}-pymongo-v3.13.0
156157
{py3.7,py3.9,py3.10}-pymongo-v4.0.2
157-
{py3.9,py3.12,py3.13}-pymongo-v4.12.0
158+
{py3.9,py3.12,py3.13}-pymongo-v4.12.1
158159

159160
{py3.7}-redis_py_cluster_legacy-v2.0.0
160161
{py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
@@ -198,7 +199,7 @@ envlist =
198199
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
199200
{py3.8,py3.11,py3.12}-strawberry-v0.228.0
200201
{py3.8,py3.12,py3.13}-strawberry-v0.247.2
201-
{py3.9,py3.12,py3.13}-strawberry-v0.266.0
202+
{py3.9,py3.12,py3.13}-strawberry-v0.266.1
202203

203204

204205
# ~~~ Network ~~~
@@ -270,7 +271,7 @@ envlist =
270271
{py3.8,py3.10,py3.11}-litestar-v2.0.1
271272
{py3.8,py3.11,py3.12}-litestar-v2.5.5
272273
{py3.8,py3.11,py3.12}-litestar-v2.10.0
273-
{py3.8,py3.12,py3.13}-litestar-v2.15.2
274+
{py3.8,py3.12,py3.13}-litestar-v2.16.0
274275

275276
{py3.7,py3.8,py3.9}-pyramid-v1.10.8
276277
{py3.7,py3.10,py3.11}-pyramid-v2.0.2
@@ -284,6 +285,7 @@ envlist =
284285
{py3.7,py3.8,py3.9}-tornado-v6.1
285286
{py3.7,py3.9,py3.10}-tornado-v6.2
286287
{py3.8,py3.10,py3.11}-tornado-v6.4.2
288+
{py3.9,py3.12,py3.13}-tornado-v6.5b1
287289

288290

289291
# ~~~ Misc ~~~
@@ -292,7 +294,7 @@ envlist =
292294
{py3.7}-trytond-v5.0.63
293295
{py3.7,py3.8}-trytond-v5.8.16
294296
{py3.8,py3.10,py3.11}-trytond-v6.8.17
295-
{py3.8,py3.11,py3.12}-trytond-v7.0.30
297+
{py3.8,py3.11,py3.12}-trytond-v7.0.31
296298
{py3.9,py3.12,py3.13}-trytond-v7.6.0
297299

298300
{py3.7,py3.12,py3.13}-typer-v0.15.3
@@ -503,6 +505,7 @@ deps =
503505
huggingface_hub-v0.25.2: huggingface_hub==0.25.2
504506
huggingface_hub-v0.28.1: huggingface_hub==0.28.1
505507
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
508+
huggingface_hub-v0.31.0rc0: huggingface_hub==0.31.0rc0
506509

507510

508511
# ~~~ DBs ~~~
@@ -511,7 +514,7 @@ deps =
511514
pymongo-v3.7.2: pymongo==3.7.2
512515
pymongo-v3.13.0: pymongo==3.13.0
513516
pymongo-v4.0.2: pymongo==4.0.2
514-
pymongo-v4.12.0: pymongo==4.12.0
517+
pymongo-v4.12.1: pymongo==4.12.1
515518
pymongo: mockupdb
516519

517520
redis_py_cluster_legacy-v2.0.0: redis-py-cluster==2.0.0
@@ -565,7 +568,7 @@ deps =
565568
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
566569
strawberry-v0.228.0: strawberry-graphql[fastapi,flask]==0.228.0
567570
strawberry-v0.247.2: strawberry-graphql[fastapi,flask]==0.247.2
568-
strawberry-v0.266.0: strawberry-graphql[fastapi,flask]==0.266.0
571+
strawberry-v0.266.1: strawberry-graphql[fastapi,flask]==0.266.1
569572
strawberry: httpx
570573
strawberry-v0.209.8: pydantic<2.11
571574
strawberry-v0.228.0: pydantic<2.11
@@ -692,7 +695,7 @@ deps =
692695
litestar-v2.0.1: litestar==2.0.1
693696
litestar-v2.5.5: litestar==2.5.5
694697
litestar-v2.10.0: litestar==2.10.0
695-
litestar-v2.15.2: litestar==2.15.2
698+
litestar-v2.16.0: litestar==2.16.0
696699
litestar: pytest-asyncio
697700
litestar: python-multipart
698701
litestar: requests
@@ -719,6 +722,7 @@ deps =
719722
tornado-v6.1: tornado==6.1
720723
tornado-v6.2: tornado==6.2
721724
tornado-v6.4.2: tornado==6.4.2
725+
tornado-v6.5b1: tornado==6.5b1
722726
tornado: pytest
723727
tornado-v6.0.4: pytest<8.2
724728
tornado-v6.1: pytest<8.2
@@ -732,7 +736,7 @@ deps =
732736
trytond-v5.0.63: trytond==5.0.63
733737
trytond-v5.8.16: trytond==5.8.16
734738
trytond-v6.8.17: trytond==6.8.17
735-
trytond-v7.0.30: trytond==7.0.30
739+
trytond-v7.0.31: trytond==7.0.31
736740
trytond-v7.6.0: trytond==7.6.0
737741
trytond: werkzeug
738742
trytond-v5.0.63: werkzeug<1.0

0 commit comments

Comments
 (0)