Skip to content

Commit

Permalink
Merge pull request #249 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
p-galligan authored Jul 1, 2024
2 parents b3dabf3 + 16ca50c commit 19dc0f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ celery==5.4.0
# -r requirements.in
# django-celery-beat
# django-celery-results
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -54,13 +54,13 @@ django-datatables-view==1.20.0
# via -r requirements.in
django-timezone-field==6.1.0
# via django-celery-beat
djangorestframework==3.15.1
djangorestframework==3.15.2
# via -r requirements.in
idna==3.7
# via requests
kombu==5.3.7
# via celery
prompt-toolkit==3.0.45
prompt-toolkit==3.0.47
# via click-repl
psycopg2==2.9.9
# via -r requirements.in
Expand All @@ -77,13 +77,13 @@ six==1.16.0
# via python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.12.0
typing-extensions==4.12.2
# via asgiref
tzdata==2024.1
# via
# celery
# django-celery-beat
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down

0 comments on commit 19dc0f7

Please sign in to comment.