Skip to content

Commit

Permalink
Merge pull request #308 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
ioduok authored Sep 4, 2024
2 parents 08d056f + a1b9ba1 commit 3c988f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via
# jsonschema
# referencing
certifi==2024.7.4
certifi==2024.8.30
# via elasticsearch
django==4.2.14
django==4.2.15
# via
# -r requirements.in
# django-cors-headers
Expand Down Expand Up @@ -53,25 +53,25 @@ jsonschema==4.23.0
# rac-schema-validator
jsonschema-specifications==2023.12.1
# via jsonschema
markdown==3.6
markdown==3.7
# via -r requirements.in
packaging==24.1
# via django-nine
psycopg2==2.9.9
# via -r requirements.in
python-dateutil==2.9.0.post0
# via elasticsearch-dsl
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements.in
rac-es==1.0.0
rac-es==1.1.0
# via -r requirements.in
rac-schema-validator==0.1
# via -r requirements.in
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand All @@ -89,5 +89,5 @@ typing-extensions==4.12.2
# via asgiref
uritemplate==4.1.1
# via -r requirements.in
urllib3==1.26.19
urllib3==1.26.20
# via elasticsearch

0 comments on commit 3c988f1

Please sign in to comment.