Skip to content

Commit 178e31e

Browse files
authored
Merge pull request #4640 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents f2ea488 + c50f187 commit 178e31e

File tree

7 files changed

+27
-27
lines changed

7 files changed

+27
-27
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ jobs:
251251
NODE_VERSION: 22
252252
# Note that the versions below are updated by `update_pyodide_versions()` in our weekly cronjob.
253253
# The versions of pyodide-build and the Pyodide runtime may differ.
254-
PYODIDE_VERSION: 0.29.0
255-
PYODIDE_BUILD_VERSION: 0.30.9
254+
PYODIDE_VERSION: 0.29.1
255+
PYODIDE_BUILD_VERSION: 0.31.1
256256
PYTHON_VERSION: 3.13.2
257257
steps:
258258
- uses: actions/checkout@v3

hypothesis-python/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ setenv=
191191
deps=
192192
-r../requirements/test.txt
193193
django42: django==4.2.27
194-
django52: django==5.2.9
195-
django60: django==6.0.0
196-
django-nocontrib: django==6.0.0
194+
django52: django==5.2.10
195+
django60: django==6.0.1
196+
django-nocontrib: django==6.0.1
197197
commands =
198198
python -bb -X dev -m tests.django.manage test tests.django {posargs}
199199

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packaging==25.0
4444
# pytest
4545
pandas==2.3.3
4646
# via -r requirements/coverage.in
47-
pathspec==0.12.1
47+
pathspec==1.0.3
4848
# via black
4949
pexpect==4.9.0
5050
# via -r requirements/test.in

requirements/crosshair.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exceptiongroup==1.3.1 ; python_version < "3.11"
2525
# pytest
2626
execnet==2.1.2
2727
# via pytest-xdist
28-
hypothesis==6.148.11
28+
hypothesis==6.150.0
2929
# via hypothesis-crosshair
3030
hypothesis-crosshair==0.0.27
3131
# via -r requirements/crosshair.in

requirements/fuzzing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
annotated-types==0.7.0
88
# via -r requirements/coverage.in
9-
anyio==4.12.0
9+
anyio==4.12.1
1010
# via starlette
1111
async-timeout==5.0.1
1212
# via redis
@@ -57,7 +57,7 @@ hyperframe==6.1.0
5757
# via h2
5858
hypofuzz==25.11.1
5959
# via -r requirements/fuzzing.in
60-
hypothesis[cli,watchdog]==6.148.11
60+
hypothesis[cli,watchdog]==6.150.0
6161
# via hypofuzz
6262
idna==3.11
6363
# via
@@ -89,7 +89,7 @@ packaging==25.0
8989
# pytest
9090
pandas==2.3.3
9191
# via -r requirements/coverage.in
92-
pathspec==0.12.1
92+
pathspec==1.0.3
9393
# via black
9494
pexpect==4.9.0
9595
# via -r requirements/test.in
@@ -147,7 +147,7 @@ sortedcontainers==2.4.0
147147
# hypothesis
148148
# hypothesis (hypothesis-python/pyproject.toml)
149149
# trio
150-
starlette==0.50.0
150+
starlette==0.51.0
151151
# via hypofuzz
152152
taskgroup==0.2.2
153153
# via hypercorn

requirements/tools.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ accessible-pygments==0.0.5
88
# via furo
99
alabaster==1.0.0
1010
# via sphinx
11-
anyio==4.12.0
11+
anyio==4.12.1
1212
# via
1313
# starlette
1414
# watchfiles
@@ -32,13 +32,13 @@ black==25.12.0
3232
# via shed
3333
blinker==1.9.0
3434
# via pelican
35-
build==1.3.0
35+
build==1.4.0
3636
# via
3737
# -r requirements/tools.in
3838
# pip-tools
3939
cachetools==6.2.4
4040
# via tox
41-
certifi==2025.11.12
41+
certifi==2026.1.4
4242
# via requests
4343
cffi==2.0.0
4444
# via cryptography
@@ -70,7 +70,7 @@ decorator==5.2.1
7070
# via ipython
7171
distlib==0.4.0
7272
# via virtualenv
73-
django==5.2.9
73+
django==5.2.10
7474
# via -r requirements/tools.in
7575
docutils==0.21.2
7676
# via
@@ -93,7 +93,7 @@ executing==2.2.1
9393
# via stack-data
9494
feedgenerator==2.2.1
9595
# via pelican
96-
filelock==3.20.2
96+
filelock==3.20.3
9797
# via
9898
# tox
9999
# virtualenv
@@ -113,7 +113,7 @@ importlib-metadata==8.7.1
113113
# via keyring
114114
iniconfig==2.3.0
115115
# via pytest
116-
ipython==8.37.0
116+
ipython==8.38.0
117117
# via -r requirements/tools.in
118118
isort==7.0.0
119119
# via shed
@@ -184,7 +184,7 @@ packaging==25.0
184184
# twine
185185
parso==0.8.5
186186
# via jedi
187-
pathspec==0.12.1
187+
pathspec==1.0.3
188188
# via
189189
# black
190190
# mypy
@@ -231,7 +231,7 @@ pyproject-hooks==1.2.0
231231
# via
232232
# build
233233
# pip-tools
234-
pyright==1.1.407
234+
pyright==1.1.408
235235
# via -r requirements/tools.in
236236
pytest==9.0.2
237237
# via
@@ -271,7 +271,7 @@ rich==14.2.0
271271
# via
272272
# pelican
273273
# twine
274-
ruff==0.14.10
274+
ruff==0.14.11
275275
# via -r requirements/tools.in
276276
secretstorage==3.5.0
277277
# via keyring
@@ -322,7 +322,7 @@ sqlparse==0.5.5
322322
# via django
323323
stack-data==0.6.3
324324
# via ipython
325-
starlette==0.50.0
325+
starlette==0.51.0
326326
# via sphinx-autobuild
327327
tokenize-rt==6.2.0
328328
# via pyupgrade
@@ -337,7 +337,7 @@ tomli==2.3.0
337337
# pytest
338338
# sphinx
339339
# tox
340-
tox==4.33.0
340+
tox==4.34.1
341341
# via -r requirements/tools.in
342342
traitlets==5.14.3
343343
# via
@@ -376,13 +376,13 @@ typing-extensions==4.15.0
376376
# virtualenv
377377
unidecode==1.4.0
378378
# via pelican
379-
urllib3==2.6.2
379+
urllib3==2.6.3
380380
# via
381381
# requests
382382
# twine
383383
uvicorn==0.40.0
384384
# via sphinx-autobuild
385-
virtualenv==20.35.4
385+
virtualenv==20.36.1
386386
# via tox
387387
watchdog==6.0.0
388388
# via -r requirements/tools.in
@@ -392,7 +392,7 @@ watchfiles==1.1.1
392392
# sphinx-autobuild
393393
wcwidth==0.2.14
394394
# via prompt-toolkit
395-
websockets==15.0.1
395+
websockets==16.0
396396
# via sphinx-autobuild
397397
wheel==0.45.1
398398
# via pip-tools

tooling/src/hypothesistooling/__main__.py

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

391391
DJANGO_VERSIONS = {
392392
"4.2": "4.2.27",
393-
"5.2": "5.2.9",
394-
"6.0": "6.0.0",
393+
"5.2": "5.2.10",
394+
"6.0": "6.0.1",
395395
}
396396

397397

0 commit comments

Comments
 (0)