Skip to content

Commit c5b447d

Browse files
authored
Add version to warning
1 parent 090f419 commit c5b447d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

piptools/scripts/compile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,8 @@ def cli(
679679
if strip_extras is None:
680680
strip_extras = False
681681
log.warning(
682-
"WARNING: --strip-extras is becoming the default. "
683-
"To silence this warning, "
682+
"WARNING: --strip-extras is becoming the default "
683+
"in version 8.0.0. To silence this warning, "
684684
"either use --strip-extras to opt into the new default "
685685
"or use --no-strip-extras to retain the existing behavior."
686686
)

0 commit comments

Comments
 (0)