Skip to content

Commit b4d92d5

Browse files
test(deps): update dependency pip-tools to v7.5.1 (main) (#5151)
test(deps): update dependency pip-tools to v7.5.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de5e007 commit b4d92d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/python/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ USER 12021
8686
FROM build AS test-pip-tools-a
8787

8888
# renovate: datasource=pypi
89-
RUN install-tool pip-tools 7.5.0
89+
RUN install-tool pip-tools 7.5.1
9090

9191
#--------------------------------------
9292
# test pip-tools-b: pip-tools (older python)
@@ -98,7 +98,7 @@ FROM base AS test-pip-tools-b
9898
RUN install-tool python 3.8.18
9999

100100
# renovate: datasource=pypi
101-
RUN install-tool pip-tools 7.5.0
101+
RUN install-tool pip-tools 7.5.1
102102

103103
#--------------------------------------
104104
# test poetry-a: (rootless)

0 commit comments

Comments
 (0)