Skip to content

Commit

Permalink
Merge pull request #573 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
p-galligan authored Aug 7, 2023
2 parents dc9a0b4 + 4e31015 commit a8c0fe4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.13.0
rev: 7.1.0
hooks:
- id: pip-compile
31 changes: 20 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ attrs==23.1.0
# via
# archivessnake
# jsonschema
# referencing
bagit==1.8.1
# via asterism
boltons==23.0.0
# via archivessnake
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
django==4.2.2
django==4.2.3
# via
# -r requirements.in
# asterism
Expand All @@ -45,36 +46,44 @@ idna==3.4
# yarl
iso-639==0.4.5
# via -r requirements.in
jsonschema==4.17.3
jsonschema==4.18.4
# via
# -r requirements.in
# rac-schema-validator
more-itertools==9.1.0
jsonschema-specifications==2023.7.1
# via jsonschema
more-itertools==10.0.0
# via archivessnake
multidict==6.0.4
# via yarl
odin==1.8.1
# via -r requirements.in
psycopg2==2.9.6
# via -r requirements.in
pyrsistent==0.19.3
# via jsonschema
pytz==2023.3
# via djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements.in
# archivessnake
# vcrpy
rac-schema-validator==0.1
# via -r requirements.in
rapidfuzz==3.1.1
rapidfuzz==3.1.2
# via archivessnake
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# -r requirements.in
# archivessnake
# electronbonder
rpds-py==0.9.2
# via
# jsonschema
# referencing
shortuuid==1.0.11
# via -r requirements.in
six==1.16.0
Expand All @@ -86,11 +95,11 @@ sqlparse==0.4.4
# via django
structlog==23.1.0
# via archivessnake
typing-extensions==4.7.0
typing-extensions==4.7.1
# via asgiref
uritemplate==4.1.1
# via -r requirements.in
urllib3==2.0.3
urllib3==2.0.4
# via requests
vcrpy==4.4.0
# via -r requirements.in
Expand Down

0 comments on commit a8c0fe4

Please sign in to comment.