From 81eb32ae49cfbdab296c98ba2e7e858e62bb562d Mon Sep 17 00:00:00 2001 From: Son Chau Date: Thu, 2 Jan 2025 09:36:43 -0800 Subject: [PATCH 1/4] Update base.txt --- requirements/base.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index dc597de3d..45fabd687 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ -Django==5.1.1 # Python web framework -psycopg[binary]==3.2.1 # PostgreSQL driver for Python -django-cors-headers==4.4.0 # handling the server headers required for CORS +Django==5.1.4 # Python web framework +psycopg[binary]==3.2.3 # PostgreSQL driver for Python +django-cors-headers==4.6.0 # handling the server headers required for CORS django-ninja==1.3.0 # API & schema -orjson==3.10.7 # JSON library \ No newline at end of file +orjson==3.10.13 # JSON library \ No newline at end of file From 3c12711fc6216c4ed5c63487a9c9befaf4d9830c Mon Sep 17 00:00:00 2001 From: Son Chau Date: Thu, 2 Jan 2025 09:36:49 -0800 Subject: [PATCH 2/4] Update local.txt --- requirements/local.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index 8da3ce1fa..3a2ee86f1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt # inherit from base.txt -coverage==7.6.1 # measures code coverage +coverage==7.6.10 # measures code coverage flake8==7.1.1 # style guide enforcement -tox==4.18.1 # test command line tool +tox==4.23.2 # test command line tool django-debug-toolbar==4.4.6 # display debug information factory-boy==3.3.1 # setup test cases -tqdm==4.66.5 # progress bar for data loader script \ No newline at end of file +tqdm==4.67.1 # progress bar for data loader script \ No newline at end of file From 620b24b33657c4f1c99b4458c2c51f77e7af2726 Mon Sep 17 00:00:00 2001 From: Son Chau Date: Thu, 2 Jan 2025 09:36:52 -0800 Subject: [PATCH 3/4] Update dev.txt --- requirements/dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f9771a3ff..ccc0d555e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,7 +1,7 @@ -r local.txt # inherit from local.txt -whitenoise==6.7.0 # serve static files -redis[hiredis]==5.0.8 # cache server +whitenoise==6.8.2 # serve static files +redis[hiredis]==5.2.1 # cache server gunicorn==23.0.0 # web server -uvicorn[standard]==0.30.6 # web server -candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.0 # CANDIG logging wrapper -candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.5.0 # CANDIG authorization wrapper +uvicorn[standard]==0.34.0 # web server +candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.1 # CANDIG logging wrapper +candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.1 # CANDIG authorization wrapper From a4303576e12595930d2b4d9ad0993162ce2afdf4 Mon Sep 17 00:00:00 2001 From: Son Chau Date: Thu, 2 Jan 2025 09:36:54 -0800 Subject: [PATCH 4/4] Update prod.txt --- requirements/prod.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index dd610fd11..712b28ba2 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,8 +1,8 @@ -r base.txt # inherit from base.txt -whitenoise==6.7.0 # serve static files -redis[hiredis]==5.0.8 # cache server +whitenoise==6.8.2 # serve static files +redis[hiredis]==5.2.1 # cache server gunicorn==23.0.0 # web server -uvicorn[standard]==0.30.6 # web server -candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.0 # CANDIG logging wrapper -candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.5.0 # CANDIG authorization wrapper +uvicorn[standard]==0.34.0 # web server +candigv2-logging@git+https://github.com/CanDIG/candigv2-logging.git@v1.0.1 # CANDIG logging wrapper +candigv2-authx@git+https://github.com/CanDIG/candigv2-authx.git@v2.6.1 # CANDIG authorization wrapper