Skip to content

Commit

Permalink
Fix windows CI for 3.8 and the outdated command that was refactored t…
Browse files Browse the repository at this point in the history
…o remove pkg_resources.
  • Loading branch information
matteius committed Apr 27, 2024
1 parent 3ac18c3 commit 80da44a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipenv/routines/outdated.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def do_outdated(project, pypi_mirror=None, pre=False, clear=False):
else:
pipfile_version_text = " (Unpinned in Pipfile)"
click.secho(
f"Skipped Update of Package {package!s}:"
f" {old_version!s} installed,{required!s}{pipfile_version_text!s}, "
f"{new_version!s} available.",
f"Skipped Update of Package {package}: "
f"{old_version} installed,{required}{pipfile_version_text}, "
f"{new_version} available.",
fg="yellow",
err=True,
)
Expand Down

0 comments on commit 80da44a

Please sign in to comment.