Skip to content

Commit

Permalink
Merge pull request #247 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
HaSistrunk authored Jul 3, 2024
2 parents 5f5b90f + aaf68d5 commit 8fad71d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bagit==1.8.1
# via asterism
boltons==24.0.0
# via archivessnake
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -25,7 +25,7 @@ django==4.2.13
# -r requirements.in
# asterism
# djangorestframework
djangorestframework==3.15.1
djangorestframework==3.15.2
# 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.2.0
more-itertools==10.3.0
# via archivessnake
oauthlib==3.2.2
# via requests-oauthlib
Expand Down Expand Up @@ -66,9 +66,9 @@ sqlparse==0.5.0
# via django
structlog==24.2.0
# via archivessnake
typing-extensions==4.12.0
typing-extensions==4.12.2
# via asgiref
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.2.1
urllib3==2.2.2
# via requests

0 comments on commit 8fad71d

Please sign in to comment.