-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update All The Things October 2024 #477
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
a783ed5
Bump to Wagtail 6.2.2
vossisboss 3510fd3
Assorted deps w/no breaking changes.
vossisboss 1e94a6a
Batch 2 assorted deps w/no breaking changes.
vossisboss 708ecff
Bump django-storages.
vossisboss 0c29721
Bump Gunicorn.
vossisboss 84c3a82
Bump linters and dev dependencies.
vossisboss 36f9c69
Bump to psycopg 3.
vossisboss fd277fd
Bump Python to 3.12
vossisboss 8d818c2
Updated linter versions in other locations.
vossisboss f2cd918
Reverting action version number.
vossisboss 86ce1dd
Fixing Flake8 error.
vossisboss 46646f5
Finished bumping to Postgres 16.
vossisboss 8bea6c0
Switch to 3.12-bookworm
vossisboss 7fdf0e8
Update actions version.
vossisboss 9f5f00c
Revert to bullseye.
vossisboss 87d1d50
Back to bookworm and update apt packages
Stormheg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
default_language_version: | ||
node: 20.15.0 | ||
python: python3.11 | ||
python: python3.12 | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 23.1.0 | ||
rev: 24.10.0 | ||
hooks: | ||
- id: black | ||
language_version: python3 | ||
args: ['--target-version', 'py311'] | ||
- repo: https://github.com/pycqa/isort | ||
# isort config is in setup.cfg | ||
rev: 5.12.0 | ||
rev: 5.13.2 | ||
hooks: | ||
- id: isort | ||
name: isort (python) | ||
- repo: https://github.com/pycqa/flake8 | ||
# flake8 config is in setup.cfg | ||
rev: 6.0.0 | ||
rev: 7.1.1 | ||
hooks: | ||
- id: flake8 | ||
additional_dependencies: | ||
- flake8-assertive==2.1.0 | ||
- flake8-blind-except==0.2.1 | ||
- flake8-comprehensions==3.10.1 | ||
- flake8-comprehensions==3.15.0 | ||
- repo: https://github.com/pycontribs/mirrors-prettier | ||
rev: v3.3.2 | ||
hooks: | ||
|
@@ -48,6 +48,6 @@ repos: | |
- [email protected] | ||
- '@wagtail/[email protected]' | ||
- repo: https://github.com/rtts/djhtml | ||
rev: 3.0.4 | ||
rev: 3.0.7 | ||
hooks: | ||
- id: djhtml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be an excellent opportunity to upgrade the versions of the actions we use ;)