This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new ef59ffaf Rename generated pip-audit requirements to avoid Dependabot
scanning them
ef59ffaf is described below
commit ef59ffaf8f4459a08426be8021d304bb26f9622e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Mar 19 17:40:37 2026 +0000
Rename generated pip-audit requirements to avoid Dependabot scanning them
---
.pre-commit-config.yaml | 2 +-
Makefile | 2 +-
requirements-for-pip-audit.txt => pip-audit.requirements | 0
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0ba60630..f7d7ac21 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -102,7 +102,7 @@ repos:
- id: pip-audit
args:
- '-r'
- - 'requirements-for-pip-audit.txt'
+ - 'pip-audit.requirements'
- '--disable-pip'
- '--no-deps'
- repo: https://github.com/oxc-project/mirrors-oxlint
diff --git a/Makefile b/Makefile
index dbe26435..374c5182 100644
--- a/Makefile
+++ b/Makefile
@@ -140,4 +140,4 @@ update-deps:
pre-commit autoupdate || :
uv lock --upgrade --exclude-newer "$$(date -u +%Y-%m-%dT%H:%M:%SZ)"
uv sync --frozen --all-groups
- uv export --frozen --format requirements-txt --no-emit-project
--no-header --no-hashes > requirements-for-pip-audit.txt
+ uv export --frozen --format requirements-txt --no-emit-project
--no-header --no-hashes > pip-audit.requirements
diff --git a/requirements-for-pip-audit.txt b/pip-audit.requirements
similarity index 100%
rename from requirements-for-pip-audit.txt
rename to pip-audit.requirements
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]