Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip-deps group across 1 directory with 5 updates (#42)
Bumps the pip-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.29` | `9.5.31` | | [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.8.1` | `10.9` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2024.5.15` | `2024.7.24` | Updates `babel` from 2.15.0 to 2.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-babel/babel/releases">babel's releases</a>.</em></p> <blockquote> <h2>Version 2.16.0</h2> <p>The changelog below is auto-generated by GitHub.</p> <p>Please see <a href="https://github.com/python-babel/babel/blob/cf7d22369cf40a8218cff1d3dc823eefa174aee0/CHANGES.rst">CHANGELOG.rst</a> for additional details.</p> <h2>What's Changed</h2> <ul> <li>Upgrade GitHub Actions versions to avoid deprecation warnings by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1080">python-babel/babel#1080</a></li> <li>Replace deprecated <code>ast.Str</code> with <code>ast.Constant</code> by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li> <li>Fix <a href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a> by <a href="https://github.com/john-psina"><code>@john-psina</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li> <li>CI fixes by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1097">python-babel/babel#1097</a></li> <li>Upgrade to CLDR 45 by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1077">python-babel/babel#1077</a></li> <li>Make pgettext search plurals when translation is not found by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1085">python-babel/babel#1085</a></li> <li>Fix for <a href="https://redirect.github.com/python-babel/babel/issues/832">#832</a> by <a href="https://github.com/Edwin18"><code>@Edwin18</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li> <li>Support list format fallbacks by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1099">python-babel/babel#1099</a></li> <li>Improve Codecov configuration by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1103">python-babel/babel#1103</a></li> <li>Avoid crashing on importing localtime when TZ is malformed by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1100">python-babel/babel#1100</a></li> <li>Allow parsing .po files that have an extant but empty Language header by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1101">python-babel/babel#1101</a></li> <li>Add a mention to the docs that <code>format_skeleton(..., fuzzy=True)</code> may raise by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1106">python-babel/babel#1106</a></li> <li>Allow falling back to modifier-less locale data by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1104">python-babel/babel#1104</a></li> <li>Allow use of importlib.metadata for finding entrypoints by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1102">python-babel/babel#1102</a></li> <li>Test on Python 3.13 beta releases by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1107">python-babel/babel#1107</a></li> <li>Normalize package name to lower-case in setup.py by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1110">python-babel/babel#1110</a></li> <li>Do not allow substituting alternates or drafts in derived locales by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1113">python-babel/babel#1113</a></li> <li>Two hyperlinks (to CLDR) and some typos by <a href="https://github.com/buhtz"><code>@buhtz</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li> <li>Initial support for reading mapping configuration as TOML by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1108">python-babel/babel#1108</a></li> <li>Prepare for 2.16.0 release by <a href="https://github.com/akx"><code>@akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1116">python-babel/babel#1116</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tomasr8"><code>@tomasr8</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li> <li><a href="https://github.com/john-psina"><code>@john-psina</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li> <li><a href="https://github.com/Edwin18"><code>@Edwin18</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li> <li><a href="https://github.com/buhtz"><code>@buhtz</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0">https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-babel/babel/blob/master/CHANGES.rst">babel's changelog</a>.</em></p> <blockquote> <h2>Version 2.16.0</h2> <p>Features</p> <pre><code> * CLDR: Upgrade to CLDR 45 by @tomasr8 in :gh:`1077` * Lists: Support list format fallbacks by @akx in :gh:`1099` * Messages: Initial support for reading mapping configuration as TOML by @akx in :gh:`1108` <p>Bugfixes<br /> </code></pre></p> <ul> <li>CLDR: Do not allow substituting alternates or drafts in derived locales by <a href="https://github.com/akx"><code>@akx</code></a> in :gh:<code>1113</code></li> <li>Core: Allow falling back to modifier-less locale data by <a href="https://github.com/akx"><code>@akx</code></a> in :gh:<code>1104</code></li> <li>Core: Allow use of importlib.metadata for finding entrypoints by <a href="https://github.com/akx"><code>@akx</code></a> in :gh:<code>1102</code></li> <li>Dates: Avoid crashing on importing localtime when TZ is malformed by <a href="https://github.com/akx"><code>@akx</code></a> in :gh:<code>1100</code></li> <li>Messages: Allow parsing .po files that have an extant but empty Language header by <a href="https://github.com/akx"><code>@akx</code></a> in :gh:<code>1101</code></li> <li>Messages: Fix <code>--ignore-dirs</code> being incorrectly read (<a href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a>) by <a href="https://github.com/john-psina"><code>@john-psina</code></a> and <a href="https://github.com/Edwin18"><code>@Edwin18</code></a> in :gh:<code>1052</code> and :gh:<code>1095</code></li> <li>Messages: Make pgettext search plurals when translation is not found by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in :gh:<code>1085</code></li> </ul> <p>Infrastructure</p> <pre><code> * Replace deprecated `ast.Str` with `ast.Constant` by @tomasr8 in :gh:`1083` * CI fixes by @akx in :gh:`1080`, :gh:`1097`, :gh:`1103`, :gh:`1107` * Test on Python 3.13 beta releases by @akx in * Normalize package name to lower-case in setup.py by @akx in :gh:`1110` <p>Documentation</p> <pre><code> * Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise by @tomasr8 in :gh:`1106` * Two hyperlinks (to CLDR) and some typos by @buhtz in :gh:`1115` </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="python-babel/babel@cf7d22369cf40a8218cff1d3dc823eefa174aee0"><code>cf7d223</code></a> Prepare for 2.16.0 release (<a href="https://redirect.github.com/python-babel/babel/issues/1116">#1116</a>)</li> <li><a href="python-babel/babel@d26a669826d6c963dfdc21ae09e8cd5659fc95e2"><code>d26a669</code></a> Initial support for reading mapping configuration as TOML (<a href="https://redirect.github.com/python-babel/babel/issues/1108">#1108</a>)</li> <li><a href="python-babel/babel@34ed517de44cf3c3002f3b69713b1693d329646d"><code>34ed517</code></a> Two hyperlinks (to CLDR) and some typos (<a href="https://redirect.github.com/python-babel/babel/issues/1115">#1115</a>)</li> <li><a href="python-babel/babel@b4ba84382f3ce7bdf0e5a68e7108a21f4e8e7926"><code>b4ba843</code></a> Do not allow substituting alternates or drafts in derived locales (<a href="https://redirect.github.com/python-babel/babel/issues/1113">#1113</a>)</li> <li><a href="python-babel/babel@d3346ee33b13f50af582e31ae5c337aa409dda11"><code>d3346ee</code></a> Normalize package name to lower-case in setup.py (<a href="https://redirect.github.com/python-babel/babel/issues/1110">#1110</a>)</li> <li><a href="python-babel/babel@a32f15ecec23d5d5049100fd8e65606be7ad12a1"><code>a32f15e</code></a> Test on Python 3.13 beta releases (<a href="https://redirect.github.com/python-babel/babel/issues/1107">#1107</a>)</li> <li><a href="python-babel/babel@4d3fd0e0198185cd023f4d3cd1495bda211867f4"><code>4d3fd0e</code></a> Allow use of importlib.metadata for finding entrypoints (<a href="https://redirect.github.com/python-babel/babel/issues/1102">#1102</a>)</li> <li><a href="python-babel/babel@42d793cb4408a296e5618e1bce8d176fc588ce57"><code>42d793c</code></a> Allow falling back to modifier-less locale data when modified data is missing...</li> <li><a href="python-babel/babel@32f41c22d589d7f187448be477affe1cfbcbc59d"><code>32f41c2</code></a> Improve docs for <code>format_skeleton</code> (<a href="https://redirect.github.com/python-babel/babel/issues/1106">#1106</a>)</li> <li><a href="python-babel/babel@2ebc47e63211df8b7636ed8e74bb99ac5bd36c25"><code>2ebc47e</code></a> Allow parsing .po files that have an extant but empty Language header (<a href="https://redirect.github.com/python-babel/babel/issues/1101">#1101</a>)</li> <li>Additional commits viewable in <a href="python-babel/babel@v2.15.0...v2.16.0">compare view</a></li> </ul> </details> <br /> </code></pre> Updates `mkdocs-material` from 9.5.29 to 9.5.31 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-9.5.31</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>: DockerHub missing images > 9.5.27 due to change in Alpine/APK</li> </ul> <h2>mkdocs-material-9.5.30</h2> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>: Navigation icons disappearing on hover in Safari</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>: Blog readtime computation includes SVG text content</li> </ul> <p>Thanks go to <a href="https://github.com/sisp"><code>@sisp</code></a> for their contributions</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's changelog</a>.</em></p> <blockquote> <p>mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7410">#7410</a>: Instant previews jump on content tabs with anchor links</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7408">#7408</a>: Instant previews jump on content tabs</li> </ul> <p>mkdocs-material-9.5.31 (2024-08-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7405">#7405</a>: DockerHub missing images > 9.5.27 due to change in Alpine/APK</li> </ul> <p>mkdocs-material-9.5.30 (2024-07-23)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7380">#7380</a>: Navigation icons disappearing on hover in Safari</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7367">#7367</a>: Blog readtime computation includes SVG text content</li> </ul> <p>mkdocs-material-9.5.29 (2024-07-14)</p> <ul> <li>Updated Galician translations</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7362">#7362</a>: Annotations in figure captions rendering incorrectly</li> </ul> <p>mkdocs-material-9.5.28 (2024-07-02)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7313">#7313</a>: Improved tooltips mounted in sidebar when feature is disabled</li> </ul> <p>mkdocs-material-9.5.27 (2024-06-16)</p> <ul> <li>Updated Estonian translations</li> </ul> <p>mkdocs-material-9.5.26 (2024-06-06)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7232">#7232</a>: Tab switches on scroll when linking tabs (9.5.19 regression)</li> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7230">#7230</a>: Blog author avatar broken when referring to local file</li> </ul> <p>mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)</p> <ul> <li>Fixed projects plugin crashing when serving before building subprojects</li> </ul> <p>mkdocs-material-9.5.25 (2024-05-27)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7209">#7209</a>: Tags plugin crashing on numeric tags</li> </ul> <p>mkdocs-material-9.5.24+insiders-4.53.10 (2024-05-20)</p> <ul> <li>Fixed projects plugin crashing in serve mode when disabled</li> <li>Fixed projects plugin crashing when building nested projects</li> </ul> <p>mkdocs-material-9.5.24+insiders-4.53.9 (2024-05-20)</p> <ul> <li>Fixed <a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7191">#7191</a>: Tags listings not rendering when toc_depth is changed</li> </ul> <p>mkdocs-material-9.5.24 (2024-05-20)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a5438a6dc23396023bbe9d73592fccd562ee4174"><code>a5438a6</code></a> Prepare 9.5.31 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/0e2195d82111b4ef99feb5d024d078e5d096e420"><code>0e2195d</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/32cf9ebcae04e8ebaad66137146b08fabb89c09d"><code>32cf9eb</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/627eb88b3db88a6443d0972873756dd207fcb1dd"><code>627eb88</code></a> Fixed Docker build on arm/v7</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/557a3d5d260e90d67fde5c7e3445e62fda8150e2"><code>557a3d5</code></a> Prepare 9.5.30 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/a798a0d0d282231aee563ea8f3b7de14554723d7"><code>a798a0d</code></a> Fixed link in comment</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/914bed290098dbac50e609657ec97776477375fe"><code>914bed2</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/906e966d6dcf77cce0ac4410d60c789007e8fd5a"><code>906e966</code></a> Fixed navigation icons disappearing on hover in Safari</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/6b13c560f5bf76889b1c603a5b83941892279c76"><code>6b13c56</code></a> Fixed blog readtime calculation to ignore non-content text (<a href="https://redirect.github.com/squidfunk/mkdocs-material/issues/7370">#7370</a>)</li> <li>See full diff in <a href="https://github.com/squidfunk/mkdocs-material/compare/9.5.29...9.5.31">compare view</a></li> </ul> </details> <br /> Updates `pymdown-extensions` from 10.8.1 to 10.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facelessuser/pymdown-extensions/releases">pymdown-extensions's releases</a>.</em></p> <blockquote> <h2>10.9</h2> <ul> <li><strong>NEW</strong>: Officially support Python 3.13.</li> <li><strong>FIX</strong>: Snippets: Better handling of cases where URL snippet requests contain no header length.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/cd7c704487a3a79b6619bfcd0c6af83104d630a8"><code>cd7c704</code></a> Support Python 3.13 (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2422">#2422</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/72108f0a029d1da6d2a8758cc5b26d3782e00d92"><code>72108f0</code></a> Bump version</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/368aedc1d5dd6cd0dd3f9b6bac48fcf31c84e36c"><code>368aedc</code></a> Remove unnecessary logic</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/6b1041ff5438c1afe46929b290a6e00de4c311f2"><code>6b1041f</code></a> Update JS doc deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/973301b326f4eedda1cae2f61d879364316b0200"><code>973301b</code></a> Ignore perceived lint issue (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2421">#2421</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/ef38568e510fda2fe4642078dda5f18d1b97b458"><code>ef38568</code></a> fix: allow downloading when content-length header is missing (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2413">#2413</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/4ad2baf2ddf6d6297a9ac034afd4ff4dcc62aecd"><code>4ad2baf</code></a> Update JS doc deps</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/6ed6826e3986b3849d85c70b57c5929b6590b5e7"><code>6ed6826</code></a> Remove polyfill requirements for Mathjax and do not recommend it in docs</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/c8856a3bca3840b538ae3d03298a7d6ecf279541"><code>c8856a3</code></a> really drop python<=3.7 support (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2391">#2391</a>)</li> <li><a href="https://github.com/facelessuser/pymdown-extensions/commit/f1e2fad862c9738e420b8451dfdfbd9e90e849fc"><code>f1e2fad</code></a> Update tests to account for latest Ruff and Pygments updates (<a href="https://redirect.github.com/facelessuser/pymdown-extensions/issues/2379">#2379</a>)</li> <li>See full diff in <a href="https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.9">compare view</a></li> </ul> </details> <br /> Updates `pyyaml` from 6.0.1 to 6.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/yaml/pyyaml/releases">pyyaml's releases</a>.</em></p> <blockquote> <h2>6.0.2</h2> <h2>What's Changed</h2> <ul> <li>Support for Cython 3.x and Python 3.13.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2</a></p> <h2>6.0.2rc1</h2> <ul> <li>Support for extension build with Cython 3.x</li> <li>Support for Python 3.13</li> <li>Added PyPI wheels for musllinux on aarch64</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yaml/pyyaml/blob/main/CHANGES">pyyaml's changelog</a>.</em></p> <blockquote> <p>6.0.2 (2024-08-06)</p> <ul> <li><a href="https://redirect.github.com/yaml/pyyaml/pull/808">yaml/pyyaml#808</a> -- Support for Cython 3.x and Python 3.13</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/yaml/pyyaml/commit/41309b0bcb4559edb1d691d47199035ef539d785"><code>41309b0</code></a> Release 6.0.2 (<a href="https://redirect.github.com/yaml/pyyaml/issues/819">#819</a>)</li> <li><a href="https://github.com/yaml/pyyaml/commit/dd9f0e1236775dcce682c91823e009556ce2a271"><code>dd9f0e1</code></a> 6.0.2rc1 (<a href="https://redirect.github.com/yaml/pyyaml/issues/809">#809</a>)</li> <li><a href="https://github.com/yaml/pyyaml/commit/f5527a26d518b3e9c66f9211e0af00c83f09a97e"><code>f5527a2</code></a> disable CI trigger on PR edits</li> <li><a href="https://github.com/yaml/pyyaml/commit/b4d80a742142004490d2da7691d534923820b81c"><code>b4d80a7</code></a> Python 3.12 + musllinux_1_1_x86_64 wheel support</li> <li>See full diff in <a href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">compare view</a></li> </ul> </details> <br /> Updates `regex` from 2024.5.15 to 2024.7.24 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt">regex's changelog</a>.</em></p> <blockquote> <p>Version: 2024.7.24</p> <pre><code>Git issue 539: Bug: Partial matching fails on a simple example </code></pre> <p>Version: 2024.6.22</p> <pre><code>Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new GB9c rule implementation </code></pre> <p>Version: 2024.5.15</p> <pre><code>Git issue 530: hangs with fuzzy and optionals <p>It's not hanging, it'll finish eventually. It's just an example of catastrophic backtracking.</p> <p>The error printed when Ctrl+C is pressed does show a bug, though, which is now fixed.<br /> </code></pre></p> <p>Version: 2024.5.10</p> <pre><code>Updated for Python 3.13. <p><time.h> now needs to be included explicitly because Python.h no longer includes it.<br /> </code></pre></p> <p>Version: 2024.4.28</p> <pre><code>Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes </code></pre> <p>Version: 2024.4.16</p> <pre><code>Git issue 525: segfault when fuzzy matching empty list </code></pre> <p>Version: 2023.12.25</p> <pre><code>Cannot get release notification action in main.yml to work. Commenting it out for now. </code></pre> <p>Version: 2023.12.24</p> <pre><code>Fixed invalid main.yml. </code></pre> <p>Version: 2023.12.23</p> <pre><code>The escape function no longer escapes \x00. It's not necessary. <p>Inline flags can now be turned off and apply to what follows.</p> <p>Added \R to match line endings.<br /> </code></pre></p> <p>Version: 2023.10.3</p> <pre><code>Updated to Unicode 15.1.0. </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/e8a8d28aa32a945dfbed6ef41d29f30daf07e08d"><code>e8a8d28</code></a> Git issue 539: Bug: Partial matching fails on a simple example</li> <li><a href="https://github.com/mrabarnett/mrab-regex/commit/6d086ffc5be71220d527495ad384834e4f54f340"><code>6d086ff</code></a> Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to missing new ...</li> <li>See full diff in <a href="https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.7.24">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will 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 version` will 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information