Skip to content

Commit fa62a31

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 54af16a commit fa62a31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-39:9.5-1739799514@sha256:9bbc4cfeac896544ab3eafa088c3d6995e82592362d374606f00d221f2986fe0 as prod
1+
FROM registry.access.redhat.com/ubi9/python-39:9.5-1741674875@sha256:6f89c966a1939d3fcd8919f1e823f1794721e68fb3b31388230529ff622eebef as prod
22

33
COPY LICENSE /licenses/LICENSE
44
USER 1001
@@ -14,7 +14,7 @@ RUN pip3 install --no-cache-dir . && \
1414

1515
ENTRYPOINT ["./entrypoint.sh"]
1616

17-
FROM registry.access.redhat.com/ubi9/python-39:9.5-1739799514@sha256:9bbc4cfeac896544ab3eafa088c3d6995e82592362d374606f00d221f2986fe0 as test
17+
FROM registry.access.redhat.com/ubi9/python-39:9.5-1741674875@sha256:6f89c966a1939d3fcd8919f1e823f1794721e68fb3b31388230529ff622eebef as test
1818

1919
USER root
2020
COPY LICENSE /licenses/LICENSE

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
'openapi-schema-validator ~=0.6.2',
3434
'jsonschema ~=4.23',
3535
# Newer versions are not compatible with our Flask version
36-
'markupsafe == 2.0.1'
36+
'markupsafe ==2.1.5'
3737
],
3838
)

0 commit comments

Comments
 (0)