From af6b846d81bc653bc5517b76094faa1aa78a4b21 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Jan 2024 23:31:24 +0000 Subject: [PATCH] upgrade dependencies for deployment --- mpcontribs-api/requirements/deployment.txt | 8 ++++---- mpcontribs-kernel-gateway/requirements/deployment.txt | 2 +- mpcontribs-portal/requirements/deployment.txt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mpcontribs-api/requirements/deployment.txt b/mpcontribs-api/requirements/deployment.txt index d7bafe0a0..5778885cc 100644 --- a/mpcontribs-api/requirements/deployment.txt +++ b/mpcontribs-api/requirements/deployment.txt @@ -39,9 +39,9 @@ blinker==1.7.0 # via mpcontribs-api (MPContribs/mpcontribs-api/setup.py) boltons==23.1.1 # via mpcontribs-api (MPContribs/mpcontribs-api/setup.py) -boto3==1.34.14 +boto3==1.34.15 # via flask-mongorest-mpcontribs -botocore==1.34.14 +botocore==1.34.15 # via # boto3 # s3transfer @@ -215,7 +215,7 @@ jupyter-core==5.7.1 # notebook jupyter-events==0.9.0 # via jupyter-server -jupyter-server==2.12.2 +jupyter-server==2.12.3 # via # nbclassic # notebook-shim @@ -232,7 +232,7 @@ markupsafe==2.1.3 # jinja2 # nbconvert # werkzeug -marshmallow==3.20.1 +marshmallow==3.20.2 # via # flask-marshmallow # marshmallow-mongoengine diff --git a/mpcontribs-kernel-gateway/requirements/deployment.txt b/mpcontribs-kernel-gateway/requirements/deployment.txt index 0439930a9..5bc155c7c 100644 --- a/mpcontribs-kernel-gateway/requirements/deployment.txt +++ b/mpcontribs-kernel-gateway/requirements/deployment.txt @@ -166,7 +166,7 @@ jupyter-events==0.9.0 # via jupyter-server jupyter-kernel-gateway==2.5.2 # via -r MPContribs/mpcontribs-kernel-gateway/requirements.in -jupyter-server==2.12.2 +jupyter-server==2.12.3 # via # nbclassic # notebook-shim diff --git a/mpcontribs-portal/requirements/deployment.txt b/mpcontribs-portal/requirements/deployment.txt index 4275490e5..708699840 100644 --- a/mpcontribs-portal/requirements/deployment.txt +++ b/mpcontribs-portal/requirements/deployment.txt @@ -26,9 +26,9 @@ boltons==23.1.1 # via # mpcontribs-client # mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py) -boto3==1.34.14 +boto3==1.34.15 # via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py) -botocore==1.34.14 +botocore==1.34.15 # via # boto3 # s3transfer