From 8663ccce9844733e4d2d6f170111bf1462b61e13 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 22 Jan 2024 19:02:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index cc73df9182..e8b2a05000 100644 --- a/noxfile.py +++ b/noxfile.py @@ -194,7 +194,7 @@ def docs(session): "sphinx==4.5.0", "alabaster", "recommonmark", - "django==2.2" + "django==2.2", ) shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)