From 820be4e5e3485ab854b2a2a39be37d4d3a30d811 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 7 Mar 2024 23:00:46 +0100 Subject: [PATCH] Normalize pip-tools' header comment @ `runtime.txt` It's currently not prefixed with `requirements/` in most places and that what Dependabot keeps using. --- requirements/runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/runtime.txt b/requirements/runtime.txt index 4018038..713cfde 100644 --- a/requirements/runtime.txt +++ b/requirements/runtime.txt @@ -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