mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
Normalize pip-tools' header comment @ runtime.txt
It's currently not prefixed with `requirements/` in most places and that what Dependabot keeps using.
This commit is contained in:
parent
aec4e82833
commit
820be4e5e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# This file is autogenerated by pip-compile with Python 3.11
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
|
||||
# pip-compile --allow-unsafe --output-file=runtime.txt --resolver=backtracking --strip-extras runtime.in
|
||||
#
|
||||
annotated-types==0.5.0
|
||||
# via pydantic
|
||||
|
|
Loading…
Reference in a new issue