Skip to content

Commit 42b9b1b

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 2f950c0 commit 42b9b1b

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": 1752192574.2728426}

.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
@@ -37,3 +37,4 @@ termcolor==2.3.0
3737
# Security: Fix pip-audit vulnerabilities
3838
requests>=2.32.4
3939
urllib3>=2.5.0
40+
pillow==11.3.0

requirements.in

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

2424
# Retry logic
2525
tenacity>=8.2.2,<9.0.0
26+
pillow==11.3.0

0 commit comments

Comments
 (0)