Skip to content

Commit

Permalink
Merge pull request #631 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
ioduok authored Feb 3, 2025
2 parents 54ceea1 + 11b76ef commit e5363f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install pre-commit
run: |
pip install "pre-commit===2.13.0"
pip install pre-commit
pre-commit install
- name: Run pre-commit checks
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
Expand Down
18 changes: 10 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
asterism==1.1.0
# via -r requirements.in
attrs==24.3.0
attrs==25.1.0
# via
# archivessnake
# jsonschema
Expand All @@ -19,11 +19,11 @@ bagit==1.8.1
# via asterism
boltons==24.1.0
# via archivessnake
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
django==4.2.17
django==4.2.18
# via
# -r requirements.in
# asterism
Expand Down Expand Up @@ -52,7 +52,7 @@ jsonschema==4.23.0
# rac-schema-validator
jsonschema-specifications==2024.10.1
# via jsonschema
more-itertools==10.5.0
more-itertools==10.6.0
# via archivessnake
multidict==6.1.0
# via yarl
Expand All @@ -71,9 +71,9 @@ pyyaml==6.0.2
# vcrpy
rac-schema-validator==1.0
# via -r requirements.in
rapidfuzz==3.11.0
rapidfuzz==3.12.1
# via archivessnake
referencing==0.35.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -94,12 +94,14 @@ six==1.17.0
# odin
sqlparse==0.5.3
# via django
structlog==24.4.0
structlog==25.1.0
# via archivessnake
typing-extensions==4.12.2
# via
# asgiref
# multidict
# referencing
# structlog
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.3.0
Expand All @@ -108,7 +110,7 @@ urllib3==2.3.0
# vcrpy
vcrpy==7.0.0
# via -r requirements.in
wrapt==1.17.0
wrapt==1.17.2
# via vcrpy
yarl==1.18.3
# via vcrpy

0 comments on commit e5363f3

Please sign in to comment.