diff --git a/config/settings/base.py b/config/settings/base.py index a895c33abac10724dc23af1d04963375d5d09fd6..799b396811f62bdef631e394bedc8fc1fadbb032 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -48,7 +48,7 @@ INFO_BANNER_MESSAGE = "TEST MESSAGE" BETA_REPORTS_LINK = False # Version --------------------------------------------------------------------- -PROJECT_VERSION = '2.26.0' +PROJECT_VERSION = '2.27.0' # Unauthenticated access ------------------------------------------------------ # This variable should eventually control whether unauthenticated access is diff --git a/requirements.txt b/requirements.txt index 99a59d82b4fef9bc859e2eca3b077ecedf7232bd..4908cd83653f8eb0acd8440db28b398ef955de4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ adrf==0.1.2 aws-xray-sdk==2.12.1 concurrent-log-handler==0.9.20 confluent-kafka==2.3.0 -cryptography==42.0.3 -Django==4.2.10 +cryptography==42.0.5 +Django==4.2.11 django-computedfields==0.2.5 django-debug-toolbar==4.3.0 django-extensions==3.2.3