Skip to content

Commit 3d54cdc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into slow-shrink-seed
2 parents e76d033 + c1d70b8 commit 3d54cdc

7 files changed

Lines changed: 31 additions & 31 deletions

File tree

hypothesis-python/docs/community.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Hypothesis community is full of excellent people who can answer your questio
77
* You can post a question on Stack Overflow using the `python-hypothesis <https://stackoverflow.com/questions/tagged/python-hypothesis>`__ tag.
88
* We also have `a mailing list <https://groups.google.com/forum/#!forum/hypothesis-users>`_. Feel free to use it to ask for help, provide feedback, or discuss anything remotely Hypothesis related at all.
99

10-
Note that the :gh-file:`Hypothesis code of conduct <CODE_OF_CONDUCT.rst>` applies in all Hypothesis community spaces!
10+
Note that the :gh-file:`Hypothesis code of conduct <.github/CODE_OF_CONDUCT.rst>` applies in all Hypothesis community spaces!
1111

1212
If you would like to cite Hypothesis, please consider :gh-file:`our suggested citation <CITATION.cff>`.
1313

hypothesis-python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def process_signature(app, what, name, obj, options, signature, return_annotatio
173173
intersphinx_mapping = {
174174
"python": ("https://docs.python.org/3/", None),
175175
"numpy": ("https://numpy.org/doc/stable/", None),
176-
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
176+
"pandas": ("https://pandas.pydata.org/docs/", None),
177177
"pytest": ("https://docs.pytest.org/en/stable/", None),
178178
"django": (
179179
"http://docs.djangoproject.com/en/stable/",

requirements/coverage.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
annotated-types==0.7.0
88
# via -r requirements/coverage.in
9-
black==26.3.0
9+
black==26.3.1
1010
# via -r requirements/coverage.in
1111
click==8.3.1
1212
# via
1313
# -r requirements/coverage.in
1414
# black
15-
coverage[toml]==7.13.4
15+
coverage[toml]==7.13.5
1616
# via pytest-cov
1717
dpcontracts==0.6.0
1818
# via -r requirements/coverage.in
@@ -28,7 +28,7 @@ libcst==1.8.6
2828
# via -r requirements/coverage.in
2929
mypy-extensions==1.1.0
3030
# via black
31-
numpy==2.4.2
31+
numpy==2.4.3
3232
# via
3333
# -r requirements/coverage.in
3434
# pandas
@@ -59,7 +59,7 @@ pytest==9.0.2
5959
# -r requirements/test.in
6060
# pytest-cov
6161
# pytest-xdist
62-
pytest-cov==7.0.0
62+
pytest-cov==7.1.0
6363
# via -r requirements/coverage.in
6464
pytest-xdist==3.8.0
6565
# via -r requirements/test.in

requirements/crosshair.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# ./build.sh upgrade-requirements
66
#
7-
attrs==25.4.0
7+
attrs==26.1.0
88
# via
99
# cattrs
1010
# lsprotocol
@@ -23,7 +23,7 @@ hypothesis==6.151.9
2323
# via hypothesis-crosshair
2424
hypothesis-crosshair==0.0.27
2525
# via -r requirements/crosshair.in
26-
importlib-metadata==8.7.1
26+
importlib-metadata==9.0.0
2727
# via crosshair-tool
2828
importlib-resources==6.5.2
2929
# via typeshed-client
@@ -43,7 +43,7 @@ pluggy==1.6.0
4343
# via pytest
4444
ptyprocess==0.7.0
4545
# via pexpect
46-
pygls==2.0.1
46+
pygls==2.1.0
4747
# via crosshair-tool
4848
pygments==2.19.2
4949
# via pytest

requirements/fuzzing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ annotated-types==0.7.0
88
# via -r requirements/coverage.in
99
anyio==4.12.1
1010
# via starlette
11-
attrs==25.4.0
11+
attrs==26.1.0
1212
# via
1313
# outcome
1414
# trio
15-
black==26.3.0
15+
black==26.3.1
1616
# via
1717
# -r requirements/coverage.in
1818
# hypofuzz
@@ -22,7 +22,7 @@ click==8.3.1
2222
# -r requirements/coverage.in
2323
# black
2424
# hypothesis
25-
coverage[toml]==7.13.4
25+
coverage[toml]==7.13.5
2626
# via
2727
# hypofuzz
2828
# pytest-cov
@@ -66,7 +66,7 @@ mdurl==0.1.2
6666
# via markdown-it-py
6767
mypy-extensions==1.1.0
6868
# via black
69-
numpy==2.4.2
69+
numpy==2.4.3
7070
# via
7171
# -r requirements/coverage.in
7272
# pandas
@@ -106,7 +106,7 @@ pytest==9.0.2
106106
# hypofuzz
107107
# pytest-cov
108108
# pytest-xdist
109-
pytest-cov==7.0.0
109+
pytest-cov==7.1.0
110110
# via -r requirements/coverage.in
111111
pytest-xdist==3.8.0
112112
# via -r requirements/test.in

requirements/tools.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ asgiref==3.11.1
1616
# via django
1717
asttokens==3.0.1
1818
# via stack-data
19-
attrs==25.4.0
19+
attrs==26.1.0
2020
# via -r requirements/tools.in
2121
autoflake==2.3.3
2222
# via shed
@@ -26,21 +26,21 @@ beautifulsoup4==4.14.3
2626
# via
2727
# furo
2828
# sphinx-codeautolink
29-
black==26.3.0
29+
black==26.3.1
3030
# via shed
3131
blinker==1.9.0
3232
# via pelican
3333
build==1.4.0
3434
# via
3535
# -r requirements/tools.in
3636
# pip-tools
37-
cachetools==7.0.3
37+
cachetools==7.0.5
3838
# via tox
3939
certifi==2026.2.25
4040
# via requests
4141
cffi==2.0.0
4242
# via cryptography
43-
charset-normalizer==3.4.5
43+
charset-normalizer==3.4.6
4444
# via requests
4545
click==8.3.1
4646
# via
@@ -55,7 +55,7 @@ colorama==0.4.6
5555
# tox
5656
com2ann==0.3.0
5757
# via shed
58-
coverage==7.13.4
58+
coverage==7.13.5
5959
# via -r requirements/tools.in
6060
cryptography==46.0.5
6161
# via
@@ -83,7 +83,7 @@ executing==2.2.1
8383
# via stack-data
8484
feedgenerator==2.2.1
8585
# via pelican
86-
filelock==3.25.0
86+
filelock==3.25.2
8787
# via
8888
# python-discovery
8989
# tox
@@ -110,7 +110,7 @@ isort==8.0.1
110110
# via shed
111111
jaraco-classes==3.4.0
112112
# via keyring
113-
jaraco-context==6.1.1
113+
jaraco-context==6.1.2
114114
# via keyring
115115
jaraco-functools==4.4.0
116116
# via keyring
@@ -124,7 +124,7 @@ jinja2==3.1.6
124124
# via
125125
# pelican
126126
# sphinx
127-
jsonpointer==3.0.0
127+
jsonpointer==3.1.0
128128
# via sphinx-jsonschema
129129
keyring==25.7.0
130130
# via twine
@@ -160,7 +160,7 @@ nh3==0.3.3
160160
# via readme-renderer
161161
nodeenv==1.10.0
162162
# via pyright
163-
numpy==2.4.2
163+
numpy==2.4.3
164164
# via -r requirements/tools.in
165165
ordered-set==4.1.0
166166
# via pelican
@@ -237,7 +237,7 @@ python-dateutil==2.9.0.post0
237237
# via
238238
# -r requirements/tools.in
239239
# pelican
240-
python-discovery==1.1.1
240+
python-discovery==1.2.0
241241
# via virtualenv
242242
pytokens==0.4.1
243243
# via black
@@ -268,7 +268,7 @@ rich==14.3.3
268268
# twine
269269
roman-numerals==4.1.0
270270
# via sphinx
271-
ruff==0.15.5
271+
ruff==0.15.7
272272
# via -r requirements/tools.in
273273
secretstorage==3.5.0
274274
# via keyring
@@ -327,15 +327,15 @@ tomli==2.4.0
327327
# via -r requirements/tools.in
328328
tomli-w==1.2.0
329329
# via tox
330-
tox==4.49.0
330+
tox==4.50.3
331331
# via -r requirements/tools.in
332332
traitlets==5.14.3
333333
# via
334334
# ipython
335335
# matplotlib-inline
336336
twine==6.2.0
337337
# via -r requirements/tools.in
338-
types-cffi==1.17.0.20260307
338+
types-cffi==2.0.0.20260316
339339
# via types-pyopenssl
340340
types-click==7.1.8
341341
# via -r requirements/tools.in
@@ -361,9 +361,9 @@ urllib3==2.6.3
361361
# id
362362
# requests
363363
# twine
364-
uvicorn==0.41.0
364+
uvicorn==0.42.0
365365
# via sphinx-autobuild
366-
virtualenv==21.1.0
366+
virtualenv==21.2.0
367367
# via tox
368368
watchdog==6.0.0
369369
# via -r requirements/tools.in
@@ -381,5 +381,5 @@ wheel==0.46.3
381381
# The following packages are considered to be unsafe in a requirements file:
382382
pip==26.0.1
383383
# via pip-tools
384-
setuptools==82.0.0
384+
setuptools==82.0.1
385385
# via pip-tools

tooling/src/hypothesistooling/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def run_tox(task, version, *args):
641641
"3.13t": "3.13t-dev",
642642
"3.14": "3.14.3",
643643
"3.14t": "3.14t-dev",
644-
"3.15": "3.15.0a6",
644+
"3.15": "3.15.0a7",
645645
"3.15t": "3.15t-dev",
646646
"pypy3.10": "pypy3.10-7.3.19",
647647
"pypy3.11": "pypy3.11-7.3.20",

0 commit comments

Comments
 (0)