Skip to content

Commit 0dc5d43

Browse files
authored
Update tox.ini (#4689)
Also fix pymongo tests complaining about the server version
1 parent 9c7f9aa commit 0dc5d43

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

tests/integrations/pymongo/test_pymongo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@pytest.fixture(scope="session")
1111
def mongo_server():
1212
server = MockupDB(verbose=True)
13-
server.autoresponds("ismaster", maxWireVersion=7)
13+
server.autoresponds("ismaster", maxWireVersion=8)
1414
server.run()
1515
server.autoresponds(
1616
{"find": "test_collection"}, cursor={"id": 123, "firstBatch": []}

tox.ini

Lines changed: 34 additions & 34 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-07-29T06:07:22.069934+00:00
13+
# Last generated: 2025-08-12T07:16:34.585160+00:00
1414

1515
[tox]
1616
requires =
@@ -138,21 +138,21 @@ envlist =
138138
{py3.8,py3.11,py3.12}-anthropic-v0.16.0
139139
{py3.8,py3.11,py3.12}-anthropic-v0.31.2
140140
{py3.8,py3.11,py3.12}-anthropic-v0.46.0
141-
{py3.8,py3.12,py3.13}-anthropic-v0.60.0
141+
{py3.8,py3.12,py3.13}-anthropic-v0.62.0
142142

143143
{py3.9,py3.10,py3.11}-cohere-v5.4.0
144144
{py3.9,py3.11,py3.12}-cohere-v5.9.4
145145
{py3.9,py3.11,py3.12}-cohere-v5.13.12
146-
{py3.9,py3.11,py3.12}-cohere-v5.16.1
146+
{py3.9,py3.11,py3.12}-cohere-v5.16.3
147147

148148
{py3.10,py3.11,py3.12}-openai_agents-v0.0.19
149149
{py3.10,py3.12,py3.13}-openai_agents-v0.1.0
150-
{py3.10,py3.12,py3.13}-openai_agents-v0.2.3
150+
{py3.10,py3.12,py3.13}-openai_agents-v0.2.6
151151

152152
{py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
153153
{py3.8,py3.11,py3.12}-huggingface_hub-v0.26.5
154154
{py3.8,py3.12,py3.13}-huggingface_hub-v0.30.2
155-
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.2
155+
{py3.8,py3.12,py3.13}-huggingface_hub-v0.34.4
156156
{py3.8,py3.12,py3.13}-huggingface_hub-v0.35.0rc0
157157

158158

@@ -162,15 +162,15 @@ envlist =
162162
{py3.6}-pymongo-v3.5.1
163163
{py3.6,py3.10,py3.11}-pymongo-v3.13.0
164164
{py3.6,py3.9,py3.10}-pymongo-v4.0.2
165-
{py3.9,py3.12,py3.13}-pymongo-v4.13.2
165+
{py3.9,py3.12,py3.13}-pymongo-v4.14.0
166166

167167
{py3.6}-redis_py_cluster_legacy-v1.3.6
168168
{py3.6,py3.7}-redis_py_cluster_legacy-v2.0.0
169169
{py3.6,py3.7,py3.8}-redis_py_cluster_legacy-v2.1.3
170170

171171
{py3.6,py3.8,py3.9}-sqlalchemy-v1.3.24
172172
{py3.6,py3.11,py3.12}-sqlalchemy-v1.4.54
173-
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.41
173+
{py3.7,py3.12,py3.13}-sqlalchemy-v2.0.43
174174

175175

176176
# ~~~ Flags ~~~
@@ -180,7 +180,7 @@ envlist =
180180
{py3.9,py3.12,py3.13}-launchdarkly-v9.12.0
181181

182182
{py3.8,py3.12,py3.13}-openfeature-v0.7.5
183-
{py3.9,py3.12,py3.13}-openfeature-v0.8.1
183+
{py3.9,py3.12,py3.13}-openfeature-v0.8.2
184184

185185
{py3.7,py3.12,py3.13}-statsig-v0.55.3
186186
{py3.7,py3.12,py3.13}-statsig-v0.57.3
@@ -209,7 +209,7 @@ envlist =
209209
{py3.8,py3.10,py3.11}-strawberry-v0.209.8
210210
{py3.8,py3.11,py3.12}-strawberry-v0.232.2
211211
{py3.8,py3.12,py3.13}-strawberry-v0.255.0
212-
{py3.9,py3.12,py3.13}-strawberry-v0.278.0
212+
{py3.9,py3.12,py3.13}-strawberry-v0.278.1
213213

214214

215215
# ~~~ Network ~~~
@@ -245,7 +245,7 @@ envlist =
245245
{py3.6,py3.9,py3.10}-django-v3.2.25
246246
{py3.8,py3.11,py3.12}-django-v4.2.23
247247
{py3.10,py3.11,py3.12}-django-v5.0.14
248-
{py3.10,py3.12,py3.13}-django-v5.2.4
248+
{py3.10,py3.12,py3.13}-django-v5.2.5
249249

250250
{py3.6,py3.7,py3.8}-flask-v1.1.4
251251
{py3.8,py3.12,py3.13}-flask-v2.3.3
@@ -276,12 +276,12 @@ envlist =
276276
{py3.6,py3.7}-falcon-v2.0.0
277277
{py3.6,py3.11,py3.12}-falcon-v3.1.3
278278
{py3.8,py3.11,py3.12}-falcon-v4.0.2
279-
{py3.8,py3.11,py3.12}-falcon-v4.1.0a3
279+
{py3.8,py3.11,py3.12}-falcon-v4.1.0
280280

281281
{py3.8,py3.10,py3.11}-litestar-v2.0.1
282-
{py3.8,py3.11,py3.12}-litestar-v2.5.5
283-
{py3.8,py3.11,py3.12}-litestar-v2.10.0
284-
{py3.8,py3.12,py3.13}-litestar-v2.16.0
282+
{py3.8,py3.11,py3.12}-litestar-v2.6.4
283+
{py3.8,py3.11,py3.12}-litestar-v2.12.1
284+
{py3.8,py3.12,py3.13}-litestar-v2.17.0
285285

286286
{py3.6}-pyramid-v1.8.6
287287
{py3.6,py3.8,py3.9}-pyramid-v1.10.8
@@ -295,7 +295,7 @@ envlist =
295295
{py3.6,py3.7,py3.8}-tornado-v6.0.4
296296
{py3.7,py3.9,py3.10}-tornado-v6.2
297297
{py3.8,py3.10,py3.11}-tornado-v6.4.2
298-
{py3.9,py3.12,py3.13}-tornado-v6.5.1
298+
{py3.9,py3.12,py3.13}-tornado-v6.5.2
299299

300300

301301
# ~~~ Misc ~~~
@@ -306,7 +306,7 @@ envlist =
306306
{py3.6,py3.7,py3.8}-trytond-v5.8.16
307307
{py3.8,py3.10,py3.11}-trytond-v6.8.17
308308
{py3.8,py3.11,py3.12}-trytond-v7.0.34
309-
{py3.9,py3.12,py3.13}-trytond-v7.6.4
309+
{py3.9,py3.12,py3.13}-trytond-v7.6.5
310310

311311
{py3.7,py3.12,py3.13}-typer-v0.15.4
312312
{py3.7,py3.12,py3.13}-typer-v0.16.0
@@ -513,7 +513,7 @@ deps =
513513
anthropic-v0.16.0: anthropic==0.16.0
514514
anthropic-v0.31.2: anthropic==0.31.2
515515
anthropic-v0.46.0: anthropic==0.46.0
516-
anthropic-v0.60.0: anthropic==0.60.0
516+
anthropic-v0.62.0: anthropic==0.62.0
517517
anthropic: pytest-asyncio
518518
anthropic-v0.16.0: httpx<0.28.0
519519
anthropic-v0.31.2: httpx<0.28.0
@@ -522,17 +522,17 @@ deps =
522522
cohere-v5.4.0: cohere==5.4.0
523523
cohere-v5.9.4: cohere==5.9.4
524524
cohere-v5.13.12: cohere==5.13.12
525-
cohere-v5.16.1: cohere==5.16.1
525+
cohere-v5.16.3: cohere==5.16.3
526526

527527
openai_agents-v0.0.19: openai-agents==0.0.19
528528
openai_agents-v0.1.0: openai-agents==0.1.0
529-
openai_agents-v0.2.3: openai-agents==0.2.3
529+
openai_agents-v0.2.6: openai-agents==0.2.6
530530
openai_agents: pytest-asyncio
531531

532532
huggingface_hub-v0.22.2: huggingface_hub==0.22.2
533533
huggingface_hub-v0.26.5: huggingface_hub==0.26.5
534534
huggingface_hub-v0.30.2: huggingface_hub==0.30.2
535-
huggingface_hub-v0.34.2: huggingface_hub==0.34.2
535+
huggingface_hub-v0.34.4: huggingface_hub==0.34.4
536536
huggingface_hub-v0.35.0rc0: huggingface_hub==0.35.0rc0
537537

538538

@@ -542,7 +542,7 @@ deps =
542542
pymongo-v3.5.1: pymongo==3.5.1
543543
pymongo-v3.13.0: pymongo==3.13.0
544544
pymongo-v4.0.2: pymongo==4.0.2
545-
pymongo-v4.13.2: pymongo==4.13.2
545+
pymongo-v4.14.0: pymongo==4.14.0
546546
pymongo: mockupdb
547547

548548
redis_py_cluster_legacy-v1.3.6: redis-py-cluster==1.3.6
@@ -551,7 +551,7 @@ deps =
551551

552552
sqlalchemy-v1.3.24: sqlalchemy==1.3.24
553553
sqlalchemy-v1.4.54: sqlalchemy==1.4.54
554-
sqlalchemy-v2.0.41: sqlalchemy==2.0.41
554+
sqlalchemy-v2.0.43: sqlalchemy==2.0.43
555555

556556

557557
# ~~~ Flags ~~~
@@ -561,7 +561,7 @@ deps =
561561
launchdarkly-v9.12.0: launchdarkly-server-sdk==9.12.0
562562

563563
openfeature-v0.7.5: openfeature-sdk==0.7.5
564-
openfeature-v0.8.1: openfeature-sdk==0.8.1
564+
openfeature-v0.8.2: openfeature-sdk==0.8.2
565565

566566
statsig-v0.55.3: statsig==0.55.3
567567
statsig-v0.57.3: statsig==0.57.3
@@ -599,7 +599,7 @@ deps =
599599
strawberry-v0.209.8: strawberry-graphql[fastapi,flask]==0.209.8
600600
strawberry-v0.232.2: strawberry-graphql[fastapi,flask]==0.232.2
601601
strawberry-v0.255.0: strawberry-graphql[fastapi,flask]==0.255.0
602-
strawberry-v0.278.0: strawberry-graphql[fastapi,flask]==0.278.0
602+
strawberry-v0.278.1: strawberry-graphql[fastapi,flask]==0.278.1
603603
strawberry: httpx
604604
strawberry-v0.209.8: pydantic<2.11
605605
strawberry-v0.232.2: pydantic<2.11
@@ -646,7 +646,7 @@ deps =
646646
django-v3.2.25: django==3.2.25
647647
django-v4.2.23: django==4.2.23
648648
django-v5.0.14: django==5.0.14
649-
django-v5.2.4: django==5.2.4
649+
django-v5.2.5: django==5.2.5
650650
django: psycopg2-binary
651651
django: djangorestframework
652652
django: pytest-django
@@ -655,12 +655,12 @@ deps =
655655
django-v3.2.25: channels[daphne]
656656
django-v4.2.23: channels[daphne]
657657
django-v5.0.14: channels[daphne]
658-
django-v5.2.4: channels[daphne]
658+
django-v5.2.5: channels[daphne]
659659
django-v2.2.28: six
660660
django-v3.2.25: pytest-asyncio
661661
django-v4.2.23: pytest-asyncio
662662
django-v5.0.14: pytest-asyncio
663-
django-v5.2.4: pytest-asyncio
663+
django-v5.2.5: pytest-asyncio
664664
django-v1.11.29: djangorestframework>=3.0,<4.0
665665
django-v1.11.29: Werkzeug<2.1.0
666666
django-v2.2.28: djangorestframework>=3.0,<4.0
@@ -726,18 +726,18 @@ deps =
726726
falcon-v2.0.0: falcon==2.0.0
727727
falcon-v3.1.3: falcon==3.1.3
728728
falcon-v4.0.2: falcon==4.0.2
729-
falcon-v4.1.0a3: falcon==4.1.0a3
729+
falcon-v4.1.0: falcon==4.1.0
730730

731731
litestar-v2.0.1: litestar==2.0.1
732-
litestar-v2.5.5: litestar==2.5.5
733-
litestar-v2.10.0: litestar==2.10.0
734-
litestar-v2.16.0: litestar==2.16.0
732+
litestar-v2.6.4: litestar==2.6.4
733+
litestar-v2.12.1: litestar==2.12.1
734+
litestar-v2.17.0: litestar==2.17.0
735735
litestar: pytest-asyncio
736736
litestar: python-multipart
737737
litestar: requests
738738
litestar: cryptography
739739
litestar-v2.0.1: httpx<0.28
740-
litestar-v2.5.5: httpx<0.28
740+
litestar-v2.6.4: httpx<0.28
741741

742742
pyramid-v1.8.6: pyramid==1.8.6
743743
pyramid-v1.10.8: pyramid==1.10.8
@@ -758,7 +758,7 @@ deps =
758758
tornado-v6.0.4: tornado==6.0.4
759759
tornado-v6.2: tornado==6.2
760760
tornado-v6.4.2: tornado==6.4.2
761-
tornado-v6.5.1: tornado==6.5.1
761+
tornado-v6.5.2: tornado==6.5.2
762762
tornado: pytest
763763
tornado-v6.0.4: pytest<8.2
764764
tornado-v6.2: pytest<8.2
@@ -773,7 +773,7 @@ deps =
773773
trytond-v5.8.16: trytond==5.8.16
774774
trytond-v6.8.17: trytond==6.8.17
775775
trytond-v7.0.34: trytond==7.0.34
776-
trytond-v7.6.4: trytond==7.6.4
776+
trytond-v7.6.5: trytond==7.6.5
777777
trytond: werkzeug
778778
trytond-v4.6.22: werkzeug<1.0
779779
trytond-v4.8.18: werkzeug<1.0

0 commit comments

Comments
 (0)