We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 944b235 + 585a501 commit 16b280aCopy full SHA for 16b280a
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
- id: detect-secrets
36
37
- repo: https://github.com/astral-sh/ruff-pre-commit
38
- rev: v0.11.0
+ rev: v0.11.2
39
hooks:
40
- id: ruff
41
- id: ruff-format
@@ -49,7 +49,7 @@ repos:
49
# - id: renovate-config-validator
50
51
- repo: https://github.com/gitleaks/gitleaks
52
- rev: v8.24.0
+ rev: v8.24.2
53
54
- id: gitleaks
55
tests/model_registry/conftest.py
@@ -186,7 +186,7 @@ def model_registry_db_deployment(
186
"/var/lib/mysql/datadir",
187
"--default-authentication-plugin=mysql_native_password",
188
],
189
- "image": "mysql:8.3.0",
+ "image": "public.ecr.aws/docker/library/mysql:8.3.0",
190
"imagePullPolicy": "IfNotPresent",
191
"livenessProbe": {
192
"exec": {
0 commit comments