Skip to content
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

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jinja2 (changelog) ==3.1.4 -> ==3.1.5 age adoption passing confidence

Release Notes

pallets/jinja (jinja2)

v3.1.5

Compare Source

Unreleased

  • Calling sync render for an async template uses asyncio.run.
    :pr:1952
  • Avoid unclosed auto_aiter warnings. :pr:1960
  • Return an aclose-able AsyncGenerator from
    Template.generate_async. :pr:1960
  • Avoid leaving root_render_func() unclosed in
    Template.generate_async. :pr:1960
  • Avoid leaving async generators unclosed in blocks, includes and extends.
    :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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 21, 2024 18:45
Copy link
Contributor

@github-actions github-actions bot left a 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>

@amandahla amandahla force-pushed the renovate/jinja2-3.x branch from 57d3c9d to 4fd0d37 Compare January 6, 2025 14:02
Copy link
Contributor

@github-actions github-actions bot left a 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>

Copy link
Contributor Author

renovate bot commented Jan 6, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

github-actions bot commented Jan 6, 2025

Test coverage for 4c9cc3f

Name                                    Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------------------
src/actions/__init__.py                     1      0      0      0   100%
src/actions/register_user.py               21      0      2      0   100%
src/admin_access_token.py                   9      0      0      0   100%
src/auth/__init__.py                        0      0      0      0   100%
src/auth/mas.py                            12      0      0      0   100%
src/backup.py                             175      5     20      2    96%   353-354, 423-424, 481->483, 484
src/backup_observer.py                    134     16     12      0    89%   132-135, 140-143, 179-182, 211-214
src/charm.py                              305     20     70     11    92%   140->142, 145, 258, 262-263, 269-270, 291-292, 321, 328, 408-412, 415-416, 444-446, 466, 502-503
src/charm_types.py                         30      0      0      0   100%
src/database_client.py                     57      1      8      4    92%   35, 47->exit, 69->exit, 88->98
src/database_observer.py                   49      4      2      0    92%   61-64
src/exceptions.py                           3      0      0      0   100%
src/matrix_auth_observer.py                68      8     12      3    86%   63, 66, 145, 159-163
src/media_observer.py                      45      4      2      1    89%   60-62, 81
src/mjolnir.py                            102      3     30      3    95%   85, 94->110, 115-119
src/observability.py                       14      0      0      0   100%
src/pebble.py                             210     29     46     12    84%   58->63, 177->exit, 188-192, 226-227, 247-248, 266-269, 324->329, 334-335, 347-348, 350-351, 384, 386, 388, 390, 392, 420, 474-479
src/redis_observer.py                      39      3      4      0    93%   63-66
src/s3_parameters.py                       22      0      4      0   100%
src/smtp_observer.py                       61      4     14      2    92%   82-86, 89, 108->113
src/state/__init__.py                       0      0      0      0   100%
src/state/charm_state.py                  128      9     32      7    90%   166, 170, 191, 216, 222, 228, 232-233, 316
src/state/mas.py                           72      7      4      2    88%   145, 151-152, 176-178, 193
src/state/validation.py                    36      3      2      0    92%   105-107
src/synapse/__init__.py                     4      0      0      0   100%
src/synapse/admin.py                       19      2      2      0    90%   40-41
src/synapse/api.py                        175      3     20      3    97%   176, 229, 402
src/synapse/workload.py                   138      6     24      0    94%   401-402, 412-415
src/synapse/workload_configuration.py     148     26     34     12    79%   88->exit, 92-93, 141-142, 171, 191-192, 224-225, 258, 267-268, 283, 288-289, 310-311, 330->335, 336, 354->356, 366-367, 395, 403->405, 405->407, 412-413, 433->440, 443, 463-464
src/user.py                                23      0      2      0   100%
-----------------------------------------------------------------------------------
TOTAL                                    2100    153    346     62    91%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Run started:2025-01-06 21:18:17.743311

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 11328
  Total lines skipped (#nosec): 4
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@amandahla amandahla merged commit 6a19661 into 2/main Jan 7, 2025
22 checks passed
@amandahla amandahla deleted the renovate/jinja2-3.x branch January 7, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants