File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,9 @@ def docs_style(session):
154
154
@session (default = False )
155
155
def requirements (session ):
156
156
"""
157
- Update the project's pinned requirements. Commit the result.
157
+ Update the project's pinned requirements.
158
+
159
+ You should commit the result afterwards.
158
160
"""
159
161
session .install ("pip-tools" )
160
162
for each in REQUIREMENTS_IN :
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Homepage = "https://github.com/python-jsonschema/referencing"
44
44
Issues = " https://github.com/python-jsonschema/referencing/issues/"
45
45
Funding = " https://github.com/sponsors/Julian"
46
46
Tidelift = " https://tidelift.com/subscription/pkg/pypi-referencing?utm_source=pypi-referencing&utm_medium=referral&utm_campaign=pypi-link"
47
+ Changelog = " https://referencing.readthedocs.io/en/stable/changes/"
47
48
Source = " https://github.com/python-jsonschema/referencing"
48
49
49
50
[tool .coverage .html ]
You can’t perform that action at this time.
0 commit comments