Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Nov 17, 2023
1 parent 132631e commit 2967fe0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
types_or:
Expand Down
20 changes: 11 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
anyascii==0.3.2
# via wagtail
asgiref==3.7.2
# via django
# via
# django
# django-browser-reload
beautifulsoup4==4.11.2
# via wagtail
boto3==1.28.84
boto3==1.29.2
# via Western-Friend-website (pyproject.toml)
botocore==1.31.84
botocore==1.32.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,7 +67,7 @@ django==4.2.7
# djangorestframework
# wagtail
# wagtailmedia
django-browser-reload==1.12.0
django-browser-reload==1.12.1
# via Western-Friend-website (pyproject.toml)
django-coverage-plugin==3.1.0
# via Western-Friend-website (pyproject.toml)
Expand All @@ -83,7 +85,7 @@ django-modelcluster==6.1
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-recaptcha==3.0.0
django-recaptcha==4.0.0
# via
# Western-Friend-website (pyproject.toml)
# wagtail-django-recaptcha
Expand Down Expand Up @@ -112,9 +114,9 @@ factory-boy==3.3.0
# Western-Friend-website (pyproject.toml)
# types-factory-boy
# wagtail-factories
faker==20.0.0
faker==20.0.3
# via factory-boy
fastjsonschema==2.18.1
fastjsonschema==2.19.0
# via validate-pyproject
filelock==3.13.1
# via virtualenv
Expand Down Expand Up @@ -185,7 +187,7 @@ requests==2.31.0
# wagtail
s3transfer==0.7.0
# via boto3
sentry-sdk==1.34.0
sentry-sdk==1.35.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand Down Expand Up @@ -231,7 +233,7 @@ validate-pyproject==0.15
# via Western-Friend-website (pyproject.toml)
virtualenv==20.24.6
# via pre-commit
wagtail==5.2
wagtail==5.2.1
# via
# Western-Friend-website (pyproject.toml)
# wagtail-color-panel
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.28.84
boto3==1.29.2
# via Western-Friend-website (pyproject.toml)
botocore==1.31.84
botocore==1.32.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -68,7 +68,7 @@ django-modelcluster==6.1
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-recaptcha==3.0.0
django-recaptcha==4.0.0
# via
# Western-Friend-website (pyproject.toml)
# wagtail-django-recaptcha
Expand Down Expand Up @@ -131,7 +131,7 @@ requests==2.31.0
# wagtail
s3transfer==0.7.0
# via boto3
sentry-sdk==1.34.0
sentry-sdk==1.35.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand All @@ -156,7 +156,7 @@ urllib3==2.0.7
# botocore
# requests
# sentry-sdk
wagtail==5.2
wagtail==5.2.1
# via
# Western-Friend-website (pyproject.toml)
# wagtail-color-panel
Expand Down

0 comments on commit 2967fe0

Please sign in to comment.