-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(deps): update dependency jinja2 to v3.1.5 #639
Conversation
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.
license-eye has checked 154 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 72 | 82 | 0 |
Click to see the invalid file list
- actions.yaml
- charmcraft.yaml
- config.yaml
- generate-src-docs.sh
- localstack-installation.sh
- metadata.yaml
- pyproject.toml
- src/actions/init.py
- src/actions/register_user.py
- src/admin_access_token.py
- src/auth/init.py
- src/auth/mas.py
- src/backup.py
- src/backup_observer.py
- src/charm.py
- src/charm_types.py
- src/database_client.py
- src/database_observer.py
- src/exceptions.py
- src/matrix_auth_observer.py
- src/media_observer.py
- src/mjolnir.py
- src/observability.py
- src/pebble.py
- src/redis_observer.py
- src/s3_parameters.py
- src/smtp_observer.py
- src/state/init.py
- src/state/charm_state.py
- src/state/mas.py
- src/state/validation.py
- src/synapse/init.py
- src/synapse/admin.py
- src/synapse/api.py
- src/synapse/workload.py
- src/synapse/workload_configuration.py
- src/user.py
- synapse_rock/rockcraft.yaml
- tests/init.py
- tests/conftest.py
- tests/integration/init.py
- tests/integration/any_charm.py
- tests/integration/conftest.py
- tests/integration/helpers.py
- tests/integration/test_charm.py
- tests/integration/test_matrix_auth.py
- tests/integration/test_s3.py
- tests/integration/test_scaling.py
- tests/unit/init.py
- tests/unit/conftest.py
- tests/unit/test_admin_access_token.py
- tests/unit/test_admin_create_user.py
- tests/unit/test_anonymize_user_action.py
- tests/unit/test_backup.py
- tests/unit/test_backup_observer.py
- tests/unit/test_charm.py
- tests/unit/test_charm_scaling.py
- tests/unit/test_charm_state.py
- tests/unit/test_database.py
- tests/unit/test_exceptions.py
- tests/unit/test_mas.py
- tests/unit/test_matrix_auth_integration.py
- tests/unit/test_matrix_plugins_lib.py
- tests/unit/test_media_observer.py
- tests/unit/test_mjolnir.py
- tests/unit/test_observability.py
- tests/unit/test_promote_user_admin_action.py
- tests/unit/test_register_user_action.py
- tests/unit/test_smtp_observer.py
- tests/unit/test_synapse_api.py
- tests/unit/test_synapse_workload.py
- tox.ini
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
57d3c9d
to
4fd0d37
Compare
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.
license-eye has checked 154 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
0 | 72 | 82 | 0 |
Click to see the invalid file list
- actions.yaml
- charmcraft.yaml
- config.yaml
- generate-src-docs.sh
- localstack-installation.sh
- metadata.yaml
- pyproject.toml
- src/actions/init.py
- src/actions/register_user.py
- src/admin_access_token.py
- src/auth/init.py
- src/auth/mas.py
- src/backup.py
- src/backup_observer.py
- src/charm.py
- src/charm_types.py
- src/database_client.py
- src/database_observer.py
- src/exceptions.py
- src/matrix_auth_observer.py
- src/media_observer.py
- src/mjolnir.py
- src/observability.py
- src/pebble.py
- src/redis_observer.py
- src/s3_parameters.py
- src/smtp_observer.py
- src/state/init.py
- src/state/charm_state.py
- src/state/mas.py
- src/state/validation.py
- src/synapse/init.py
- src/synapse/admin.py
- src/synapse/api.py
- src/synapse/workload.py
- src/synapse/workload_configuration.py
- src/user.py
- synapse_rock/rockcraft.yaml
- tests/init.py
- tests/conftest.py
- tests/integration/init.py
- tests/integration/any_charm.py
- tests/integration/conftest.py
- tests/integration/helpers.py
- tests/integration/test_charm.py
- tests/integration/test_matrix_auth.py
- tests/integration/test_s3.py
- tests/integration/test_scaling.py
- tests/unit/init.py
- tests/unit/conftest.py
- tests/unit/test_admin_access_token.py
- tests/unit/test_admin_create_user.py
- tests/unit/test_anonymize_user_action.py
- tests/unit/test_backup.py
- tests/unit/test_backup_observer.py
- tests/unit/test_charm.py
- tests/unit/test_charm_scaling.py
- tests/unit/test_charm_state.py
- tests/unit/test_database.py
- tests/unit/test_exceptions.py
- tests/unit/test_mas.py
- tests/unit/test_matrix_auth_integration.py
- tests/unit/test_matrix_plugins_lib.py
- tests/unit/test_media_observer.py
- tests/unit/test_mjolnir.py
- tests/unit/test_observability.py
- tests/unit/test_promote_user_admin_action.py
- tests/unit/test_register_user_action.py
- tests/unit/test_smtp_observer.py
- tests/unit/test_synapse_api.py
- tests/unit/test_synapse_workload.py
- tox.ini
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Test coverage for 4c9cc3f
Static code analysis report
|
This PR contains the following updates:
==3.1.4
->==3.1.5
Release Notes
pallets/jinja (jinja2)
v3.1.5
Compare Source
Unreleased
render
for an async template usesasyncio.run
.:pr:
1952
auto_aiter
warnings. :pr:1960
aclose
-ableAsyncGenerator
fromTemplate.generate_async
. :pr:1960
root_render_func()
unclosed inTemplate.generate_async
. :pr:1960
:pr:
1960
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.