From 6cf708321bc27609f32f3508504979deb02e6872 Mon Sep 17 00:00:00 2001 From: Rob Siemborski Date: Tue, 8 Oct 2024 13:41:26 -0400 Subject: [PATCH] Update to Python 3.13 Includes new PyYAML revision to match. --- Dockerfile | 2 +- zdaemon/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0b48bd5..e1a23ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Need uptime, grep, cron to run, so we use the alpine version. -FROM python:3.10-alpine +FROM python:3.13-alpine RUN mkdir /home/zdaemon diff --git a/zdaemon/requirements.txt b/zdaemon/requirements.txt index 515dac6..8b5df6e 100644 --- a/zdaemon/requirements.txt +++ b/zdaemon/requirements.txt @@ -8,7 +8,7 @@ idna==3.6 Jinja2==3.1.3 MarkupSafe==2.1.5 pytz==2023.4 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.31.0 simplejson==3.19.2 slack-bolt==1.18.1