From 8af210b70b158445d143676c8e728e72d6d45f78 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sib.swiss> Date: Thu, 20 Jun 2024 20:04:43 +0000 Subject: [PATCH] Update dependency boto3 to v1.34.131 --- api/app/requirements.txt | 2 +- connector/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index 767cedad..31b0eaee 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -19,4 +19,4 @@ openpyxl==3.1.4 anyio==3.7.1 psutil==5.9.8 pyoxigraph==0.3.22 -boto3==1.34.129 \ No newline at end of file +boto3==1.34.131 \ No newline at end of file diff --git a/connector/app/requirements.txt b/connector/app/requirements.txt index 7a697335..1e0908f6 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.129 +boto3==1.34.131 sqlparse==0.5.0 gunicorn==22.0.0 \ No newline at end of file -- GitLab