From 902006737af40df12bc075d395636596c744ed49 Mon Sep 17 00:00:00 2001 From: mike seibel Date: Mon, 29 Apr 2024 16:22:06 -0700 Subject: [PATCH 1/2] bump deploy --- docker/test-values.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/test-values.yml b/docker/test-values.yml index 1bdd5710..2d1cfa55 100644 --- a/docker/test-values.yml +++ b/docker/test-values.yml @@ -40,8 +40,8 @@ resources: cpu: 500m memory: 512Mi requests: - cpu: 25m - memory: 128Mi + cpu: 15m + memory: 150Mi image: repository: IMAGE_REGISTRY tag: IMAGE_TAG From ca32231ad6e6f05c9d623d50b54b60b8b5fb0a3d Mon Sep 17 00:00:00 2001 From: mike seibel Date: Mon, 29 Apr 2024 17:27:33 -0700 Subject: [PATCH 2/2] pin lxml --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c7e6a91f..ab2ffaaa 100644 --- a/setup.py +++ b/setup.py @@ -36,15 +36,16 @@ 'pytz', 'psycopg2>=2.8,<2.9', 'lxml~=4.9.1', + 'xmlsec==1.3.13', 'uw-memcached-clients~=1.0.5', 'UW-RestClients-Core~=1.3.3', 'UW-Restclients-PWS==2.0.2', 'UW-RestClients-GWS~=2.0.1', 'UW-RestClients-UWNetID~=1.1.2', 'UW-RestClients-Django-Utils~=2.1.5', - 'Django-Safe-EmailBackend~=1.1.1', + 'Django-Safe-EmailBackend~=1.2', 'UW-Django-SAML2>=1.3.8,<2.0', - 'djangorestframework>=3.6.4', + 'djangorestframework~=3.12', 'django-pyscss', 'Django-SupportTools~=3.5', 'Django-Persistent-Message',