From 39e221d5a9dc6d143c89830229d573ff02a16024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 10:10:04 -0400 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.0 in /images/minesweeper (#413) * --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] * auto update of tag --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Action Co-authored-by: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> --- images/minesweeper/requirements.txt | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/minesweeper/requirements.txt b/images/minesweeper/requirements.txt index c25d8f32..615ea8d3 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.31.0 +requests==2.32.0 # via # kubernetes # requests-oauthlib diff --git a/paws/values.yaml b/paws/values.yaml index 206e5747..718b41d7 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -309,7 +309,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-400 # minesweeper tag managed by github actions + tag: pr-413 # 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: