Skip to content

Commit 654fdae

Browse files
authored
Merge branch 'master' into dependabot/pip/gunicorn-25.3.0
2 parents e018a36 + 38454ed commit 654fdae

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 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
66
gunicorn==25.3.0
7-
PyJWT==2.11.0
8-
python-dotenv==1.2.1
7+
PyJWT==2.12.1
8+
python-dotenv==1.2.2
99
requests==2.32.5

0 commit comments

Comments
 (0)