Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ repos:
rev: v7.5.0
hooks:
- id: pip-compile
args:
- --no-header
10 changes: 2 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down