Skip to content

Commit

Permalink
Merge pull request #599 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
p-galligan authored Jul 1, 2024
2 parents cfe6a91 + c27c598 commit f04aa49
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 @@ -19,7 +19,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 @@ -34,7 +34,7 @@ django-common-helpers==0.9.2
# via django4-cron
django4-cron==0.5.1
# via -r requirements.in
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements.in
# asterism
Expand All @@ -52,7 +52,7 @@ jsonschema==4.22.0
# rac-schema-validator
jsonschema-specifications==2023.12.1
# via jsonschema
more-itertools==10.2.0
more-itertools==10.3.0
# via archivessnake
multidict==6.0.5
# via yarl
Expand Down Expand Up @@ -95,11 +95,11 @@ 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
vcrpy==4.4.0
# via -r requirements.in
Expand Down

0 comments on commit f04aa49

Please sign in to comment.