Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim


ARG TERRAFORM_VERSION=1.14.4
Expand Down
116 changes: 58 additions & 58 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
ansible==10.4.0
ansible-core==2.17.7
ansible-runner==2.4.0
ansible==14.3.1
ansible-core==2.21.3
ansible-runner==2.4.3
azure-common==1.1.28
azure-core==1.31.0
azure-identity==1.18.0
azure-mgmt-compute==33.0.0
azure-mgmt-core==1.4.0
azure-mgmt-network==27.0.0
azure-mgmt-resource==23.1.1
azure-mgmt-storage==21.2.1
azure-storage-blob==12.23.1
boto3==1.35.28
botocore==1.35.28
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
azure-core==1.41.0
azure-identity==1.25.3
azure-mgmt-compute==38.3.0
azure-mgmt-core==1.6.0
azure-mgmt-network==32.0.0
azure-mgmt-resource==26.0.0
azure-mgmt-storage==25.1.0
azure-storage-blob==12.30.0
boto3==1.43.79
botocore==1.43.79
certifi==2026.7.22
cffi==2.1.1
charset-normalizer==3.5.1
colorama==0.4.6
cryptography==44.0.1
cryptography==50.0.0
deprecation==2.1.0
docutils==0.21.2
flask==3.0.0
flask-openapi3==3.1.0
flask-cors==5.0.0
gitdb==4.0.11
GitPython==3.1.43
idna==3.10
isodate==0.6.1
docutils==0.23
flask==3.1.3
flask-openapi3==4.3.2
flask-cors==6.0.5
gitdb==4.0.12
GitPython==3.1.59
idna==3.19
isodate==0.7.2
Jinja2==3.1.6
jmespath==1.0.1
jmespath==1.1.0
lockfile==0.12.2
MarkupSafe==2.1.5
msal==1.31.0
msal-extensions==1.2.0
packaging==24.1
MarkupSafe==3.0.3
msal==1.38.0
msal-extensions==1.3.1
packaging==26.3
pexpect==4.9.0
portalocker==2.10.1
prompt-toolkit==3.0.36
portalocker==4.2.0
prompt-toolkit==3.0.53
ptyprocess==0.7.0
pycparser==2.22
pycryptodome==3.20.0
PyJWT==2.9.0
pydantic==2.5.3
pyspnego==0.11.1
python-daemon==3.0.1
pycparser==3.0
pycryptodome==3.23.0
PyJWT==2.13.0
pydantic==2.13.4
pyspnego==0.12.1
python-daemon==3.1.2
python-dateutil==2.9.0.post0
python-terraform==0.10.1
python-vagrant==1.0.0
pywinrm==0.5.0
PyYAML==6.0.2
questionary==2.0.1
requests==2.32.3
PyYAML==6.0.3
questionary==2.1.1
requests==2.34.2
requests_ntlm==1.3.0
resolvelib==1.0.1
s3transfer==0.10.2
six==1.16.0
smmap==5.0.1
splunk-sdk==2.0.2
tabulate==0.9.0
typing_extensions==4.12.2
urllib3==2.2.3
wcwidth==0.2.13
Werkzeug==3.0.1
xmltodict==0.13.0
google-cloud-compute==1.17.0
google-cloud-storage==2.15.0
google-cloud-bigtable==2.20.0
google-cloud-secret-manager==2.18.0
google-auth==2.28.2
fqdn==1.5.1
resolvelib==1.2.1
s3transfer==0.19.2
six==1.17.0
smmap==5.0.3
splunk-sdk==2.1.1
tabulate==0.10.0
typing_extensions==4.16.0
urllib3==2.7.0
wcwidth==0.8.2
Werkzeug==3.1.8
xmltodict==1.0.4
google-cloud-compute==1.51.0
google-cloud-storage==3.13.1
google-cloud-bigtable==2.43.0
google-cloud-secret-manager==2.30.0
google-auth==2.57.0
fqdn==1.5.1
Loading