⬆ Bump the python-packages group across 1 directory with 5 updates
Bumps the python-packages group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| mkdocs-material | 9.5.29 |
9.5.31 |
| pymdown-extensions | 10.8.1 |
10.9 |
| pyyaml | 6.0.1 |
6.0.2 |
| regex | 2024.5.15 |
2024.7.24 |
| watchdog | 4.0.1 |
4.0.2 |
Updates mkdocs-material from 9.5.29 to 9.5.31
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.5.31
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
Thanks go to
@sispfor their contributions
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)
- Fixed #7410: Instant previews jump on content tabs with anchor links
- Fixed #7408: Instant previews jump on content tabs
mkdocs-material-9.5.31 (2024-08-02)
- Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK
mkdocs-material-9.5.30 (2024-07-23)
- Fixed #7380: Navigation icons disappearing on hover in Safari
- Fixed #7367: Blog readtime computation includes SVG text content
mkdocs-material-9.5.29 (2024-07-14)
- Updated Galician translations
- Fixed #7362: Annotations in figure captions rendering incorrectly
mkdocs-material-9.5.28 (2024-07-02)
- Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled
mkdocs-material-9.5.27 (2024-06-16)
- Updated Estonian translations
mkdocs-material-9.5.26 (2024-06-06)
- Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
- Fixed #7230: Blog author avatar broken when referring to local file
mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)
- Fixed projects plugin crashing when serving before building subprojects
mkdocs-material-9.5.25 (2024-05-27)
- Fixed #7209: Tags plugin crashing on numeric tags
mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)
- Fixed projects plugin crashing in serve mode when disabled
- Fixed projects plugin crashing when building nested projects
mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)
- Fixed #7191: Tags listings not rendering when toc_depth is changed
mkdocs-material-9.5.24 (2024-05-20)
... (truncated)
Commits
a5438a6Prepare 9.5.31 release0e2195dUpdated dependencies32cf9ebUpdated dependencies627eb88Fixed Docker build on arm/v7557a3d5Prepare 9.5.30 releasea798a0dFixed link in comment914bed2Updated dependencies906e966Fixed navigation icons disappearing on hover in Safari6b13c56Fixed blog readtime calculation to ignore non-content text (#7370)- See full diff in compare view
Updates pymdown-extensions from 10.8.1 to 10.9
Release notes
Sourced from pymdown-extensions's releases.
10.9
- NEW: Officially support Python 3.13.
- FIX: Snippets: Better handling of cases where URL snippet requests contain no header length.
Commits
cd7c704Support Python 3.13 (#2422)72108f0Bump version368aedcRemove unnecessary logic6b1041fUpdate JS doc deps973301bIgnore perceived lint issue (#2421)ef38568fix: allow downloading when content-length header is missing (#2413)4ad2bafUpdate JS doc deps6ed6826Remove polyfill requirements for Mathjax and do not recommend it in docsc8856a3really drop python<=3.7 support (#2391)f1e2fadUpdate tests to account for latest Ruff and Pygments updates (#2379)- See full diff in compare view
Updates pyyaml from 6.0.1 to 6.0.2
Release notes
Sourced from pyyaml's releases.
6.0.2
What's Changed
- Support for Cython 3.x and Python 3.13.
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2
6.0.2rc1
- Support for extension build with Cython 3.x
- Support for Python 3.13
- Added PyPI wheels for musllinux on aarch64
Changelog
Sourced from pyyaml's changelog.
6.0.2 (2024-08-06)
- yaml/pyyaml#808 -- Support for Cython 3.x and Python 3.13
Commits
Updates regex from 2024.5.15 to 2024.7.24
Changelog
Sourced from regex's changelog.
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple exampleVersion: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementationVersion: 2024.5.15
Git issue 530: hangs with fuzzy and optionalsIt's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.
Version: 2024.5.10
Updated for Python 3.13.<time.h> now needs to be included explicitly because Python.h no longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapesVersion: 2024.4.16
Git issue 525: segfault when fuzzy matching empty listVersion: 2023.12.25
Cannot get release notification action in main.yml to work. Commenting it out for now.Version: 2023.12.24
Fixed invalid main.yml.Version: 2023.12.23
The escape function no longer escapes \x00. It's not necessary.Inline flags can now be turned off and apply to what follows.
Added \R to match line endings.
Version: 2023.10.3
Updated to Unicode 15.1.0.
... (truncated)
Commits
e8a8d28Git issue 539: Bug: Partial matching fails on a simple example6d086ffGit issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new ...- See full diff in compare view
Updates watchdog from 4.0.1 to 4.0.2
Release notes
Sourced from watchdog's releases.
4.0.2
- Add support for Python 3.13 (#1052)
- [core] Run
ruff, apply several fixes (#1033)- [core] Remove execution rights from
events.py- [documentation] Update
PatternMatchingEventHandlerdocstrings (#1048)- [documentation] Simplify the quickstart example (#1047)
- [fsevents] Add missing
event_filterkeyword-argument toFSEventsObserver.schedule()(#1049)- [utils] Fix a possible race condition in
AutoRestartTrick(#1002)- [watchmedo] Remove execution rights from
watchmedo.py:heart_decoration: Thanks to our beloved contributors:
@BoboTiG,@nbelakovski,@ivg
Changelog
Sourced from watchdog's changelog.
4.0.2
2024-08-11 • `full history <https://github.com/gorakhargosh/watchdog/compare/v4.0.1...v4.0.2>`__
- Add support for Python 3.13 (
[#1052](https://github.com/gorakhargosh/watchdog/issues/1052) <https://github.com/gorakhargosh/watchdog/pull/1052>__)- [core] Run
ruff, apply several fixes ([#1033](https://github.com/gorakhargosh/watchdog/issues/1033) <https://github.com/gorakhargosh/watchdog/pull/1033>__)- [core] Remove execution rights from
events.py- [documentation] Update
PatternMatchingEventHandlerdocstrings ([#1048](https://github.com/gorakhargosh/watchdog/issues/1048) <https://github.com/gorakhargosh/watchdog/pull/1048>__)- [documentation] Simplify the quickstart example (
[#1047](https://github.com/gorakhargosh/watchdog/issues/1047) <https://github.com/gorakhargosh/watchdog/pull/1047>__)- [fsevents] Add missing
event_filterkeyword-argument toFSEventsObserver.schedule()([#1049](https://github.com/gorakhargosh/watchdog/issues/1049) <https://github.com/gorakhargosh/watchdog/pull/1049>__)- [utils] Fix a possible race condition in
AutoRestartTrick([#1002](https://github.com/gorakhargosh/watchdog/issues/1002) <https://github.com/gorakhargosh/watchdog/pull/1002>__)- [watchmedo] Remove execution rights from
watchmedo.py- Thanks to our beloved contributors:
@BoboTiG,@nbelakovski,@ivg
Commits
9c5a432Version 4.0.2aac4328chore: add git attributes file6a33516docs: tweakcff604efeat: Python 3.13 support (#1052)7503d34fix: possible race condition inAutoRestartTrick(#1002)7d4a369[core] Run ruff, apply several fixes (#1033)7cd723achore: partly move settings fromsetup.cfgtopyproject.toml654707efix: remove execution rights fromevents.py, andwatchmedo.py, files4043ef0tests: improve flakyness + clean-up206843cchore: remove useless kwarg onBaseObserversubclasses- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| coveapi | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2024 5:02am |
Looks like these dependencies are updatable in another way, so this is no longer needed.