Skip to content

Commit

Permalink
Security updates (#2737)
Browse files Browse the repository at this point in the history
* bump security

* update dependency

* remove extra =
  • Loading branch information
kelvin-muchiri authored Nov 15, 2024
1 parent 7b1f271 commit a4f8a62
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ s3transfer==0.10.2
# via boto3
semver==3.0.2
# via requirements-detector
sentry-sdk==1.45.0
sentry-sdk==2.8.0
# via onadata
setoptconf-tmp==0.3.1
# via prospector
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 a4f8a62

Please sign in to comment.