Skip to content

Commit eba9c12

Browse files
authored
Merge pull request #4293 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 7713777 + 7f47077 commit eba9c12

File tree

6 files changed

+27
-25
lines changed

6 files changed

+27
-25
lines changed

hypothesis-python/tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,21 @@ commands =
161161
setenv=
162162
PYTHONWARNDEFAULTENCODING=1
163163
commands =
164-
pip install django==4.2.19
164+
pip install django==4.2.20
165165
python -bb -X dev -m tests.django.manage test tests.django {posargs}
166166

167167
[testenv:django50]
168168
setenv=
169169
PYTHONWARNDEFAULTENCODING=1
170170
commands =
171-
pip install django==5.0.12
171+
pip install django==5.0.13
172172
python -bb -X dev -m tests.django.manage test tests.django {posargs}
173173

174174
[testenv:django51]
175175
setenv=
176176
PYTHONWARNDEFAULTENCODING=1
177177
commands =
178-
pip install django==5.1.6
178+
pip install django==5.1.7
179179
python -bb -X dev -m tests.django.manage test tests.django {posargs}
180180

181181
[testenv:py{39}-nose]

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ptyprocess==0.7.0
6060
# via pexpect
6161
pyarrow==19.0.1
6262
# via -r requirements/coverage.in
63-
pytest==8.3.4
63+
pytest==8.3.5
6464
# via
6565
# -r requirements/test.in
6666
# pytest-cov

requirements/fuzzing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ hypercorn==0.17.3
5858
# via hypofuzz
5959
hyperframe==6.1.0
6060
# via h2
61-
hypofuzz==25.2.5
61+
hypofuzz==25.3.1
6262
# via -r requirements/fuzzing.in
63-
hypothesis[cli,watchdog]==6.127.3
63+
hypothesis[cli,watchdog]==6.127.9
6464
# via hypofuzz
6565
idna==3.10
6666
# via
@@ -110,7 +110,7 @@ pyarrow==19.0.1
110110
# via -r requirements/coverage.in
111111
pygments==2.19.1
112112
# via rich
113-
pytest==8.3.4
113+
pytest==8.3.5
114114
# via
115115
# -r requirements/test.in
116116
# hypofuzz
@@ -146,7 +146,7 @@ sortedcontainers==2.4.0
146146
# hypothesis
147147
# hypothesis (hypothesis-python/setup.py)
148148
# trio
149-
starlette==0.46.0
149+
starlette==0.46.1
150150
# via hypofuzz
151151
taskgroup==0.2.2
152152
# via hypercorn

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluggy==1.5.0
2424
# via pytest
2525
ptyprocess==0.7.0
2626
# via pexpect
27-
pytest==8.3.4
27+
pytest==8.3.5
2828
# via
2929
# -r requirements/test.in
3030
# pytest-xdist

requirements/tools.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ com2ann==0.3.0
5252
# via shed
5353
coverage==7.6.12
5454
# via -r requirements/tools.in
55-
cryptography==44.0.1
55+
cryptography==44.0.2
5656
# via
5757
# secretstorage
5858
# types-pyopenssl
@@ -61,7 +61,7 @@ decorator==5.2.1
6161
# via ipython
6262
distlib==0.3.9
6363
# via virtualenv
64-
django==5.1.6
64+
django==5.1.7
6565
# via -r requirements/tools.in
6666
docutils==0.21.2
6767
# via
@@ -101,7 +101,7 @@ importlib-metadata==8.6.1
101101
# via keyring
102102
iniconfig==2.0.0
103103
# via pytest
104-
ipython==8.33.0
104+
ipython==8.34.0
105105
# via -r requirements/tools.in
106106
isort==6.0.1
107107
# via shed
@@ -117,7 +117,7 @@ jeepney==0.9.0
117117
# via
118118
# keyring
119119
# secretstorage
120-
jinja2==3.1.5
120+
jinja2==3.1.6
121121
# via
122122
# pelican
123123
# sphinx
@@ -212,9 +212,9 @@ pyproject-hooks==1.2.0
212212
# via
213213
# build
214214
# pip-tools
215-
pyright==1.1.395
215+
pyright==1.1.396
216216
# via -r requirements/tools.in
217-
pytest==8.3.4
217+
pytest==8.3.5
218218
# via
219219
# -r requirements/test.in
220220
# pytest-xdist
@@ -252,7 +252,7 @@ rich==13.9.4
252252
# via
253253
# pelican
254254
# twine
255-
ruff==0.9.9
255+
ruff==0.9.10
256256
# via -r requirements/tools.in
257257
secretstorage==3.3.3
258258
# via keyring
@@ -275,7 +275,7 @@ sphinx==8.1.3
275275
# sphinx-hoverxref
276276
# sphinx-rtd-theme
277277
# sphinxcontrib-jquery
278-
sphinx-codeautolink==0.17.1
278+
sphinx-codeautolink==0.17.4
279279
# via -r requirements/tools.in
280280
sphinx-hoverxref==1.4.2
281281
# via -r requirements/tools.in
@@ -318,15 +318,15 @@ tomli==2.2.1
318318
# pytest
319319
# sphinx
320320
# tox
321-
tox==4.24.1
321+
tox==4.24.2
322322
# via -r requirements/tools.in
323323
traitlets==5.14.3
324324
# via
325325
# ipython
326326
# matplotlib-inline
327327
twine==6.1.0
328328
# via -r requirements/tools.in
329-
types-cffi==1.16.0.20241221
329+
types-cffi==1.16.0.20250307
330330
# via types-pyopenssl
331331
types-click==7.1.8
332332
# via -r requirements/tools.in
@@ -336,7 +336,7 @@ types-pytz==2025.1.0.20250204
336336
# via -r requirements/tools.in
337337
types-redis==4.6.0.20241004
338338
# via -r requirements/tools.in
339-
types-setuptools==75.8.2.20250301
339+
types-setuptools==75.8.2.20250305
340340
# via types-cffi
341341
typing-extensions==4.12.2
342342
# via
@@ -356,7 +356,7 @@ urllib3==2.3.0
356356
# via
357357
# requests
358358
# twine
359-
virtualenv==20.29.2
359+
virtualenv==20.29.3
360360
# via tox
361361
watchdog==6.0.0
362362
# via -r requirements/tools.in
@@ -373,4 +373,6 @@ zipp==3.21.0
373373
pip==25.0.1
374374
# via pip-tools
375375
setuptools==75.8.2
376-
# via pip-tools
376+
# via
377+
# pip-tools
378+
# types-setuptools

tooling/src/hypothesistooling/__main__.py

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

326326

327327
DJANGO_VERSIONS = {
328-
"4.2": "4.2.19",
329-
"5.0": "5.0.12",
330-
"5.1": "5.1.6",
328+
"4.2": "4.2.20",
329+
"5.0": "5.0.13",
330+
"5.1": "5.1.7",
331331
}
332332

333333

0 commit comments

Comments
 (0)