Skip to content

Commit dd3c74b

Browse files
committed
update to 3.10, bump deps, test 3.14
1 parent 55a6190 commit dd3c74b

File tree

6 files changed

+65
-66
lines changed

6 files changed

+65
-66
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
strategy:
136136
matrix:
137-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
137+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
138138
toxenv: ["test", "pytest7"]
139139
fail-fast: false
140140
steps:

deps/check.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --annotation-style=line --output-file=deps/check.txt deps/check.in
5+
# pip-compile --annotation-style=line --no-strip-extras --output-file=deps/check.txt deps/check.in
66
#
77
anyio==4.11.0 # via starlette
8-
attrs==25.3.0 # via hypothesis, outcome, trio
8+
attrs==25.4.0 # via outcome, trio
99
black==25.9.0 # via shed
10-
click==8.1.8 # via black
10+
click==8.3.0 # via black
1111
com2ann==0.3.0 # via shed
1212
exceptiongroup==1.3.0 # via anyio, hypercorn, hypothesis, pytest, taskgroup, trio
1313
flake8==7.3.0 # via pep8-naming
@@ -16,39 +16,39 @@ h2==4.3.0 # via hypercorn
1616
hpack==4.1.0 # via h2
1717
hypercorn==0.17.3 # via -r deps/check.in
1818
hyperframe==6.1.0 # via h2
19-
hypothesis==6.140.2 # via -r deps/check.in
20-
idna==3.10 # via anyio, trio
21-
iniconfig==2.1.0 # via pytest
22-
libcst==1.8.5 # via shed
19+
hypothesis==6.145.1 # via -r deps/check.in
20+
idna==3.11 # via anyio, trio
21+
iniconfig==2.3.0 # via pytest
22+
libcst==1.8.6 # via shed
2323
mccabe==0.7.0 # via flake8
2424
mypy==1.18.2 # via -r deps/check.in
2525
mypy-extensions==1.1.0 # via black, mypy
2626
outcome==1.3.0.post0 # via trio
2727
packaging==25.0 # via black, pytest
2828
pathspec==0.12.1 # via black, mypy
2929
pep8-naming==0.15.1 # via -r deps/check.in
30-
platformdirs==4.4.0 # via black
30+
platformdirs==4.5.0 # via black
3131
pluggy==1.6.0 # via pytest
3232
priority==2.0.0 # via hypercorn
33-
psutil==7.1.0 # via -r deps/check.in
33+
psutil==7.1.3 # via -r deps/check.in
3434
pycodestyle==2.14.0 # via flake8
3535
pyflakes==3.4.0 # via flake8
3636
pygments==2.19.2 # via pytest
3737
pytest==8.4.2 # via -r deps/check.in
38-
pytokens==0.1.10 # via black
39-
pyupgrade==3.20.0 # via shed
38+
pytokens==0.2.0 # via black
39+
pyupgrade==3.21.0 # via shed
4040
pyyaml==6.0.3 # via libcst
41-
ruff==0.13.2 # via -r deps/check.in, shed
41+
ruff==0.14.3 # via -r deps/check.in, shed
4242
shed==2025.6.1 # via -r deps/check.in
4343
sniffio==1.3.1 # via anyio, trio
4444
sortedcontainers==2.4.0 # via hypothesis, sortedcontainers-stubs, trio
4545
sortedcontainers-stubs==2.4.3 # via -r deps/check.in
46-
starlette==0.48.0 # via -r deps/check.in
46+
starlette==0.50.0 # via -r deps/check.in
4747
taskgroup==0.2.2 # via hypercorn
4848
tokenize-rt==6.2.0 # via pyupgrade
49-
tomli==2.2.1 # via black, hypercorn, mypy, pytest
50-
trio==0.31.0 # via -r deps/check.in
49+
tomli==2.3.0 # via black, hypercorn, mypy, pytest
50+
trio==0.32.0 # via -r deps/check.in
5151
types-requests==2.32.4.20250913 # via -r deps/check.in
52-
typing-extensions==4.15.0 # via anyio, black, exceptiongroup, hypercorn, libcst, mypy, sortedcontainers-stubs, starlette, taskgroup
52+
typing-extensions==4.15.0 # via anyio, black, exceptiongroup, hypercorn, mypy, sortedcontainers-stubs, starlette, taskgroup
5353
urllib3==2.5.0 # via types-requests
5454
wsproto==1.2.0 # via hypercorn

deps/docs.txt

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --annotation-style=line --output-file=deps/docs.txt deps/docs.in pyproject.toml
5+
# pip-compile --annotation-style=line --no-strip-extras --output-file=deps/docs.txt deps/docs.in pyproject.toml
66
#
77
accessible-pygments==0.0.5 # via furo
8-
alabaster==0.7.16 # via sphinx
8+
alabaster==1.0.0 # via sphinx
99
anyio==4.11.0 # via starlette
10-
attrs==25.3.0 # via hypothesis, outcome, trio
10+
attrs==25.4.0 # via outcome, trio
1111
babel==2.17.0 # via sphinx
12-
beautifulsoup4==4.14.0 # via furo
12+
beautifulsoup4==4.14.2 # via furo
1313
black==25.9.0 # via hypofuzz (pyproject.toml), hypothesis
14-
certifi==2025.8.3 # via requests
15-
charset-normalizer==3.4.3 # via requests
16-
click==8.1.8 # via black, hypothesis
17-
coverage==7.10.7 # via hypofuzz (pyproject.toml)
14+
certifi==2025.10.5 # via requests
15+
charset-normalizer==3.4.4 # via requests
16+
click==8.3.0 # via black, hypothesis
17+
coverage==7.11.0 # via hypofuzz (pyproject.toml)
1818
docutils==0.21.2 # via myst-parser, pybtex-docutils, sphinx, sphinxcontrib-bibtex
1919
exceptiongroup==1.3.0 # via anyio, hypercorn, hypothesis, pytest, taskgroup, trio
2020
furo==2025.9.25 # via -r deps/docs.in
@@ -23,40 +23,39 @@ h2==4.3.0 # via hypercorn
2323
hpack==4.1.0 # via h2
2424
hypercorn==0.17.3 # via hypofuzz (pyproject.toml)
2525
hyperframe==6.1.0 # via h2
26-
hypothesis[cli,watchdog]==6.140.2 # via hypofuzz (pyproject.toml)
27-
idna==3.10 # via anyio, requests, trio
26+
hypothesis[cli,watchdog]==6.145.1 # via hypofuzz (pyproject.toml)
27+
idna==3.11 # via anyio, requests, trio
2828
imagesize==1.4.1 # via sphinx
29-
importlib-metadata==8.7.0 # via pybtex, sphinx, sphinxcontrib-bibtex
30-
iniconfig==2.1.0 # via pytest
29+
iniconfig==2.3.0 # via pytest
3130
jinja2==3.1.6 # via myst-parser, sphinx
3231
latexcodec==3.0.1 # via pybtex
33-
libcst==1.8.5 # via hypofuzz (pyproject.toml)
32+
libcst==1.8.6 # via hypofuzz (pyproject.toml)
3433
markdown-it-py==3.0.0 # via mdit-py-plugins, myst-parser, rich
3534
markupsafe==3.0.3 # via jinja2
36-
mdit-py-plugins==0.4.2 # via myst-parser
35+
mdit-py-plugins==0.5.0 # via myst-parser
3736
mdurl==0.1.2 # via markdown-it-py
3837
mypy-extensions==1.1.0 # via black
39-
myst-parser==3.0.1 # via -r deps/docs.in
38+
myst-parser==4.0.1 # via -r deps/docs.in
4039
outcome==1.3.0.post0 # via trio
4140
packaging==25.0 # via black, pytest, sphinx
4241
pathspec==0.12.1 # via black
43-
platformdirs==4.4.0 # via black
42+
platformdirs==4.5.0 # via black
4443
pluggy==1.6.0 # via pytest
4544
priority==2.0.0 # via hypercorn
46-
psutil==7.1.0 # via hypofuzz (pyproject.toml)
45+
psutil==7.1.3 # via hypofuzz (pyproject.toml)
4746
pybtex==0.25.1 # via pybtex-docutils, sphinxcontrib-bibtex
4847
pybtex-docutils==1.0.3 # via sphinxcontrib-bibtex
4948
pygments==2.19.2 # via accessible-pygments, furo, pytest, rich, sphinx
5049
pytest==8.4.2 # via hypofuzz (pyproject.toml)
51-
pytokens==0.1.10 # via black
50+
pytokens==0.2.0 # via black
5251
pyyaml==6.0.3 # via libcst, myst-parser, pybtex
5352
requests==2.32.5 # via sphinx
54-
rich==14.1.0 # via hypothesis
53+
rich==14.2.0 # via hypothesis
5554
sniffio==1.3.1 # via anyio, trio
5655
snowballstemmer==3.0.1 # via sphinx
5756
sortedcontainers==2.4.0 # via hypothesis, trio
5857
soupsieve==2.8 # via beautifulsoup4
59-
sphinx==7.4.7 # via -r deps/docs.in, furo, myst-parser, sphinx-basic-ng, sphinxcontrib-bibtex
58+
sphinx==8.1.3 # via -r deps/docs.in, furo, myst-parser, sphinx-basic-ng, sphinxcontrib-bibtex
6059
sphinx-basic-ng==1.0.0b2 # via furo
6160
sphinxcontrib-applehelp==2.0.0 # via sphinx
6261
sphinxcontrib-bibtex==2.6.5 # via -r deps/docs.in
@@ -65,12 +64,11 @@ sphinxcontrib-htmlhelp==2.1.0 # via sphinx
6564
sphinxcontrib-jsmath==1.0.1 # via sphinx
6665
sphinxcontrib-qthelp==2.0.0 # via sphinx
6766
sphinxcontrib-serializinghtml==2.0.0 # via sphinx
68-
starlette==0.48.0 # via hypofuzz (pyproject.toml)
67+
starlette==0.50.0 # via hypofuzz (pyproject.toml)
6968
taskgroup==0.2.2 # via hypercorn
70-
tomli==2.2.1 # via black, hypercorn, pytest, sphinx
71-
trio==0.31.0 # via hypofuzz (pyproject.toml)
72-
typing-extensions==4.15.0 # via anyio, beautifulsoup4, black, exceptiongroup, hypercorn, libcst, starlette, taskgroup
69+
tomli==2.3.0 # via black, hypercorn, pytest, sphinx
70+
trio==0.32.0 # via hypofuzz (pyproject.toml)
71+
typing-extensions==4.15.0 # via anyio, beautifulsoup4, black, exceptiongroup, hypercorn, starlette, taskgroup
7372
urllib3==2.5.0 # via requests
7473
watchdog==6.0.0 # via hypothesis
7574
wsproto==1.2.0 # via hypercorn
76-
zipp==3.23.0 # via importlib-metadata

deps/test.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --annotation-style=line --output-file=deps/test.txt deps/test.in pyproject.toml
5+
# pip-compile --annotation-style=line --no-strip-extras --output-file=deps/test.txt deps/test.in pyproject.toml
66
#
77
anyio==4.11.0 # via starlette
8-
attrs==25.3.0 # via hypothesis, outcome, trio
8+
attrs==25.4.0 # via outcome, trio
99
black==25.9.0 # via hypofuzz (pyproject.toml), hypothesis
10-
certifi==2025.8.3 # via requests
11-
charset-normalizer==3.4.3 # via requests
12-
click==8.1.8 # via black, hypothesis
13-
coverage[toml]==7.10.7 # via hypofuzz (pyproject.toml), pytest-cov
10+
certifi==2025.10.5 # via requests
11+
charset-normalizer==3.4.4 # via requests
12+
click==8.3.0 # via black, hypothesis
13+
coverage[toml]==7.11.0 # via hypofuzz (pyproject.toml), pytest-cov
1414
exceptiongroup==1.3.0 # via anyio, hypercorn, hypothesis, pytest, taskgroup, trio
1515
execnet==2.1.1 # via pytest-xdist
1616
h11==0.16.0 # via hypercorn, wsproto
1717
h2==4.3.0 # via hypercorn
1818
hpack==4.1.0 # via h2
1919
hypercorn==0.17.3 # via hypofuzz (pyproject.toml)
2020
hyperframe==6.1.0 # via h2
21-
hypothesis[cli,watchdog]==6.140.2 # via hypofuzz (pyproject.toml)
22-
idna==3.10 # via anyio, requests, trio
23-
iniconfig==2.1.0 # via pytest
24-
libcst==1.8.5 # via hypofuzz (pyproject.toml)
25-
markdown-it-py==3.0.0 # via rich
21+
hypothesis[cli,watchdog]==6.145.1 # via hypofuzz (pyproject.toml)
22+
idna==3.11 # via anyio, requests, trio
23+
iniconfig==2.3.0 # via pytest
24+
libcst==1.8.6 # via hypofuzz (pyproject.toml)
25+
markdown-it-py==4.0.0 # via rich
2626
mdurl==0.1.2 # via markdown-it-py
2727
mypy-extensions==1.1.0 # via black
2828
outcome==1.3.0.post0 # via trio
2929
packaging==25.0 # via black, pytest
3030
pathspec==0.12.1 # via black
31-
platformdirs==4.4.0 # via black
31+
platformdirs==4.5.0 # via black
3232
pluggy==1.6.0 # via pytest, pytest-cov
3333
priority==2.0.0 # via hypercorn
34-
psutil==7.1.0 # via hypofuzz (pyproject.toml)
34+
psutil==7.1.3 # via hypofuzz (pyproject.toml)
3535
pygments==2.19.2 # via pytest, rich
3636
pytest==8.4.2 # via -r deps/test.in, hypofuzz (pyproject.toml), pytest-cov, pytest-xdist
3737
pytest-cov==7.0.0 # via -r deps/test.in
3838
pytest-xdist==3.8.0 # via -r deps/test.in
39-
pytokens==0.1.10 # via black
39+
pytokens==0.2.0 # via black
4040
pyyaml==6.0.3 # via libcst
4141
requests==2.32.5 # via -r deps/test.in
42-
rich==14.1.0 # via hypothesis
42+
rich==14.2.0 # via hypothesis
4343
sniffio==1.3.1 # via anyio, trio
4444
sortedcontainers==2.4.0 # via hypothesis, trio
45-
starlette==0.48.0 # via hypofuzz (pyproject.toml)
45+
starlette==0.50.0 # via hypofuzz (pyproject.toml)
4646
taskgroup==0.2.2 # via hypercorn
47-
tomli==2.2.1 # via black, coverage, hypercorn, pytest
48-
trio==0.31.0 # via hypofuzz (pyproject.toml)
49-
typing-extensions==4.15.0 # via anyio, black, exceptiongroup, hypercorn, libcst, starlette, taskgroup
47+
tomli==2.3.0 # via black, coverage, hypercorn, pytest
48+
trio==0.32.0 # via hypofuzz (pyproject.toml)
49+
typing-extensions==4.15.0 # via anyio, black, exceptiongroup, hypercorn, starlette, taskgroup
5050
urllib3==2.5.0 # via requests
5151
watchdog==6.0.0 # via hypothesis
5252
wsproto==1.2.0 # via hypercorn

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dynamic = ["version"]
1818
description = "Adaptive fuzzing for property-based tests"
1919
readme = "README.md"
2020
license-files = ["LICENSE", "CONTRIBUTING.md"]
21-
requires-python = ">=3.9"
21+
requires-python = ">=3.10"
2222
authors = [
2323
{name = "Zac Hatfield-Dodds", email = "zac@hypofuzz.com"}
2424
]
@@ -44,11 +44,11 @@ classifiers = [
4444
"License :: Free for non-commercial use",
4545
"Programming Language :: Python",
4646
"Programming Language :: Python :: 3",
47-
"Programming Language :: Python :: 3.9",
4847
"Programming Language :: Python :: 3.10",
4948
"Programming Language :: Python :: 3.11",
5049
"Programming Language :: Python :: 3.12",
5150
"Programming Language :: Python :: 3.13",
51+
"Programming Language :: Python :: 3.14",
5252
"Topic :: Software Development :: Testing",
5353
]
5454

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ commands =
3333
pytest tests/ {posargs:-n auto}
3434

3535
[testenv:deps]
36+
basepython = python3.10
3637
description = Updates test corpora and the pinned dependencies in `deps/*.txt`
3738
deps =
3839
pip-tools

0 commit comments

Comments
 (0)