From e6dbe3f9d62ce0cd69b4f247980113ce204e6ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:12:41 +0000 Subject: [PATCH] fix(deps): update all minor dependencies --- app/requirements.txt | 14 +++++++------- app/requirements_dev.txt | 2 +- package-lock.json | 6 +++--- scripts/google_pickle_string/requirements.txt | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 965e6d53..85338b9b 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,17 +1,17 @@ arrow==1.3.0 -awscli==1.33.40 +awscli==1.34.17 Authlib==1.3.2 Jinja2==3.1.4 aws-sns-message-validator==0.0.5 -boto3==1.34.158 -botocore==1.34.158 -fastapi==0.112.2 +boto3==1.35.17 +botocore==1.35.17 +fastapi==0.114.1 geoip2==4.8.0 -google-api-python-client==2.140.0 +google-api-python-client==2.145.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==0.8.0 google-api-core==2.19.2 -google-auth==2.33.0 +google-auth==2.34.0 httpx==0.27.2 itsdangerous==2.2.0 PyJWT==2.9.0 @@ -23,6 +23,6 @@ pytz==2023.4 requests==2.32.3 slowapi==0.1.9 schedule==1.2.2 -slack-bolt==1.19.1 +slack-bolt==1.20.1 trello==0.9.7.3 uvicorn==0.30.6 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index 06afffde..73c93628 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -5,6 +5,6 @@ flake8==6.1.0 freezegun==1.5.1 setuptools==70.3.0 pytest==7.4.4 -pytest-asyncio==0.23.8 +pytest-asyncio==0.24.0 pytest-env==0.8.2 requests-mock==1.12.1 diff --git a/package-lock.json b/package-lock.json index 14d5f83e..9d1f352a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -306,9 +306,9 @@ "license": "MIT" }, "node_modules/@fontsource/roboto": { - "version": "5.0.15", - "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.15.tgz", - "integrity": "sha512-352XiID9jfwmYaHpdmS3ocGJi3PA+vOm4HzJIRfSyPEyLP6dZN8iiEKUbdAfB5YXQO3YxO2KZpR+R28q2zMiYw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.1.0.tgz", + "integrity": "sha512-cFRRC1s6RqPygeZ8Uw/acwVHqih8Czjt6Q0MwoUoDe9U3m4dH1HmNDRBZyqlMSFwgNAUKgFImncKdmDHyKpwdg==", "license": "Apache-2.0" }, "node_modules/@jridgewell/gen-mapping": { diff --git a/scripts/google_pickle_string/requirements.txt b/scripts/google_pickle_string/requirements.txt index be827474..3d0aed12 100644 --- a/scripts/google_pickle_string/requirements.txt +++ b/scripts/google_pickle_string/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.140.0 +google-api-python-client==2.145.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.1 \ No newline at end of file