diff --git a/Dockerfile b/Dockerfile index acb6753..72001cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.12-alpine +FROM docker.io/python:3.13-alpine ENV LC_ALL=C.UTF-8 ENV LANG C.UTF-8 diff --git a/requirements.txt b/requirements.txt index ff1fdd9..b99726e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ requests==2.32.3 click==8.1.7 pyClamd==0.4.0 -aiohttp==3.10.5 +aiohttp==3.11.10 PyYAML==6.0.2 pika==1.3.2 -aio_pika==9.4.3 -environs==11.0.0 -setuptools==75.0.0 \ No newline at end of file +aio_pika==9.5.3 +environs==11.2.1 +setuptools==75.6.0 \ No newline at end of file