Skip to content

Commit

Permalink
BC-8523 update python to 3.13 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Dec 9, 2024
1 parent fc11ef3 commit e03d4f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
aio_pika==9.5.3
environs==11.2.1
setuptools==75.6.0

0 comments on commit e03d4f5

Please sign in to comment.