Skip to content

Commit

Permalink
Merge pull request #642 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
p-galligan authored Jan 2, 2024
2 parents fc8e041 + 8d088d5 commit 0cfc3ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ asgiref==3.7.2
# via django
asterism==0.9.0
# via -r requirements.in
attrs==23.1.0
attrs==23.2.0
# via
# archivessnake
# jsonschema
# referencing
authlib==1.2.1
authlib==1.3.0
# via -r requirements.in
bagit==1.8.1
# via
Expand All @@ -26,9 +26,9 @@ bagit-profile==1.3.1
# via -r requirements.in
boltons==23.1.1
# via archivessnake
boto3==1.33.6
boto3==1.34.11
# via -r requirements.in
botocore==1.33.6
botocore==1.34.11
# via
# boto3
# s3transfer
Expand All @@ -42,7 +42,7 @@ cryptography==41.0.7
# via
# authlib
# pyjwt
django==4.2.7
django==4.2.8
# via
# -r requirements.in
# asterism
Expand Down Expand Up @@ -83,11 +83,11 @@ jsonschema==4.20.0
# via
# -r requirements.in
# rac-schema-validator
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
more-itertools==10.1.0
# via archivessnake
mysqlclient==2.2.0
mysqlclient==2.2.1
# via -r requirements.in
odin==2.9.0
# via asterism
Expand Down Expand Up @@ -117,9 +117,9 @@ pyyaml==6.0.1
# archivessnake
rac-schema-validator==0.1
# via -r requirements.in
rapidfuzz==3.5.2
rapidfuzz==3.6.1
# via archivessnake
referencing==0.31.1
referencing==0.32.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -128,23 +128,23 @@ requests==2.31.0
# -r requirements.in
# archivessnake
# bagit-profile
rpds-py==0.13.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
rsa==4.9
# via python-jose
s3transfer==0.8.2
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
# ecdsa
# python-dateutil
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
uritemplate==4.1.1
# via -r requirements.in
Expand Down

0 comments on commit 0cfc3ff

Please sign in to comment.