Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 13, 2024
1 parent a7d4d6b commit 938cef9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/adamchainz/django-upgrade
rev: 1.18.0
rev: 1.19.0
hooks:
- id: django-upgrade
args: [--target-version, "5.0"]
Expand All @@ -28,7 +28,7 @@ repos:
exclude: ".*migrations/.*"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.7
rev: v0.5.1
hooks:
# Run the linter.
- id: ruff
Expand Down
62 changes: 31 additions & 31 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ asgiref==3.8.1
# django-stubs
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.117
boto3==1.34.144
# via Western-Friend-website (pyproject.toml)
botocore==1.34.117
botocore==1.34.144
# via
# boto3
# s3transfer
build==1.2.1
# via pip-tools
certifi==2024.2.2
certifi==2024.7.4
# via
# requests
# sentry-sdk
Expand All @@ -35,7 +35,7 @@ click==8.1.7
# via pip-tools
confusable-homoglyphs==3.3.1
# via django-registration
coverage==7.5.3
coverage==7.6.0
# via
# Western-Friend-website (pyproject.toml)
# django-coverage-plugin
Expand All @@ -47,7 +47,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via Western-Friend-website (pyproject.toml)
django==5.0.6
django==5.0.7
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand All @@ -72,11 +72,11 @@ django==5.0.6
# laces
# wagtail
# wagtailmedia
django-browser-reload==1.12.1
django-browser-reload==1.13.0
# via Western-Friend-website (pyproject.toml)
django-coverage-plugin==3.1.0
# via Western-Friend-website (pyproject.toml)
django-crispy-forms==2.1
django-crispy-forms==2.2
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand All @@ -96,19 +96,19 @@ django-recaptcha==4.0.0
# via Western-Friend-website (pyproject.toml)
django-registration==3.4
# via Western-Friend-website (pyproject.toml)
django-storages==1.14.3
django-storages==1.14.4
# via Western-Friend-website (pyproject.toml)
django-stubs[compatible-mypy]==5.0.2
# via Western-Friend-website (pyproject.toml)
django-stubs-ext==5.0.2
# via django-stubs
django-taggit==5.0.1
# via wagtail
django-timezone-field==6.1.0
django-timezone-field==7.0
# via Western-Friend-website (pyproject.toml)
django-treebeard==4.7.1
# via wagtail
djangorestframework==3.15.1
djangorestframework==3.15.2
# via wagtail
draftjs-exporter==5.0.0
# via wagtail
Expand All @@ -119,17 +119,17 @@ factory-boy==3.3.0
# Western-Friend-website (pyproject.toml)
# types-factory-boy
# wagtail-factories
faker==25.3.0
faker==26.0.0
# via factory-boy
fastjsonschema==2.19.1
fastjsonschema==2.20.0
# via validate-pyproject
filelock==3.14.0
filelock==3.15.4
# via virtualenv
filetype==1.2.0
# via willow
gunicorn==22.0.0
# via Western-Friend-website (pyproject.toml)
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
# via requests
Expand All @@ -141,25 +141,25 @@ l18n==2021.3
# via wagtail
laces==0.1.1
# via wagtail
mypy==1.10.0
mypy==1.10.1
# via
# Western-Friend-website (pyproject.toml)
# django-stubs
mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.0
nodeenv==1.9.1
# via pre-commit
openpyxl==3.1.3
openpyxl==3.1.5
# via wagtail
packaging==24.0
packaging==24.1
# via
# build
# gunicorn
pillow==10.3.0
pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via willow
pip-tools==7.4.1
# via Western-Friend-website (pyproject.toml)
Expand All @@ -169,13 +169,13 @@ pre-commit==3.7.1
# via Western-Friend-website (pyproject.toml)
psycopg2-binary==2.9.9
# via Western-Friend-website (pyproject.toml)
pydantic==2.7.2
pydantic==2.8.2
# via
# django-flatpickr
# pydantic-settings
pydantic-core==2.18.3
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.2.1
pydantic-settings==2.3.4
# via django-flatpickr
pyproject-hooks==1.1.0
# via
Expand All @@ -199,9 +199,9 @@ requests==2.32.3
# via
# Western-Friend-website (pyproject.toml)
# wagtail
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
sentry-sdk==2.3.1
sentry-sdk==2.9.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand All @@ -221,9 +221,9 @@ types-html5lib==1.1.11.20240228
# via types-beautifulsoup4
types-pyyaml==6.0.12.20240311
# via django-stubs
types-requests==2.32.0.20240523
types-requests==2.32.0.20240712
# via Western-Friend-website (pyproject.toml)
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# dj-database-url
# django-flatpickr
Expand All @@ -235,17 +235,17 @@ typing-extensions==4.12.0
# types-factory-boy
tzdata==2024.1
# via Western-Friend-website (pyproject.toml)
urllib3==2.2.1
urllib3==2.2.2
# via
# botocore
# requests
# sentry-sdk
# types-requests
validate-pyproject==0.18
# via Western-Friend-website (pyproject.toml)
virtualenv==20.26.2
virtualenv==20.26.3
# via pre-commit
wagtail==6.1.2
wagtail==6.1.3
# via
# Western-Friend-website (pyproject.toml)
# wagtail-color-panel
Expand All @@ -255,7 +255,7 @@ wagtail-color-panel==1.5.0
# via Western-Friend-website (pyproject.toml)
wagtail-factories==4.2.1
# via Western-Friend-website (pyproject.toml)
wagtailmedia==0.15.1
wagtailmedia==0.15.2
# via Western-Friend-website (pyproject.toml)
wheel==0.43.0
# via pip-tools
Expand Down
44 changes: 22 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ asgiref==3.8.1
# via django
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.117
boto3==1.34.144
# via Western-Friend-website (pyproject.toml)
botocore==1.34.117
botocore==1.34.144
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.7.4
# via
# requests
# sentry-sdk
charset-normalizer==3.3.2
# via requests
confusable-homoglyphs==3.3.1
# via django-registration
coverage==7.5.3
coverage==7.6.0
# via django-coverage-plugin
crispy-bootstrap5==2024.2
# via Western-Friend-website (pyproject.toml)
defusedxml==0.7.1
# via willow
dj-database-url==2.2.0
# via Western-Friend-website (pyproject.toml)
django==5.0.6
django==5.0.7
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand All @@ -58,7 +58,7 @@ django==5.0.6
# wagtailmedia
django-coverage-plugin==3.1.0
# via Western-Friend-website (pyproject.toml)
django-crispy-forms==2.1
django-crispy-forms==2.2
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand All @@ -78,15 +78,15 @@ django-recaptcha==4.0.0
# via Western-Friend-website (pyproject.toml)
django-registration==3.4
# via Western-Friend-website (pyproject.toml)
django-storages==1.14.3
django-storages==1.14.4
# via Western-Friend-website (pyproject.toml)
django-taggit==5.0.1
# via wagtail
django-timezone-field==6.1.0
django-timezone-field==7.0
# via Western-Friend-website (pyproject.toml)
django-treebeard==4.7.1
# via wagtail
djangorestframework==3.15.1
djangorestframework==3.15.2
# via wagtail
draftjs-exporter==5.0.0
# via wagtail
Expand All @@ -106,25 +106,25 @@ l18n==2021.3
# via wagtail
laces==0.1.1
# via wagtail
openpyxl==3.1.3
openpyxl==3.1.5
# via wagtail
packaging==24.0
packaging==24.1
# via gunicorn
pillow==10.3.0
pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.16.0
pillow-heif==0.17.0
# via willow
psycopg2-binary==2.9.9
# via Western-Friend-website (pyproject.toml)
pydantic==2.7.2
pydantic==2.8.2
# via
# django-flatpickr
# pydantic-settings
pydantic-core==2.18.3
pydantic-core==2.20.1
# via pydantic
pydantic-settings==2.2.1
pydantic-settings==2.3.4
# via django-flatpickr
python-dateutil==2.9.0.post0
# via botocore
Expand All @@ -140,9 +140,9 @@ requests==2.32.3
# via
# Western-Friend-website (pyproject.toml)
# wagtail
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
sentry-sdk==2.3.1
sentry-sdk==2.9.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand All @@ -154,27 +154,27 @@ sqlparse==0.5.0
# via django
telepath==0.3.1
# via wagtail
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# dj-database-url
# django-flatpickr
# pydantic
# pydantic-core
tzdata==2024.1
# via Western-Friend-website (pyproject.toml)
urllib3==2.2.1
urllib3==2.2.2
# via
# botocore
# requests
# sentry-sdk
wagtail==6.1.2
wagtail==6.1.3
# via
# Western-Friend-website (pyproject.toml)
# wagtail-color-panel
# wagtailmedia
wagtail-color-panel==1.5.0
# via Western-Friend-website (pyproject.toml)
wagtailmedia==0.15.1
wagtailmedia==0.15.2
# via Western-Friend-website (pyproject.toml)
willow[heif]==1.8.0
# via
Expand Down

0 comments on commit 938cef9

Please sign in to comment.