From f15c19f1d4a27cd5876ba9ae489220682676714e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:13:47 +0000 Subject: [PATCH 1/2] Bump requests from 2.32.0 to 2.32.4 in /images/minesweeper Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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 20b64c56..05f350d2 100644 --- a/images/minesweeper/requirements.txt +++ b/images/minesweeper/requirements.txt @@ -32,7 +32,7 @@ python-dateutil==2.8.2 # via kubernetes pyyaml==6.0.1 # via kubernetes -requests==2.32.0 +requests==2.32.4 # via # kubernetes # requests-oauthlib From b4e1051f9a832e7e8def9e192532131bd5bf942c Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 10 Jun 2025 08:14:01 +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 aaf4e24d..bf0a1324 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-433 # minesweeper tag managed by github actions + tag: pr-487 # 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: