From 1035a103a66e2cdc5c0230d0bf37047c4c81e2bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:42:21 +0000 Subject: [PATCH] chore(deps): update all patch dependencies --- app/requirements.txt | 4 ++-- app/requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index c2fab873..fbfc8bc0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,9 +1,9 @@ arrow==1.2.3 Authlib==1.2.1 Jinja2==3.1.2 -awscli==1.29.40 +awscli==1.29.44 aws-sns-message-validator==0.0.5 -boto3==1.28.40 +boto3==1.28.44 fastapi==0.103.1 geoip2==4.7.0 google-api-python-client==2.97.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index 9582e14e..4e6c3da8 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -1,6 +1,6 @@ black==22.12.0 coverage==6.5.0 flake8==6.1.0 -pytest==7.4.1 +pytest==7.4.2 pytest-asyncio==0.21.1 pytest-env==0.8.2