Skip to content

Commit

Permalink
bump security
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Nov 14, 2024
1 parent 74d4ee5 commit e830f4e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \
make -C docs html


FROM debian:bookworm-20240812 as runtime
FROM debian:bookworm-20241016 as runtime

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion requirements/azure.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography>=39.0.1
cryptography>=43.0.1
django>=4.2.16,<5
django-storages[azure]
2 changes: 1 addition & 1 deletion requirements/azure.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
cryptography==43.0.1
# via
# -r requirements/azure.in
# azure-storage-blob
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.pip
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.8
cryptography==43.0.1
# via
# jwcrypto
# onadata
Expand Down Expand Up @@ -328,7 +328,7 @@ rsa==4.9
# via google-auth
s3transfer==0.10.2
# via boto3
sentry-sdk==1.45.0
sentry-sdk==2.8.0
# via onadata
simplejson==3.19.2
# via onadata
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ install_requires =
simplejson
uwsgi
django-activity-stream
sentry-sdk>=1.43.0,<2
sentry-sdk>=2.8,<3
paho-mqtt
cryptography>=39.0.1
cryptography>=43.0.1
#Monitoring
analytics-python
appoptics-metrics
Expand Down

0 comments on commit e830f4e

Please sign in to comment.