Skip to content

Commit 7bdee72

Browse files
authored
Merge branch 'master' into dependabot/pip/requests-2.33.0
2 parents 08c7827 + 2d08ecf commit 7bdee72

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v6
4747

4848
- name: 🏗️ Setup Terraform
49-
uses: hashicorp/setup-terraform@v3
49+
uses: hashicorp/setup-terraform@v4
5050

5151
- name: 🔍 Terraform Format
5252
run: terraform fmt -check -recursive

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cryptography==46.0.5
22
Flask-Limiter==4.1.1
33
Flask==3.1.3
4-
google-cloud-compute==1.43.0
4+
google-cloud-compute==1.46.0
55
google-cloud-secret-manager==2.26.0
6-
gunicorn==25.1.0
7-
PyJWT==2.11.0
8-
python-dotenv==1.2.1
6+
gunicorn==25.3.0
7+
PyJWT==2.12.1
8+
python-dotenv==1.2.2
99
requests==2.33.0

0 commit comments

Comments
 (0)