0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-07 22:25:35 +00:00

Update package versions

This commit is contained in:
Pēteris Caune 2024-10-25 11:02:43 +03:00
parent c372e3232f
commit 7d6fccb05d
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
ENV PATH=$PATH:/root/.cargo/bin
RUN \
pip install --upgrade pip && \
pip wheel --wheel-dir /wheels apprise uwsgi mysqlclient minio psycopg-c==3.2.1 -r /tmp/requirements.txt
pip wheel --wheel-dir /wheels apprise uwsgi mysqlclient minio psycopg-c==3.2.3 -r /tmp/requirements.txt
COPY . /opt/healthchecks/
RUN \

View file

@ -1,13 +1,13 @@
aiosmtpd==1.4.6
cronsim==2.5
Django==5.1.1
Django==5.1.2
django-compressor==4.5.1
django-stubs-ext==5.0.4
fido2==1.1.3
oncalendar==1.1
psycopg==3.2.1
psycopg==3.2.3
pycurl==7.45.2
pydantic==2.8.2
pydantic==2.9.2
pyotp==2.9.0
segno==1.6.1
statsd==4.0.1