File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,9 @@ def docs_style(session):
154154@session (default = False )
155155def requirements (session ):
156156 """
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.
158160 """
159161 session .install ("pip-tools" )
160162 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"
4444Issues = " https://github.com/python-jsonschema/referencing/issues/"
4545Funding = " https://github.com/sponsors/Julian"
4646Tidelift = " 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/"
4748Source = " https://github.com/python-jsonschema/referencing"
4849
4950[tool .coverage .html ]
You can’t perform that action at this time.
0 commit comments