From 89f9fede660a426daac415069fa5d1dc94c7ed1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Babin=C4=8D=C3=A1k?= Date: Sun, 3 Sep 2023 20:42:40 +0200 Subject: [PATCH] Remove pyup configuration Primarily because I wasn't able to get this working with python 2.7 since image with 2.7 is no longer available and PyUp wanted to upgrade Sphinx to version which isn't supported on 2.7. --- .pyup.yml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .pyup.yml diff --git a/.pyup.yml b/.pyup.yml deleted file mode 100644 index 720c5ee..0000000 --- a/.pyup.yml +++ /dev/null @@ -1,2 +0,0 @@ -update: insecure -schedule: "every day"