Skip to content

Commit

Permalink
Merge pull request #55 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates from Development
  • Loading branch information
helrond authored Feb 3, 2025
2 parents d76e3fd + f66438d commit 184a0ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ archivessnake==0.10.1
# via -r requirements.in
asgiref==3.8.1
# via django
attrs==24.3.0
attrs==25.1.0
# via archivessnake
aws-assume-role-lib==2.10.0
# via -r requirements.in
boltons==24.1.0
# via archivessnake
boto3==1.35.90
boto3==1.36.11
# via
# -r requirements.in
# aws-assume-role-lib
# moto
botocore==1.35.90
botocore==1.36.11
# via
# boto3
# moto
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via cryptography
Expand All @@ -34,7 +34,7 @@ cryptography==44.0.0
# via moto
directory-tree==0.0.4
# via -r requirements.in
django==5.1.4
django==5.1.5
# via -r requirements.in
idna==3.10
# via requests
Expand All @@ -48,7 +48,7 @@ markupsafe==3.0.2
# via
# jinja2
# werkzeug
more-itertools==10.5.0
more-itertools==10.6.0
# via archivessnake
moto==4.2.14
# via -r requirements.in
Expand All @@ -64,22 +64,22 @@ pyyaml==6.0.2
# via
# archivessnake
# responses
rapidfuzz==3.11.0
rapidfuzz==3.12.1
# via archivessnake
requests==2.32.3
# via
# archivessnake
# moto
# responses
responses==0.25.3
responses==0.25.6
# via moto
s3transfer==0.10.4
s3transfer==0.11.2
# via boto3
six==1.17.0
# via python-dateutil
sqlparse==0.5.3
# via django
structlog==24.4.0
structlog==25.1.0
# via archivessnake
urllib3==2.3.0
# via
Expand Down

0 comments on commit 184a0ab

Please sign in to comment.