Skip to content

Commit

Permalink
Use PypiDatasource.defaultURL
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoenmaeckers committed Nov 28, 2024
1 parent a2853bb commit c0750e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/pep621/processors/uv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class UvProcessor implements PyProjectProcessor {
// If there are implicit indexes, check them first and fall back
// to the default.
dep.registryUrls = implicitIndexUrls.concat(
dep.registryUrls ?? new PypiDatasource().defaultRegistryUrls,
dep.registryUrls ?? PypiDatasource.defaultURL,
);
}
}
Expand Down

0 comments on commit c0750e1

Please sign in to comment.