Skip to content

Commit

Permalink
chore(deps): update dependency pymdown-extensions to v10 (#117)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[pymdown-extensions](https://togithub.com/facelessuser/pymdown-extensions)
| `==9.11` -> `==10.0.1` |
[![age](https://badges.renovateapi.com/packages/pypi/pymdown-extensions/10.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pymdown-extensions/10.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pymdown-extensions/10.0.1/compatibility-slim/9.11)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pymdown-extensions/10.0.1/confidence-slim/9.11)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facelessuser/pymdown-extensions</summary>

###
[`v10.0.1`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/10.0.1)

[Compare
Source](https://togithub.com/facelessuser/pymdown-extensions/compare/10.0...10.0.1)

##### 10.0.1

- **FIX**: Regression related to snippets nested deeply under specified
base path.

###
[`v10.0`](https://togithub.com/facelessuser/pymdown-extensions/releases/tag/10.0)

[Compare
Source](https://togithub.com/facelessuser/pymdown-extensions/compare/9.11...10.0)

#### 10.0

- **Break**: Snippets: snippets will restrict snippets to ensure they
are under the `base_path` preventing snippets
relative to the `base_path` but not explicitly under it.
`restrict_base_path` can be set to `False` for legacy
    behavior.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the first day of the month" (UTC),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/python-humanize/humanize).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
hugovk authored Jun 1, 2023
2 parents 514dfeb + 04542e8 commit 039418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ mkdocs-material
mkdocstrings[python]==0.22.0
mkdocs-include-markdown-plugin
pygments
pymdown-extensions==9.11
pymdown-extensions==10.0.1

0 comments on commit 039418e

Please sign in to comment.