Skip to content

Commit

Permalink
Merge pull request #267 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
ioduok authored Feb 4, 2025
2 parents a2938b1 + 7dee90d commit ac54629
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ asgiref==3.8.1
# via django
asterism==1.1.0
# via -r requirements.in
attrs==24.3.0
attrs==25.1.0
# via archivessnake
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 All @@ -37,7 +37,7 @@ iso-639==0.4.5
# via -r requirements.in
iso8601==1.1.0
# via -r requirements.in
more-itertools==10.5.0
more-itertools==10.6.0
# via archivessnake
oauthlib==3.2.2
# via requests-oauthlib
Expand All @@ -49,7 +49,7 @@ pyyaml==6.0.2
# via
# -r requirements.in
# archivessnake
rapidfuzz==3.11.0
rapidfuzz==3.12.1
# via archivessnake
requests==2.32.3
# via
Expand All @@ -64,10 +64,12 @@ 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
# via
# asgiref
# structlog
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.3.0
Expand Down

0 comments on commit ac54629

Please sign in to comment.