Skip to content

Commit

Permalink
Merge pull request #564 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
p-galligan authored May 1, 2023
2 parents a5b1e43 + 62b779e commit 97b7bce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ repos:
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.12.3
rev: 6.13.0
hooks:
- id: pip-compile
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.6.0
# via django
asterism==1.0.0
# via -r requirements.in
attrs==22.2.0
attrs==23.1.0
# via
# archivessnake
# jsonschema
Expand All @@ -22,7 +22,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.1.0
# via requests
django==4.1.7
django==4.2
# via
# -r requirements.in
# asterism
Expand Down Expand Up @@ -68,9 +68,9 @@ pyyaml==6.0
# vcrpy
rac-schemas==0.30
# via -r requirements.in
rapidfuzz==2.14.0
rapidfuzz==3.0.0
# via archivessnake
requests==2.28.2
requests==2.29.0
# via
# -r requirements.in
# archivessnake
Expand All @@ -82,9 +82,9 @@ six==1.16.0
# electronbonder
# odin
# vcrpy
sqlparse==0.4.3
sqlparse==0.4.4
# via django
structlog==22.3.0
structlog==23.1.0
# via archivessnake
uritemplate==4.1.1
# via -r requirements.in
Expand All @@ -94,5 +94,5 @@ vcrpy==4.2.1
# via -r requirements.in
wrapt==1.15.0
# via vcrpy
yarl==1.8.2
yarl==1.9.2
# via vcrpy

0 comments on commit 97b7bce

Please sign in to comment.