diff --git a/app/requirements.txt b/app/requirements.txt index 67ee9ddf..fa84eaa5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,15 +1,15 @@ arrow==1.3.0 -Authlib==1.2.1 +Authlib==1.3.0 Jinja2==3.1.2 -awscli==1.31.9 +awscli==1.32.8 aws-sns-message-validator==0.0.5 -boto3==1.33.9 -fastapi==0.104.1 +boto3==1.34.8 +fastapi==0.108.0 geoip2==4.8.0 -google-api-python-client==2.109.0 -google-auth-httplib2==0.1.1 +google-api-python-client==2.111.0 +google-auth-httplib2==0.2.0 google-auth-oauthlib==0.8.0 -httpx==0.25.2 +httpx==0.26.0 itsdangerous==2.1.2 Jinja2==3.1.2 PyJWT==2.8.0 @@ -20,4 +20,4 @@ requests==2.31.0 schedule==1.2.1 slack-bolt==1.18.1 trello==0.9.7.3 -uvicorn==0.24.0.post1 +uvicorn==0.25.0 diff --git a/app/requirements_dev.txt b/app/requirements_dev.txt index e0748549..112800cb 100644 --- a/app/requirements_dev.txt +++ b/app/requirements_dev.txt @@ -1,7 +1,7 @@ black==22.12.0 coverage==6.5.0 flake8==6.1.0 -freezegun==1.3.1 +freezegun==1.4.0 pytest==7.4.3 pytest-asyncio==0.23.2 pytest-env==0.8.2 diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3ee8639c..af186996 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17355,9 +17355,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.6.tgz", - "integrity": "sha512-AKjF7qbbLvLaPieoKeTjG1+FyNZT6KaJMJPFeQyLfIp7l82ggH1fbHJSsYIvnbTFQOlkh+gBYpyby5GT1LIdLw==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", + "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/scripts/google_pickle_string/requirements.txt b/scripts/google_pickle_string/requirements.txt index 49d2b764..766448f7 100644 --- a/scripts/google_pickle_string/requirements.txt +++ b/scripts/google_pickle_string/requirements.txt @@ -1,3 +1,3 @@ -google-api-python-client==2.109.0 -google-auth-httplib2==0.1.1 -google-auth-oauthlib==1.1.0 \ No newline at end of file +google-api-python-client==2.111.0 +google-auth-httplib2==0.2.0 +google-auth-oauthlib==1.2.0 \ No newline at end of file