Skip to content

Commit

Permalink
Merge pull request #318 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
p-galligan authored Jan 2, 2024
2 parents 06d3cf9 + 3dbb498 commit e04e44b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ archivessnake==0.9.1
# via -r requirements.in
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via archivessnake
boltons==23.1.1
# via archivessnake
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.7
django==4.2.8
# via
# -r requirements.in
# django-common-helpers
Expand Down Expand Up @@ -56,7 +56,7 @@ pyyaml==6.0.1
# via
# archivessnake
# vcrpy
rapidfuzz==3.5.2
rapidfuzz==3.6.1
# via archivessnake
requests==2.31.0
# via
Expand All @@ -66,9 +66,9 @@ shortuuid==1.0.11
# via -r requirements.in
sqlparse==0.4.4
# via django
structlog==23.2.0
structlog==23.3.0
# via archivessnake
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# pydantic
Expand All @@ -78,5 +78,5 @@ vcrpy==5.1.0
# via -r requirements.in
wrapt==1.16.0
# via vcrpy
yarl==1.9.3
yarl==1.9.4
# via vcrpy

0 comments on commit e04e44b

Please sign in to comment.