Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-5922 update python and dependencies #46

Merged
merged 5 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading