Skip to content

Commit 49fa5cc

Browse files
committed
Update pinned dependencies
1 parent bbbb0f7 commit 49fa5cc

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
NODE_VERSION: 22
267267
# Note that the versions below are updated by `update_pyodide_versions()` in our weekly cronjob.
268268
# The versions of pyodide-build and the Pyodide runtime may differ.
269-
PYODIDE_VERSION: 0.28.2
269+
PYODIDE_VERSION: 0.28.3
270270
PYODIDE_BUILD_VERSION: 0.30.7
271271
PYTHON_VERSION: 3.13.2
272272
steps:

hypothesis-python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pandas = ["pandas>=1.1"]
111111
pytest = ["pytest>=4.6"]
112112
dpcontracts = ["dpcontracts>=0.4"]
113113
redis = ["redis>=3.0.0"]
114-
crosshair = ["hypothesis-crosshair>=0.0.25", "crosshair-tool>=0.0.95"]
114+
crosshair = ["hypothesis-crosshair>=0.0.25", "crosshair-tool>=0.0.97"]
115115
# zoneinfo is an odd one: every dependency is platform-conditional.
116116
zoneinfo = ["tzdata>=2025.2; sys_platform == 'win32' or sys_platform == 'emscripten'"]
117117
# We only support Django versions with upstream support - see
@@ -121,7 +121,7 @@ zoneinfo = ["tzdata>=2025.2; sys_platform == 'win32' or sys_platform == 'emscrip
121121
django = ["django>=4.2"]
122122
watchdog = ["watchdog>=4.0.0"]
123123
# Avoid changing this by hand. This is automatically updated by update_changelog_and_version
124-
all = ["black>=20.8b0", "click>=7.0", "crosshair-tool>=0.0.95", "django>=4.2", "dpcontracts>=0.4", "hypothesis-crosshair>=0.0.25", "lark>=0.10.1", "libcst>=0.3.16", "numpy>=1.19.3", "pandas>=1.1", "pytest>=4.6", "python-dateutil>=1.4", "pytz>=2014.1", "redis>=3.0.0", "rich>=9.0.0", "tzdata>=2025.2; sys_platform == 'win32' or sys_platform == 'emscripten'", "watchdog>=4.0.0"]
124+
all = ["black>=20.8b0", "click>=7.0", "crosshair-tool>=0.0.97", "django>=4.2", "dpcontracts>=0.4", "hypothesis-crosshair>=0.0.25", "lark>=0.10.1", "libcst>=0.3.16", "numpy>=1.19.3", "pandas>=1.1", "pytest>=4.6", "python-dateutil>=1.4", "pytz>=2014.1", "redis>=3.0.0", "rich>=9.0.0", "tzdata>=2025.2; sys_platform == 'win32' or sys_platform == 'emscripten'", "watchdog>=4.0.0"]
125125

126126
[tool.setuptools.dynamic]
127127
version = {attr = "hypothesis.version.__version__"}

hypothesis-python/tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@ setenv=
196196
nocontrib: DJANGO_SETTINGS_MODULE=tests.django.toys.settings.settings_no_contrib
197197
deps=
198198
-r../requirements/test.txt
199-
django42: django==4.2.24
200-
django51: django==5.1.12
201-
django52: django==5.2.6
202-
django-nocontrib: django==5.2.6
199+
django42: django==4.2.25
200+
django51: django==5.1.13
201+
django52: django==5.2.7
202+
django-nocontrib: django==5.2.7
203203
commands =
204204
python -bb -X dev -m tests.django.manage test tests.django {posargs}
205205

requirements/coverage.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ click==8.3.0
1616
# via
1717
# -r requirements/coverage.in
1818
# black
19-
coverage[toml]==7.10.6
19+
coverage[toml]==7.10.7
2020
# via pytest-cov
2121
dpcontracts==0.6.0
2222
# via -r requirements/coverage.in
@@ -26,13 +26,13 @@ exceptiongroup==1.3.0 ; python_version < "3.11"
2626
# pytest
2727
execnet==2.1.1
2828
# via pytest-xdist
29-
fakeredis==2.31.1
29+
fakeredis==2.31.3
3030
# via -r requirements/coverage.in
3131
iniconfig==2.1.0
3232
# via pytest
33-
lark==1.2.2
33+
lark==1.3.0
3434
# via -r requirements/coverage.in
35-
libcst==1.8.4
35+
libcst==1.8.5
3636
# via -r requirements/coverage.in
3737
mypy-extensions==1.1.0
3838
# via black
@@ -44,7 +44,7 @@ packaging==25.0
4444
# via
4545
# black
4646
# pytest
47-
pandas==2.3.2
47+
pandas==2.3.3
4848
# via -r requirements/coverage.in
4949
pathspec==0.12.1
5050
# via black
@@ -81,7 +81,7 @@ pytz==2025.2
8181
# via
8282
# -r requirements/coverage.in
8383
# pandas
84-
pyyaml==6.0.2
84+
pyyaml==6.0.3
8585
# via libcst
8686
redis==6.4.0
8787
# via fakeredis

requirements/crosshair.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cattrs==25.2.0
1414
# via
1515
# lsprotocol
1616
# pygls
17-
crosshair-tool==0.0.95
17+
crosshair-tool==0.0.97
1818
# via
1919
# -r requirements/crosshair.in
2020
# hypothesis-crosshair
@@ -26,7 +26,7 @@ exceptiongroup==1.3.0 ; python_version < "3.11"
2626
# pytest
2727
execnet==2.1.1
2828
# via pytest-xdist
29-
hypothesis==6.139.2
29+
hypothesis==6.140.3
3030
# via hypothesis-crosshair
3131
hypothesis-crosshair==0.0.25
3232
# via -r requirements/crosshair.in

requirements/fuzzing.txt

Lines changed: 9 additions & 9 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.10.0
9+
anyio==4.11.0
1010
# via starlette
1111
async-timeout==5.0.1
1212
# via redis
@@ -26,7 +26,7 @@ click==8.3.0
2626
# -r requirements/coverage.in
2727
# black
2828
# hypothesis
29-
coverage[toml]==7.10.6
29+
coverage[toml]==7.10.7
3030
# via
3131
# hypofuzz
3232
# pytest-cov
@@ -43,7 +43,7 @@ exceptiongroup==1.3.0 ; python_version < "3.11"
4343
# trio
4444
execnet==2.1.1
4545
# via pytest-xdist
46-
fakeredis==2.31.1
46+
fakeredis==2.31.3
4747
# via -r requirements/coverage.in
4848
h11==0.16.0
4949
# via
@@ -57,19 +57,19 @@ hypercorn==0.17.3
5757
# via hypofuzz
5858
hyperframe==6.1.0
5959
# via h2
60-
hypofuzz==25.9.1
60+
hypofuzz==25.9.2
6161
# via -r requirements/fuzzing.in
62-
hypothesis[cli,watchdog]==6.139.2
62+
hypothesis[cli,watchdog]==6.140.3
6363
# via hypofuzz
6464
idna==3.10
6565
# via
6666
# anyio
6767
# trio
6868
iniconfig==2.1.0
6969
# via pytest
70-
lark==1.2.2
70+
lark==1.3.0
7171
# via -r requirements/coverage.in
72-
libcst==1.8.4
72+
libcst==1.8.5
7373
# via
7474
# -r requirements/coverage.in
7575
# hypofuzz
@@ -89,7 +89,7 @@ packaging==25.0
8989
# via
9090
# black
9191
# pytest
92-
pandas==2.3.2
92+
pandas==2.3.3
9393
# via -r requirements/coverage.in
9494
pathspec==0.12.1
9595
# via black
@@ -133,7 +133,7 @@ pytz==2025.2
133133
# via
134134
# -r requirements/coverage.in
135135
# pandas
136-
pyyaml==6.0.2
136+
pyyaml==6.0.3
137137
# via libcst
138138
redis==6.4.0
139139
# via fakeredis

requirements/tools.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ accessible-pygments==0.0.5
88
# via furo
99
alabaster==1.0.0
1010
# via sphinx
11-
anyio==4.10.0
11+
anyio==4.11.0
1212
# via watchfiles
13-
asgiref==3.9.1
13+
asgiref==3.9.2
1414
# via django
1515
asttokens==3.0.0
1616
# via stack-data
@@ -22,7 +22,7 @@ babel==2.17.0
2222
# via sphinx
2323
backports-tarfile==1.2.0
2424
# via jaraco-context
25-
beautifulsoup4==4.13.5
25+
beautifulsoup4==4.14.2
2626
# via
2727
# furo
2828
# sphinx-codeautolink
@@ -54,9 +54,9 @@ colorama==0.4.6
5454
# via tox
5555
com2ann==0.3.0
5656
# via shed
57-
coverage==7.10.6
57+
coverage==7.10.7
5858
# via -r requirements/tools.in
59-
cryptography==46.0.1
59+
cryptography==46.0.2
6060
# via
6161
# secretstorage
6262
# types-pyopenssl
@@ -65,7 +65,7 @@ decorator==5.2.1
6565
# via ipython
6666
distlib==0.4.0
6767
# via virtualenv
68-
django==5.2.6
68+
django==5.2.7
6969
# via -r requirements/tools.in
7070
docutils==0.21.2
7171
# via
@@ -92,7 +92,7 @@ filelock==3.19.1
9292
# via
9393
# tox
9494
# virtualenv
95-
furo==2025.7.19
95+
furo==2025.9.25
9696
# via -r requirements/tools.in
9797
id==1.5.0
9898
# via twine
@@ -108,7 +108,7 @@ iniconfig==2.1.0
108108
# via pytest
109109
ipython==8.37.0
110110
# via -r requirements/tools.in
111-
isort==6.0.1
111+
isort==6.1.0
112112
# via shed
113113
jaraco-classes==3.4.0
114114
# via keyring
@@ -130,17 +130,17 @@ jsonpointer==3.0.0
130130
# via sphinx-jsonschema
131131
keyring==25.6.0
132132
# via twine
133-
lark==1.2.2
133+
lark==1.3.0
134134
# via -r requirements/tools.in
135-
libcst==1.8.4
135+
libcst==1.8.5
136136
# via
137137
# -r requirements/tools.in
138138
# shed
139139
markdown==3.9
140140
# via pelican
141141
markdown-it-py==4.0.0
142142
# via rich
143-
markupsafe==3.0.2
143+
markupsafe==3.0.3
144144
# via jinja2
145145
matplotlib-inline==0.1.7
146146
# via ipython
@@ -185,7 +185,7 @@ pexpect==4.9.0
185185
# via
186186
# -r requirements/test.in
187187
# ipython
188-
pip-tools==7.5.0
188+
pip-tools==7.5.1
189189
# via -r requirements/tools.in
190190
platformdirs==4.4.0
191191
# via
@@ -222,7 +222,7 @@ pyproject-hooks==1.2.0
222222
# via
223223
# build
224224
# pip-tools
225-
pyright==1.1.405
225+
pyright==1.1.406
226226
# via -r requirements/tools.in
227227
pytest==8.4.2
228228
# via
@@ -238,7 +238,7 @@ pytokens==0.1.10
238238
# via black
239239
pyupgrade==3.20.0
240240
# via shed
241-
pyyaml==6.0.2
241+
pyyaml==6.0.3
242242
# via
243243
# libcst
244244
# sphinx-jsonschema
@@ -262,7 +262,7 @@ rich==14.1.0
262262
# via
263263
# pelican
264264
# twine
265-
ruff==0.13.1
265+
ruff==0.13.3
266266
# via -r requirements/tools.in
267267
secretstorage==3.4.0
268268
# via keyring
@@ -325,7 +325,7 @@ tomli==2.2.1
325325
# pytest
326326
# sphinx
327327
# tox
328-
tox==4.30.2
328+
tox==4.30.3
329329
# via -r requirements/tools.in
330330
traitlets==5.14.3
331331
# via
@@ -372,7 +372,7 @@ watchdog==6.0.0
372372
# via -r requirements/tools.in
373373
watchfiles==1.1.0
374374
# via pelican
375-
wcwidth==0.2.13
375+
wcwidth==0.2.14
376376
# via prompt-toolkit
377377
wheel==0.45.1
378378
# via pip-tools

tooling/src/hypothesistooling/__main__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ def update_python_versions():
360360

361361

362362
DJANGO_VERSIONS = {
363-
"4.2": "4.2.24",
364-
"5.1": "5.1.12",
365-
"5.2": "5.2.6",
363+
"4.2": "4.2.25",
364+
"5.1": "5.1.13",
365+
"5.2": "5.2.7",
366366
}
367367

368368

0 commit comments

Comments
 (0)