We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e018a36 + 38454ed commit 654fdaeCopy full SHA for 654fdae
2 files changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/checkout@v6
47
48
- name: 🏗️ Setup Terraform
49
- uses: hashicorp/setup-terraform@v3
+ uses: hashicorp/setup-terraform@v4
50
51
- name: 🔍 Terraform Format
52
run: terraform fmt -check -recursive
requirements.txt
@@ -1,9 +1,9 @@
1
cryptography==46.0.5
2
Flask-Limiter==4.1.1
3
Flask==3.1.3
4
-google-cloud-compute==1.43.0
+google-cloud-compute==1.46.0
5
google-cloud-secret-manager==2.26.0
6
gunicorn==25.3.0
7
-PyJWT==2.11.0
8
-python-dotenv==1.2.1
+PyJWT==2.12.1
+python-dotenv==1.2.2
9
requests==2.32.5
0 commit comments