We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5e007 commit b4d92d5Copy full SHA for b4d92d5
test/python/Dockerfile
@@ -86,7 +86,7 @@ USER 12021
86
FROM build AS test-pip-tools-a
87
88
# renovate: datasource=pypi
89
-RUN install-tool pip-tools 7.5.0
+RUN install-tool pip-tools 7.5.1
90
91
#--------------------------------------
92
# test pip-tools-b: pip-tools (older python)
@@ -98,7 +98,7 @@ FROM base AS test-pip-tools-b
98
RUN install-tool python 3.8.18
99
100
101
102
103
104
# test poetry-a: (rootless)
0 commit comments