Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 6, 2023
1 parent 2aeb795 commit a92281d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-toml
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: v3.7.0
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -25,7 +25,7 @@ repos:
args: [--target-version, "4.2"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: "v0.0.275"
rev: "v0.0.277"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
18 changes: 9 additions & 9 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.26.162
boto3==1.27.1
# via Western-Friend-website (pyproject.toml)
botocore==1.29.162
botocore==1.30.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -46,7 +46,7 @@ distlib==0.3.6
# via virtualenv
dj-database-url==2.0.0
# via Western-Friend-website (pyproject.toml)
django==4.2.2
django==4.2.3
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand Down Expand Up @@ -81,17 +81,17 @@ django-extensions==3.2.3
# via Western-Friend-website (pyproject.toml)
django-filter==22.1
# via wagtail
django-flatpickr==2.0.0
django-flatpickr==2.0.1
# via Western-Friend-website (pyproject.toml)
django-modelcluster==6.0
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-registration==3.3
django-registration==3.4
# via Western-Friend-website (pyproject.toml)
django-storages==1.13.2
# via Western-Friend-website (pyproject.toml)
django-stubs[compatible-mypy]==4.2.2
django-stubs[compatible-mypy]==4.2.3
# via Western-Friend-website (pyproject.toml)
django-stubs-ext==4.2.2
# via django-stubs
Expand Down Expand Up @@ -147,7 +147,7 @@ pathspec==0.11.1
# via black
pillow==9.5.0
# via wagtail
pip-tools==6.13.0
pip-tools==6.14.0
# via Western-Friend-website (pyproject.toml)
platformdirs==3.8.0
# via
Expand All @@ -157,7 +157,7 @@ pre-commit==3.3.3
# via Western-Friend-website (pyproject.toml)
psycopg2-binary==2.9.6
# via Western-Friend-website (pyproject.toml)
pydantic==1.10.9
pydantic==1.10.11
# via django-flatpickr
pyproject-hooks==1.0.0
# via build
Expand Down Expand Up @@ -212,7 +212,7 @@ types-tqdm==4.65.0.1
# via Western-Friend-website (pyproject.toml)
types-urllib3==1.26.25.13
# via types-requests
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# dj-database-url
# django-flatpickr
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.26.162
boto3==1.27.1
# via Western-Friend-website (pyproject.toml)
botocore==1.29.162
botocore==1.30.1
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ defusedxml==0.7.1
# via willow
dj-database-url==2.0.0
# via Western-Friend-website (pyproject.toml)
django==4.2.2
django==4.2.3
# via
# Western-Friend-website (pyproject.toml)
# crispy-bootstrap5
Expand Down Expand Up @@ -62,13 +62,13 @@ django-extensions==3.2.3
# via Western-Friend-website (pyproject.toml)
django-filter==22.1
# via wagtail
django-flatpickr==2.0.0
django-flatpickr==2.0.1
# via Western-Friend-website (pyproject.toml)
django-modelcluster==6.0
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-registration==3.3
django-registration==3.4
# via Western-Friend-website (pyproject.toml)
django-storages==1.13.2
# via Western-Friend-website (pyproject.toml)
Expand Down Expand Up @@ -104,7 +104,7 @@ pillow==9.5.0
# via wagtail
psycopg2-binary==2.9.6
# via Western-Friend-website (pyproject.toml)
pydantic==1.10.9
pydantic==1.10.11
# via django-flatpickr
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ telepath==0.3.1
# via wagtail
tqdm==4.65.0
# via Western-Friend-website (pyproject.toml)
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# dj-database-url
# django-flatpickr
Expand Down

0 comments on commit a92281d

Please sign in to comment.