Skip to content

Commit

Permalink
Merge pull request #336 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
HaSistrunk authored Sep 3, 2024
2 parents 12e6db0 + 488a69e commit bc29e0f
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 @@ -7,7 +7,7 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ asgiref==3.8.1
# via django
asterism==1.1.0
# via -r requirements.in
attrs==23.2.0
attrs==24.2.0
# via
# jsonschema
# referencing
bagit==1.8.1
# via
# -r requirements.in
# asterism
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.14
django==4.2.15
# via
# -r requirements.in
# asterism
Expand All @@ -31,15 +31,15 @@ djangorestframework==3.15.2
# via
# -r requirements.in
# asterism
idna==3.7
idna==3.8
# via requests
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
psycopg2==2.9.9
# via -r requirements.in
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements.in
referencing==0.35.1
# via
Expand All @@ -49,7 +49,7 @@ requests==2.32.3
# via
# -r requirements.in
# amclient
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down

0 comments on commit bc29e0f

Please sign in to comment.