From 189c7b78b41b97a98dcab49f28c7d18f90ad1bb6 Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:26:13 -0400 Subject: [PATCH] pywikibot version bump (#315) * pywikibot version bump Bug: T342852 * auto update of tag --------- 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 002fc190..f6153dbe 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -ENV PYWIKIBOT_VERSION=8.1.2 +ENV PYWIKIBOT_VERSION=8.3.0 ENV EDITOR=/bin/nano ENV PYWIKIBOT_DIR=/srv/paws ENV DEBIAN_FRONTEND=noninteractive diff --git a/paws/values.yaml b/paws/values.yaml index af3288fb..7b68baca 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -282,7 +282,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-309 # singleuser tag managed by github actions + tag: pr-315 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 1G