From 484310f63ef9c513e62d8759c01076fde8da7dd8 Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Fri, 27 Oct 2023 21:30:10 +0000
Subject: [PATCH] gracedb-2.23.1

---
 config/settings/base.py | 2 +-
 docker/apache-config    | 2 +-
 requirements.txt        | 8 +++++---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/config/settings/base.py b/config/settings/base.py
index 2d90fe511..288250494 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -36,7 +36,7 @@ INFO_BANNER_MESSAGE = "TEST MESSAGE"
 BETA_REPORTS_LINK = False
 
 # Version ---------------------------------------------------------------------
-PROJECT_VERSION = '2.23.0'
+PROJECT_VERSION = '2.23.1'
 
 # Unauthenticated access ------------------------------------------------------
 # This variable should eventually control whether unauthenticated access is
diff --git a/docker/apache-config b/docker/apache-config
index 98f1b46aa..4cd71b32c 100644
--- a/docker/apache-config
+++ b/docker/apache-config
@@ -145,7 +145,7 @@ ServerName ${DJANGO_PRIMARY_FQDN}
     AuthType Shibboleth
     ShibRequestSetting requireSession true
     ShibUseHeaders On
-    Require shib-user tanner.prestegard@LIGO.ORG alexander.pace@LIGO.ORG patrick.brady@LIGO.ORG thomas.downes@LIGO.ORG
+    Require shib-user duncan.meacher@LIGO.ORG alexander.pace@LIGO.ORG daniel.wysocki@LIGO.ORG patrick.brady@LIGO.ORG
   </Location>
 
 </VirtualHost>
diff --git a/requirements.txt b/requirements.txt
index 8581c9002..9289d03d4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,8 @@
-adc-streaming==2.3.1
+adc-streaming==2.3.2
 aws-xray-sdk==2.11.0
 ConcurrentLogHandler==0.9.1
-cryptography==41.0.3
+confluent-kafka==2.3.0
+cryptography==41.0.5
 Django==3.2.20
 django-computedfields==0.2.3
 django-debug-toolbar==4.1.0
@@ -22,7 +23,8 @@ gssapi==1.8.2
 gunicorn[gthread]==21.2.0
 hop-client==0.8.0
 html5lib==1.1.0
-igwn-alert-overseer==0.6.0
+igwn-alert==0.4.0
+igwn-alert-overseer==0.6.1
 ipdb==0.13.13
 ipython==8.14.0
 #jwt==1.3.1
-- 
GitLab