File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages = ["src/pyawaitable"]
88only-include = [" src/pyawaitable" , " include/" , " src/_pyawaitable" ]
99
1010[build .targets .wheel .hooks .autorun ]
11- dependencies = [" hatch-autorun" ]
11+ dependencies = [" hatch-autorun~=1.1 " ]
1212code = """
1313import pyawaitable
1414import os
@@ -18,10 +18,10 @@ os.environ['PYAWAITABLE_INCLUDE'] = pyawaitable.include(suppress_error=True)
1818
1919[build .hooks .custom ]
2020enable-by-default = true
21- dependencies = [" typing_extensions" ]
21+ dependencies = [" typing_extensions~=4.14 " ]
2222
2323[envs .hatch-test ]
24- dependencies = [" pyawaitable_test @ {root:uri}/tests" , " pytest" ]
24+ dependencies = [" pyawaitable_test @ {root:uri}/tests" , " pytest~=8.4 " ]
2525default-args = [" --verbose" ]
2626
2727[[envs .hatch-test .matrix ]]
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatch" , " hatchling" ]
2+ requires = [" hatch~=1.14 " , " hatchling~=1.27 " ]
33build-backend = " hatchling.build"
44
55[project ]
Original file line number Diff line number Diff line change 11# Requirements for Netlify
2- mkdocs
3- pymdown-extensions
2+ mkdocs ~= 1.6
3+ pymdown-extensions ~= 10.15
You can’t perform that action at this time.
0 commit comments