From a74dba4e212bff968f6be692927e938f01339df9 Mon Sep 17 00:00:00 2001 From: Brian Glass Date: Wed, 4 Sep 2024 13:17:55 -0400 Subject: [PATCH] dependency updates --- orthocal/settings.py | 2 -- requirements.txt | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/orthocal/settings.py b/orthocal/settings.py index b7c090a..cda566b 100644 --- a/orthocal/settings.py +++ b/orthocal/settings.py @@ -94,8 +94,6 @@ 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.locale.LocaleMiddleware', 'django.middleware.common.CommonMiddleware', - #'google.cloud.logging_v2.handlers.middleware.RequestMiddleware', - 'orthocal.middleware.google_logging_middleware', 'orthocal.middleware.cache_control', ] diff --git a/requirements.txt b/requirements.txt index a8e85a7..8cc950b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ django-cors-headers==4.4.0 django-fullurl==1.4 django-google-fonts==0.0.3 django-ninja==1.3.0 -django==5.1 +django==5.1.1 google-cloud-logging==3.11.2 icalendar==5.0.13 jdcal==1.4.1 @@ -12,8 +12,7 @@ Jinja2==3.1.4 # Typogrify imports this even though we're not using newrelic==9.13.0 python-dateutil==2.9.0.post0 requests==2.32.3 -#servestatic[brotli]==1.1.0 # git+https://github.com/Archmonger/ServeStatic@fix-gcp-middleware -servestatic[brotli] @ https://github.com/Archmonger/ServeStatic/zipball/fix-gcp-middleware +servestatic[brotli]==1.2.0 typogrify==2.0.7 uvicorn[standard]==0.30.6 # oscrypto is a dependency of one of the above packages.