Merge pull request #5619 from kurtmckee/add-missing-spaces-issue-5618

Add missing spaces to `--keep-outdated` deprecation text
This commit is contained in:
Matt Davis
2023-02-25 07:22:43 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Add missing spaces to the ``--keep-outdated`` flag's deprecation warning.
+1 -1
View File
@@ -157,7 +157,7 @@ def keep_outdated_option(f):
state.installstate.keep_outdated = value
if value:
click.secho(
"The flag --keep-outdated has been deprecated for removal."
"The flag --keep-outdated has been deprecated for removal. "
"The flag does not respect package resolver results and leads to inconsistent lock files. "
"Please pin relevant requirements in your Pipfile and discontinue use of this flag.",
fg="yellow",