From 74a520b5fb41dc369f127c4b762114d3242e154a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:11:37 -0700 Subject: [PATCH] chore(deps): update all patch dependencies (#434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a9f2a8df..5fa49316 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,9 +1,9 @@ arrow==1.3.0 Authlib==1.3.0 Jinja2==3.1.3 -awscli==1.32.64 +awscli==1.32.66 aws-sns-message-validator==0.0.5 -boto3==1.34.64 +boto3==1.34.66 fastapi==0.110.0 geoip2==4.8.0 google-api-python-client==2.122.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index d9eaaa8f..3c10efba 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -3,5 +3,5 @@ coverage==6.5.0 flake8==6.1.0 freezegun==1.4.0 pytest==7.4.4 -pytest-asyncio==0.23.5.post1 +pytest-asyncio==0.23.6 pytest-env==0.8.2