From 78446328a4967b0a98ee27cf7d70a5812e448a00 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sib.swiss> Date: Tue, 9 Jul 2024 20:04:38 +0000 Subject: [PATCH] Update dependency boto3 to v1.34.142 --- api/app/requirements.txt | 2 +- connector/app/requirements.txt | 2 +- setup/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index 23947052..797b4f03 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -19,4 +19,4 @@ openpyxl==3.1.5 anyio==3.7.1 psutil==5.9.8 pyoxigraph==0.3.22 -boto3==1.34.131 \ No newline at end of file +boto3==1.34.142 \ No newline at end of file diff --git a/connector/app/requirements.txt b/connector/app/requirements.txt index f44ce6ee..e6a2a95e 100644 --- a/connector/app/requirements.txt +++ b/connector/app/requirements.txt @@ -11,6 +11,6 @@ Werkzeug==2.3.8 cryptography==42.0.8 pyoxigraph==0.3.22 pydantic==1.10.16 -boto3==1.34.131 +boto3==1.34.142 sqlparse==0.5.0 gunicorn==22.0.0 \ No newline at end of file diff --git a/setup/requirements.txt b/setup/requirements.txt index 0496587c..98bd2115 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.34.131 +boto3==1.34.142 requests==2.28.0 \ No newline at end of file -- GitLab