From 3207928418acde35c67b70a31be2cb6c354526fb Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 3 Mar 2021 13:41:27 -0800 Subject: [PATCH] requirements: Fix paths to 'non-"lock" files'; those are the .in files --- requirements/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/mypy.txt | 2 +- requirements/pip.txt | 2 +- requirements/prod.txt | 2 +- requirements/thumbor-dev.txt | 2 +- requirements/thumbor.txt | 2 +- tools/update-locked-requirements | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index ae0021f4b8..9f557a36e9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/docs.txt b/requirements/docs.txt index 8e189ed175..6fa6bc3dde 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/mypy.txt b/requirements/mypy.txt index 8df79c3419..4209d95213 100644 --- a/requirements/mypy.txt +++ b/requirements/mypy.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/pip.txt b/requirements/pip.txt index f36fd3a4ee..ed857e80f9 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/prod.txt b/requirements/prod.txt index ab2d648374..9865dec553 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/thumbor-dev.txt b/requirements/thumbor-dev.txt index 6280d1db2a..59788463c9 100644 --- a/requirements/thumbor-dev.txt +++ b/requirements/thumbor-dev.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/requirements/thumbor.txt b/requirements/thumbor.txt index 1b07aed9e8..4c1d947dae 100644 --- a/requirements/thumbor.txt +++ b/requirements/thumbor.txt @@ -1,7 +1,7 @@ # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements # diff --git a/tools/update-locked-requirements b/tools/update-locked-requirements index 93b6499646..1e8072bd1c 100755 --- a/tools/update-locked-requirements +++ b/tools/update-locked-requirements @@ -17,7 +17,7 @@ compile_requirements() { # # This file is GENERATED. Don't edit directly. # -# To update, edit the non-"lock" files in requirements/*.txt, then: +# To update, edit the non-"lock" files in requirements/*.in, then: # # tools/update-locked-requirements #