Skip to content

Commit

Permalink
Merge branch 'main' into bc-6589
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Feb 21, 2024
2 parents f14388e + 2a7bf02 commit 733beda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 733beda

Please sign in to comment.