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..d08b24d 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