From 3f69f3b2916cf675eab2e985a5efd5535929ff1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:27:25 +0000 Subject: [PATCH 1/2] Bump idna from 3.7 to 3.15 in /images/minesweeper Bumps [idna](https://github.com/kjd/idna) from 3.7 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.7...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] --- images/minesweeper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/minesweeper/requirements.txt b/images/minesweeper/requirements.txt index 05f350d2..0e943869 100644 --- a/images/minesweeper/requirements.txt +++ b/images/minesweeper/requirements.txt @@ -14,7 +14,7 @@ charset-normalizer==3.2.0 # via requests google-auth==2.22.0 # via kubernetes -idna==3.7 +idna==3.15 # via requests kubernetes==27.2.0 # via -r requirements.in From a32304610374f343c5624010349876d78d6ebc7f Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 20 May 2026 02:27:36 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index a1442060..9751f494 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -318,7 +318,7 @@ minesweeper: enabled: false # most local-dev testers won't have the key to configs image: name: quay.io/wikimedia-paws-prod/minesweeper - tag: pr-487 # minesweeper tag managed by github actions + tag: pr-516 # minesweeper tag managed by github actions template: "{{ .Values.minesweeper.image.name }}:{{ .Values.minesweeper.image.tag }}" # If not deployed for prod use, we use the some hacks for testing localdev: