From 17d2fdbd2387c0eb325bdee1b0a7c8ea74fcbb01 Mon Sep 17 00:00:00 2001 From: Andrew Bogott Date: Fri, 31 May 2024 11:16:35 -0500 Subject: [PATCH] Update pywikibot to 9.1.3 (#431) * Update pywikibot to 9.1.3 Bug: T366226 * auto update of tag --------- Co-authored-by: Andrew Bogott Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index e12a0743..5f01485c 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -ENV PYWIKIBOT_VERSION=9.1.2 +ENV PYWIKIBOT_VERSION=9.1.3 ENV EDITOR=/bin/nano ENV PYWIKIBOT_DIR=/srv/paws ENV DEBIAN_FRONTEND=noninteractive diff --git a/paws/values.yaml b/paws/values.yaml index 46f65dd9..a812dcb7 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-421 # singleuser tag managed by github actions + tag: pr-431 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G