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

Security updates #2737

Merged
merged 3 commits into from
Nov 15, 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 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