Skip to content

Commit d3746d5

Browse files
committed
Update pinned dependencies
1 parent e3086d9 commit d3746d5

9 files changed

Lines changed: 45 additions & 45 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ jobs:
252252
NODE_VERSION: 22
253253
# Note that the versions below are updated by `update_pyodide_versions()` in our weekly cronjob.
254254
# The versions of pyodide-build and the Pyodide runtime may differ.
255-
PYODIDE_VERSION: 0.29.4
256-
PYODIDE_BUILD_VERSION: 0.34.4
255+
PYODIDE_VERSION: 314.0.0
256+
PYODIDE_BUILD_VERSION: 0.35.1
257257
# pyodide 0.29.0 (latest at time of writing) doesn't yet support 3.14
258-
PYTHON_VERSION: 3.13.2
258+
PYTHON_VERSION: 3.14.2
259259
steps:
260260
- uses: actions/checkout@v3
261261
with:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SCRIPTS="$ROOT/tooling/scripts"
1919
# shellcheck source=tooling/scripts/common.sh
2020
source "$SCRIPTS/common.sh"
2121

22-
PYTHON_VERSION="3.14.5"
22+
PYTHON_VERSION="3.14.6"
2323

2424
"$SCRIPTS/ensure-uv.sh"
2525
if ! command -v uv >/dev/null 2>&1 ; then

hypothesis/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ setenv=
202202
nocontrib: DJANGO_SETTINGS_MODULE=tests.django.toys.settings.settings_no_contrib
203203
deps=
204204
-r../requirements/test.txt
205-
django52: django==5.2.14
206-
django60: django==6.0.5
207-
django-nocontrib: django==6.0.5
205+
django52: django==5.2.15
206+
django60: django==6.0.6
207+
django-nocontrib: django==6.0.6
208208
commands =
209209
python -bb -X dev -m tests.django.manage test tests.django {posargs}
210210

requirements/coverage.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dpcontracts==0.6.0
1818
# via -r requirements/coverage.in
1919
execnet==2.1.2
2020
# via pytest-xdist
21-
fakeredis==2.36.0
21+
fakeredis==2.36.1
2222
# via -r requirements/coverage.in
2323
iniconfig==2.3.0
2424
# via pytest
@@ -54,7 +54,7 @@ pyarrow==24.0.0
5454
# via -r requirements/coverage.in
5555
pygments==2.20.0
5656
# via pytest
57-
pytest==9.0.3
57+
pytest==9.1.0
5858
# via
5959
# -r requirements/test.in
6060
# pytest-cov
@@ -82,7 +82,7 @@ sortedcontainers==2.4.0
8282
# via
8383
# fakeredis
8484
# hypothesis (hypothesis/pyproject.toml)
85-
syrupy==5.3.1
85+
syrupy==5.3.2
8686
# via -r requirements/test.in
8787
typing-extensions==4.15.0
8888
# via -r requirements/coverage.in

requirements/crosshair.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crosshair-tool==0.0.106
1919
# hypothesis-crosshair
2020
execnet==2.1.2
2121
# via pytest-xdist
22-
hypothesis==6.155.1
22+
hypothesis==6.155.2
2323
# via hypothesis-crosshair
2424
hypothesis-crosshair==0.0.28
2525
# via -r requirements/crosshair.in
@@ -47,7 +47,7 @@ pygls==2.1.1
4747
# via crosshair-tool
4848
pygments==2.20.0
4949
# via pytest
50-
pytest==9.0.3
50+
pytest==9.1.0
5151
# via
5252
# -r requirements/test.in
5353
# pytest-xdist
@@ -58,7 +58,7 @@ sortedcontainers==2.4.0
5858
# via
5959
# hypothesis
6060
# hypothesis (hypothesis/pyproject.toml)
61-
syrupy==5.3.1
61+
syrupy==5.3.2
6262
# via -r requirements/test.in
6363
typeshed-client==2.12.0
6464
# via crosshair-tool

requirements/fuzzing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dpcontracts==0.6.0
3030
# via -r requirements/coverage.in
3131
execnet==2.1.2
3232
# via pytest-xdist
33-
fakeredis==2.36.0
33+
fakeredis==2.36.1
3434
# via -r requirements/coverage.in
3535
h11==0.16.0
3636
# via
@@ -46,7 +46,7 @@ hyperframe==6.1.0
4646
# via h2
4747
hypofuzz==25.11.1
4848
# via -r requirements/fuzzing.in
49-
hypothesis[cli,watchdog]==6.155.1
49+
hypothesis[cli,watchdog]==6.155.2
5050
# via hypofuzz
5151
idna==3.18
5252
# via
@@ -100,7 +100,7 @@ pygments==2.20.0
100100
# via
101101
# pytest
102102
# rich
103-
pytest==9.0.3
103+
pytest==9.1.0
104104
# via
105105
# -r requirements/test.in
106106
# hypofuzz
@@ -135,9 +135,9 @@ sortedcontainers==2.4.0
135135
# hypothesis
136136
# hypothesis (hypothesis/pyproject.toml)
137137
# trio
138-
starlette==1.2.1
138+
starlette==1.3.1
139139
# via hypofuzz
140-
syrupy==5.3.1
140+
syrupy==5.3.2
141141
# via -r requirements/test.in
142142
trio==0.33.0
143143
# via hypofuzz

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ptyprocess==0.7.0
1818
# via pexpect
1919
pygments==2.20.0
2020
# via pytest
21-
pytest==9.0.3
21+
pytest==9.1.0
2222
# via
2323
# -r requirements/test.in
2424
# pytest-xdist
@@ -27,5 +27,5 @@ pytest-xdist==3.8.0
2727
# via -r requirements/test.in
2828
sortedcontainers==2.4.0
2929
# via hypothesis (hypothesis/pyproject.toml)
30-
syrupy==5.3.1
30+
syrupy==5.3.2
3131
# via -r requirements/test.in

requirements/tools.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ autoflake==2.3.3
2424
# via shed
2525
babel==2.18.0
2626
# via sphinx
27-
beautifulsoup4==4.14.3
27+
beautifulsoup4==4.15.0
2828
# via
2929
# furo
3030
# sphinx-codeautolink
@@ -59,16 +59,16 @@ com2ann==0.3.0
5959
# via shed
6060
coverage==7.14.1
6161
# via -r requirements/tools.in
62-
cryptography==48.0.0
62+
cryptography==49.0.0
6363
# via
6464
# secretstorage
6565
# types-pyopenssl
6666
# types-redis
6767
decorator==5.3.1
6868
# via ipython
69-
distlib==0.4.1
69+
distlib==0.4.3
7070
# via virtualenv
71-
django==6.0.5
71+
django==6.0.6
7272
# via -r requirements/tools.in
7373
docutils==0.22.4
7474
# via
@@ -85,7 +85,7 @@ executing==2.2.1
8585
# via stack-data
8686
feedgenerator==2.2.1
8787
# via pelican
88-
filelock==3.29.0
88+
filelock==3.29.4
8989
# via
9090
# python-discovery
9191
# tox
@@ -104,7 +104,7 @@ imagesize==2.0.0
104104
# via sphinx
105105
iniconfig==2.3.0
106106
# via pytest
107-
ipython==9.14.0
107+
ipython==9.14.1
108108
# via -r requirements/tools.in
109109
ipython-pygments-lexers==1.1.1
110110
# via ipython
@@ -231,7 +231,7 @@ pyproject-hooks==1.2.0
231231
# pip-tools
232232
pyright==1.1.410
233233
# via -r requirements/tools.in
234-
pytest==9.0.3
234+
pytest==9.1.0
235235
# via
236236
# -r requirements/test.in
237237
# pytest-xdist
@@ -242,7 +242,7 @@ python-dateutil==2.9.0.post0
242242
# via
243243
# -r requirements/tools.in
244244
# pelican
245-
python-discovery==1.4.0
245+
python-discovery==1.4.2
246246
# via
247247
# tox
248248
# virtualenv
@@ -254,7 +254,7 @@ pyyaml==6.0.3
254254
# via
255255
# libcst
256256
# sphinx-jsonschema
257-
readme-renderer==44.0
257+
readme-renderer==45.0
258258
# via twine
259259
requests==2.34.2
260260
# via
@@ -275,7 +275,7 @@ rich==15.0.0
275275
# twine
276276
roman-numerals==4.1.0
277277
# via sphinx
278-
ruff==0.15.15
278+
ruff==0.15.17
279279
# via -r requirements/tools.in
280280
secretstorage==3.5.0
281281
# via keyring
@@ -326,19 +326,19 @@ sqlparse==0.5.5
326326
# via django
327327
stack-data==0.6.3
328328
# via ipython
329-
starlette==1.2.1
329+
starlette==1.3.1
330330
# via sphinx-autobuild
331-
syrupy==5.3.1
331+
syrupy==5.3.2
332332
# via -r requirements/test.in
333333
tokenize-rt==6.2.0
334334
# via pyupgrade
335335
tomli==2.4.1
336336
# via -r requirements/tools.in
337337
tomli-w==1.2.0
338338
# via tox
339-
tox==4.55.0
339+
tox==4.55.1
340340
# via -r requirements/tools.in
341-
traitlets==5.15.0
341+
traitlets==5.15.1
342342
# via
343343
# ipython
344344
# matplotlib-inline
@@ -370,17 +370,17 @@ urllib3==2.7.0
370370
# id
371371
# requests
372372
# twine
373-
uvicorn==0.48.0
373+
uvicorn==0.49.0
374374
# via sphinx-autobuild
375-
virtualenv==21.4.2
375+
virtualenv==21.5.0
376376
# via tox
377377
watchdog==6.0.0
378378
# via -r requirements/tools.in
379379
watchfiles==1.2.0
380380
# via
381381
# pelican
382382
# sphinx-autobuild
383-
wcwidth==0.7.0
383+
wcwidth==0.8.1
384384
# via prompt-toolkit
385385
websockets==16.0
386386
# via sphinx-autobuild

tooling/src/hypothesistooling/__main__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ def update_python_versions():
422422

423423

424424
DJANGO_VERSIONS = {
425-
"5.2": "5.2.14",
426-
"6.0": "6.0.5",
425+
"5.2": "5.2.15",
426+
"6.0": "6.0.6",
427427
}
428428

429429

@@ -661,12 +661,12 @@ def run_tox(task, version, *args):
661661
"3.10": "3.10.20",
662662
"3.11": "3.11.15",
663663
"3.12": "3.12.13",
664-
"3.13": "3.13.13",
665-
"3.13t": "3.13.13+freethreaded",
666-
"3.14": "3.14.5",
667-
"3.14t": "3.14.5+freethreaded",
668-
"3.15": "3.15.0b1",
669-
"3.15t": "3.15.0b1+freethreaded",
664+
"3.13": "3.13.14",
665+
"3.13t": "3.13.14+freethreaded",
666+
"3.14": "3.14.6",
667+
"3.14t": "3.14.6+freethreaded",
668+
"3.15": "3.15.0b2",
669+
"3.15t": "3.15.0b2+freethreaded",
670670
"pypy3.10": "pypy3.10-3.10.16",
671671
"pypy3.11": "pypy3.11-3.11.15",
672672
}

0 commit comments

Comments
 (0)