Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hypothesis-python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def process_signature(app, what, name, obj, options, signature, return_annotatio
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"pandas": ("https://pandas.pydata.org/docs/", None),
"pytest": ("https://docs.pytest.org/en/stable/", None),
"django": (
"http://docs.djangoproject.com/en/stable/",
Expand Down
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
annotated-types==0.7.0
# via -r requirements/coverage.in
black==26.3.0
black==26.3.1
# via -r requirements/coverage.in
click==8.3.1
# via
Expand All @@ -28,7 +28,7 @@ libcst==1.8.6
# via -r requirements/coverage.in
mypy-extensions==1.1.0
# via black
numpy==2.4.2
numpy==2.4.3
# via
# -r requirements/coverage.in
# pandas
Expand Down
4 changes: 2 additions & 2 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==25.4.0
# via
# outcome
# trio
black==26.3.0
black==26.3.1
# via
# -r requirements/coverage.in
# hypofuzz
Expand Down Expand Up @@ -66,7 +66,7 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.1.0
# via black
numpy==2.4.2
numpy==2.4.3
# via
# -r requirements/coverage.in
# pandas
Expand Down
18 changes: 9 additions & 9 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ beautifulsoup4==4.14.3
# via
# furo
# sphinx-codeautolink
black==26.3.0
black==26.3.1
# via shed
blinker==1.9.0
# via pelican
build==1.4.0
# via
# -r requirements/tools.in
# pip-tools
cachetools==7.0.3
cachetools==7.0.5
# via tox
certifi==2026.2.25
# via requests
Expand Down Expand Up @@ -83,7 +83,7 @@ executing==2.2.1
# via stack-data
feedgenerator==2.2.1
# via pelican
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand Down Expand Up @@ -160,7 +160,7 @@ nh3==0.3.3
# via readme-renderer
nodeenv==1.10.0
# via pyright
numpy==2.4.2
numpy==2.4.3
# via -r requirements/tools.in
ordered-set==4.1.0
# via pelican
Expand Down Expand Up @@ -237,7 +237,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/tools.in
# pelican
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
pytokens==0.4.1
# via black
Expand Down Expand Up @@ -268,7 +268,7 @@ rich==14.3.3
# twine
roman-numerals==4.1.0
# via sphinx
ruff==0.15.5
ruff==0.15.6
# via -r requirements/tools.in
secretstorage==3.5.0
# via keyring
Expand Down Expand Up @@ -327,7 +327,7 @@ tomli==2.4.0
# via -r requirements/tools.in
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/tools.in
traitlets==5.14.3
# via
Expand Down Expand Up @@ -363,7 +363,7 @@ urllib3==2.6.3
# twine
uvicorn==0.41.0
# via sphinx-autobuild
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
watchdog==6.0.0
# via -r requirements/tools.in
Expand All @@ -381,5 +381,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via pip-tools
setuptools==82.0.0
setuptools==82.0.1
# via pip-tools
2 changes: 1 addition & 1 deletion tooling/src/hypothesistooling/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def run_tox(task, version, *args):
"3.13t": "3.13t-dev",
"3.14": "3.14.3",
"3.14t": "3.14t-dev",
"3.15": "3.15.0a6",
"3.15": "3.15.0a7",
"3.15t": "3.15t-dev",
"pypy3.10": "pypy3.10-7.3.19",
"pypy3.11": "pypy3.11-7.3.20",
Expand Down
Loading