class Dependabot::Uv::PipenvRunner

def run_command(command, fingerprint: nil)

def run_command(command, fingerprint: nil)
  SharedHelpers.run_shell_command(command, env: pipenv_env_variables, fingerprint: fingerprint)
end