From 5ba8cf3473c57d1c0a20712088b6808784faa5bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:58:04 +0000 Subject: [PATCH] chore(deps): update all minor dependencies --- app/requirements.txt | 12 ++++++------ app/requirements_dev.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 7d59d323..51ec7089 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,17 +1,17 @@ arrow==1.3.0 awscli==1.36.34 -Authlib==1.3.2 +Authlib==1.4.0 Jinja2==3.1.5 aws-sns-message-validator==0.0.5 boto3==1.35.93 botocore==1.35.93 fastapi==0.115.6 geoip2==4.8.1 -google-api-python-client==2.153.0 +google-api-python-client==2.157.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==0.8.0 -google-api-core==2.23.0 -google-auth==2.36.0 +google-api-core==2.24.0 +google-auth==2.37.0 itsdangerous==2.2.0 pandas==2.2.3 PyJWT==2.10.1 @@ -23,6 +23,6 @@ pytz==2023.4 requests==2.32.3 slowapi==0.1.9 schedule==1.2.2 -slack-bolt==1.21.3 +slack-bolt==1.22.0 trello==0.9.7.3 -uvicorn==0.32.1 +uvicorn==0.34.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index 1df46861..12739ac4 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -6,6 +6,6 @@ freezegun==1.5.1 httpx==0.28.1 setuptools==70.3.0 pytest==8.3.4 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.2 pytest-env==0.8.2 requests-mock==1.12.1