Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 8, 2023
1 parent 0310022 commit 98ca68a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
hooks:
- id: djhtml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
types_or:
Expand Down
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ beautifulsoup4==4.11.2
# via wagtail
black==23.3.0
# via Western-Friend-website (pyproject.toml)
boto3==1.27.1
boto3==1.28.1
# via Western-Friend-website (pyproject.toml)
botocore==1.30.1
botocore==1.31.1
# via
# boto3
# s3transfer
Expand All @@ -28,9 +28,9 @@ certifi==2023.5.7
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
click==8.1.3
click==8.1.4
# via
# black
# pip-tools
Expand Down Expand Up @@ -111,7 +111,7 @@ factory-boy==3.2.1
# via
# Western-Friend-website (pyproject.toml)
# types-factory-boy
faker==18.11.2
faker==18.13.0
# via factory-boy
fastjsonschema==2.17.1
# via validate-pyproject
Expand Down Expand Up @@ -155,7 +155,7 @@ pillow==9.5.0
# via wagtail
pip-tools==6.14.0
# via Western-Friend-website (pyproject.toml)
platformdirs==3.8.0
platformdirs==3.8.1
# via
# black
# virtualenv
Expand Down Expand Up @@ -253,7 +253,7 @@ webencodings==0.5.1
# via html5lib
wheel==0.40.0
# via pip-tools
willow==1.5
willow==1.5.1
# via wagtail

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.27.1
boto3==1.28.1
# via Western-Friend-website (pyproject.toml)
botocore==1.30.1
botocore==1.31.1
# via
# boto3
# s3transfer
braintree==4.20.0
# via Western-Friend-website (pyproject.toml)
certifi==2023.5.7
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
confusable-homoglyphs==3.2.0
# via django-registration
Expand Down Expand Up @@ -161,7 +161,7 @@ wagtailmedia==0.14.2
# via Western-Friend-website (pyproject.toml)
webencodings==0.5.1
# via html5lib
willow==1.5
willow==1.5.1
# via wagtail

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 98ca68a

Please sign in to comment.