Skip to content

Commit 6cec3a2

Browse files
committed
chore: sync new vault client to all repos now support enviornments in vault
- Updated all repos to support prometheus metrics
1 parent f90e7d4 commit 6cec3a2

File tree

11 files changed

+790
-550
lines changed

11 files changed

+790
-550
lines changed

.audit_cache.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"last_audit_time": 1752192414.7449267}

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,12 @@ repos:
217217
pass_filenames: false
218218
description: |-
219219
Ensure that pyproject.toml, src/app/__init__.py, and CHANGELOG.md all have matching version numbers.
220+
- repo: local
221+
hooks:
222+
- id: check-pinned-hashes
223+
name: Validate hash-pinned requirements
224+
entry: bash -c '! grep -L -- "--hash=" requirements*.txt && echo "✅ All requirements
225+
are hash-pinned."'
226+
language: system
227+
pass_filenames: false
228+
always_run: true

requirements-dev.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ termcolor==2.3.0
6161
# Security: Fix pip-audit vulnerabilities
6262
requests>=2.32.4
6363
urllib3>=2.5.0
64+
pillow==11.3.0

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ urllib3>=2.5.0
1919

2020
# Retry logic
2121
tenacity>=8.2.2,<9.0.0
22+
pillow==11.3.0

0 commit comments

Comments
 (0)