From 1333c38bfd6034902e0d6012088762f3f3627200 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 30 Jul 2024 14:04:46 -0400 Subject: [PATCH] Update pywikibot Bug: T371337 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index aa091936..e93a4fb3 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 -ENV PYWIKIBOT_VERSION=9.2.1 +ENV PYWIKIBOT_VERSION=9.3.0 ENV EDITOR=/bin/nano ENV PYWIKIBOT_DIR=/srv/paws ENV DEBIAN_FRONTEND=noninteractive