Skip to content

Commit 4602163

Browse files
authored
fix(deps): update website (#4945)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [markdown2](https://redirect.github.com/trentm/python-markdown2) | `==2.5.4` → `==2.5.5` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/markdown2/2.5.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/markdown2/2.5.4/2.5.5?slim=true) | | [whitenoise](https://redirect.github.com/evansd/whitenoise) ([changelog](https://whitenoise.readthedocs.io/en/stable/changelog.html)) | `==6.11.0` → `==6.12.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/whitenoise/6.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/whitenoise/6.11.0/6.12.0?slim=true) | --- ### Release Notes <details> <summary>trentm/python-markdown2 (markdown2)</summary> ### [`v2.5.5`](https://redirect.github.com/trentm/python-markdown2/blob/HEAD/CHANGES.md#python-markdown2-255) [Compare Source](https://redirect.github.com/trentm/python-markdown2/compare/2.5.4...2.5.5) - \[pull [#&#8203;639](https://redirect.github.com/trentm/python-markdown2/issues/639)] Fix middle-word-em interfering with strongs ([#&#8203;637](https://redirect.github.com/trentm/python-markdown2/issues/637)) - \[pull [#&#8203;640](https://redirect.github.com/trentm/python-markdown2/issues/640)] Fix code friendly extra stopping other syntax being processed ([#&#8203;638](https://redirect.github.com/trentm/python-markdown2/issues/638)) - \[pull [#&#8203;644](https://redirect.github.com/trentm/python-markdown2/issues/644)] Fix a number of em/strong issues ([#&#8203;641](https://redirect.github.com/trentm/python-markdown2/issues/641), [#&#8203;642](https://redirect.github.com/trentm/python-markdown2/issues/642), [#&#8203;643](https://redirect.github.com/trentm/python-markdown2/issues/643)) - \[pull [#&#8203;659](https://redirect.github.com/trentm/python-markdown2/issues/659)] Fix a number of safemode issues ([#&#8203;647](https://redirect.github.com/trentm/python-markdown2/issues/647)) - \[pull [#&#8203;665](https://redirect.github.com/trentm/python-markdown2/issues/665)] Rewrite emphasis and strong processing to be more GFM compliant - \[pull [#&#8203;672](https://redirect.github.com/trentm/python-markdown2/issues/672)] Fix nested footnote references ([#&#8203;664](https://redirect.github.com/trentm/python-markdown2/issues/664)) - \[pull [#&#8203;681](https://redirect.github.com/trentm/python-markdown2/issues/681)] Forbid square brackets in reference link IDs </details> <details> <summary>evansd/whitenoise (whitenoise)</summary> ### [`v6.12.0`](https://redirect.github.com/evansd/whitenoise/compare/6.11.0...6.12.0) [Compare Source](https://redirect.github.com/evansd/whitenoise/compare/6.11.0...6.12.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 3670b90 commit 4602163

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

gcp/website/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gcp/website/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ dependencies = [
1111
"google-cloud-logging==3.13.0",
1212
"google-cloud-storage==3.9.0",
1313
"jinja2==3.1.6",
14-
"markdown2==2.5.4",
14+
"markdown2==2.5.5",
1515
"markupsafe==3.0.3",
1616
"packageurl-python==0.17.6",
1717
"redis==6.4.0",
1818
"requests==2.32.5",
1919
"gunicorn==25.1.0",
20-
"whitenoise==6.11.0",
20+
"whitenoise==6.12.0",
2121
"cvss==3.6",
2222
"osv",
2323
]

0 commit comments

Comments
 (0)