Skip to content

Commit

Permalink
build: export pipenv constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 12, 2023
1 parent 1767f76 commit f7d7316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/modules/manager/pipenv/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import type {
} from '../types';
import { PipfileLockSchema } from './schema';

function getPythonConstraint(
export function getPythonConstraint(
existingLockFileContent: string,
config: UpdateArtifactsConfig
): string | undefined {
Expand Down Expand Up @@ -51,7 +51,7 @@ function getPythonConstraint(
return undefined;
}

function getPipenvConstraint(
export function getPipenvConstraint(
existingLockFileContent: string,
config: UpdateArtifactsConfig
): string {
Expand Down

0 comments on commit f7d7316

Please sign in to comment.