class Dependabot::Uv::PipenvRunner

def run(command, fingerprint: nil)

def run(command, fingerprint: nil)
  run_command(
    "pyenv local #{language_version_manager.python_major_minor}",
    fingerprint: "pyenv local <python_major_minor>"
  )
  run_command(command, fingerprint: fingerprint)
end