Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .rhdh/docker/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Keep in sync with Makefile YQ_VERSION (kislyuk/yq).
yq==3.4.2
yq==3.4.3
6 changes: 3 additions & 3 deletions .rhdh/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ xmltodict==1.0.4 \
--hash=sha256:6d94c9f834dd9e44514162799d344d815a3a4faec913717a9ecbfa5be1bb8e61 \
--hash=sha256:a4a00d300b0e1c59fc2bfccb53d7b2e88c32f200df138a0dd2229f842497026a
# via yq
yq==3.4.2 \
--hash=sha256:24f37f200fdf6e8ca7473f6987cb0f3dbb0ad0a1e21bad33ea9992b0debf7df5 \
--hash=sha256:f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
yq==3.4.3 \
--hash=sha256:547e34bc3caacce83665fd3429bf7c85f8e8b6b9aaee3f953db1ad716ff3434d \
--hash=sha256:ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b
# via -r .rhdh/docker/requirements.in
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TESTS_DIR := ./tests

# Local tools configuration
# renovate: datasource=pypi depName=yq
YQ_VERSION := 3.4.2
YQ_VERSION := 3.4.3
YQ_VENV := $(TOOLS_DIR)/yq-venv
YQ_BIN := $(YQ_VENV)/bin/yq

Expand Down
Loading