Skip to content
Snippets Groups Projects
Commit 8708567e authored by Daniel Bimschas's avatar Daniel Bimschas
Browse files

Merge branch 'main' into renovate/ruff-0.x

parents e12b1379 59419b84
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ stages:
install_test:
stage: install_test
image: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/python:3.12-slim"
image: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/python:3.13-slim"
script:
- pip install -r requirements.txt
- pip install -r dev-requirements.txt
......@@ -24,7 +24,7 @@ install_test:
.deploy:
stage: "deploy"
image:
name: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.1"
name: "europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/hashicorp/terraform:1.10.5"
# default entrypoint is terraform command, but we want to run shell scripts
entrypoint: ["/bin/sh", "-c"]
artifacts:
......
pytest==8.3.4
ruff==0.9.2
pre-commit==4.0.1
pre-commit==4.1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment