Skip to content

Commit

Permalink
upgrade cryptography to v43.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Sep 24, 2024
1 parent b5bd094 commit b6ae6f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.14,<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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ install_requires =
django-activity-stream
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 b6ae6f4

Please sign in to comment.