From 27e06408730f1809e81560d24368128ed6e7f05d Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 25 Sep 2025 09:57:17 -0400 Subject: [PATCH 1/2] Remove header Removes header from requirements --- .github/workflows/dependencies.yml | 2 +- .pre-commit-config.yaml | 2 ++ requirements.txt | 14 +++----------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 48d1f69..b30673c 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -32,7 +32,7 @@ jobs: run: pre-commit autoupdate - name: Run pip-compile - run: pip-compile --upgrade + run: pip-compile --upgrade --no-header - name: Run GitHub Actions Version Updater uses: saadmk11/github-actions-version-updater@v0.9.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f4d0d5f..ce76f02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,3 +18,5 @@ repos: rev: v7.5.0 hooks: - id: pip-compile + args: + - --no-header \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5343172..8af0795 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,3 @@ -# -# This file is autogenerated by pip-compile with Python 3.10 -# by the following command: -# -# pip-compile -# archivessnake==0.10.1 # via -r requirements.in attrs==25.3.0 @@ -21,13 +15,13 @@ idna==3.10 # via requests jsonschema==4.25.1 # via -r requirements.in -jsonschema-specifications==2025.4.1 +jsonschema-specifications==2025.9.1 # via jsonschema more-itertools==10.8.0 # via archivessnake pyyaml==6.0.2 # via archivessnake -rapidfuzz==3.14.0 +rapidfuzz==3.14.1 # via archivessnake referencing==0.36.2 # via @@ -44,8 +38,6 @@ rpds-py==0.27.1 structlog==25.4.0 # via archivessnake typing-extensions==4.15.0 - # via - # referencing - # structlog + # via referencing urllib3==2.5.0 # via requests From 57443ec83da3b51858a8834b59ac38cce6f36a11 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 25 Sep 2025 10:00:03 -0400 Subject: [PATCH 2/2] Update requiremenst update --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8af0795..d08b24d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,8 @@ rpds-py==0.27.1 structlog==25.4.0 # via archivessnake typing-extensions==4.15.0 - # via referencing + # via + # referencing + # structlog urllib3==2.5.0 # via requests