From 2a7bf02c6c2db8636317887290f8795520200258 Mon Sep 17 00:00:00 2001 From: Phillip Date: Wed, 21 Feb 2024 09:58:12 +0100 Subject: [PATCH] BC-5922 update python and dependencies (#46) --- Dockerfile | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d64a9d5..acb6753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM docker.io/python:3.12-alpine ENV LC_ALL=C.UTF-8 ENV LANG C.UTF-8 diff --git a/requirements.txt b/requirements.txt index d09782d..c89848b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ requests==2.31.0 -click==8.1.6 +click==8.1.7 pyClamd==0.4.0 -aiohttp==3.8.5 +aiohttp==3.9.3 PyYAML==6.0.1 pika==1.3.2 -aio_pika==9.1.5 +aio_pika==9.3.1 environs==9.5.0 \ No newline at end of file