Commit 772b73e
authored
Update sybil requirement from <9,>=6.1.1 to >=6.1.1,<10 (#327)
Updates the requirements on [sybil](https://github.com/simplistix/sybil)
to permit the latest version.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst">sybil's
changelog</a>.</em></p>
<blockquote>
<h2>9.0.0 (12 Nov 2024)</h2>
<ul>
<li>
<p>Retire <code>Document.find_region_sources()</code> in favour of using
a
:class:<code>~sybil.parsers.abstract.lexers.BlockLexer</code>.
See the :ref:<code>updated example
<parser-from-scratch></code>.</p>
</li>
<li>
<p>Better error messages when lexing fails to find the end of a
block.</p>
</li>
<li>
<p>Improved documentation.</p>
</li>
</ul>
<h2>8.0.1 (30 Oct 2024)</h2>
<ul>
<li>
<p>Better error message when skip arguments are malformed.</p>
</li>
<li>
<p>Remove unused constant that caused problems with development releases
of pytest.</p>
</li>
</ul>
<h2>8.0.0 (20 Sep 2024)</h2>
<ul>
<li>
<p>Drop Python 3.8 support.</p>
</li>
<li>
<p>Internal code tidying.</p>
</li>
</ul>
<p>Thanks to Adam Dangoor for the work on these!</p>
<h2>7.1.1 (16 Sep 2024)</h2>
<ul>
<li>Fix bug that broke docstring collection where a method had an
:any:<code>ellipsis <Ellipsis></code> in
place of the docstring.</li>
</ul>
<h2>7.1.0 (16 Sep 2024)</h2>
<ul>
<li>
<p>Introduce a <code>pytest</code> extra, such that you can install
Sybil in a way that ensures
compatible versions of Sybil and pytest are used.</p>
</li>
<li>
<p>Fix a :class:<code>DeprecationWarning</code> on Python 3.13.</p>
</li>
</ul>
<p>Thanks to Adam Dangoor for this fix.</p>
<h2>7.0.0 (12 Sep 2024)</h2>
<ul>
<li>
<p>Drop Python 3.7 support.</p>
</li>
<li>
<p>Drop support for pytest versions less than 8.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/simplistix/sybil/commit/8d58cfe196a9f8136f8eea453805e6e3c9e6b263"><code>8d58cfe</code></a>
Prepare for 9.0.0 release</li>
<li><a
href="https://github.com/simplistix/sybil/commit/e6314b1f71bd9f7e3aa0a75dd9513cafd1734414"><code>e6314b1</code></a>
Fix capitalization of "Myst" -> "MyST"</li>
<li><a
href="https://github.com/simplistix/sybil/commit/17ee34efa845eaa5f5cc8d427379e89548b729c5"><code>17ee34e</code></a>
Add API documentation for LexingException</li>
<li><a
href="https://github.com/simplistix/sybil/commit/24ed7d29edb8d95271ec2559735f0082f2dfd494"><code>24ed7d2</code></a>
Document the relationship with Lexers in the Parser concept</li>
<li><a
href="https://github.com/simplistix/sybil/commit/5599e0769193394a493ec9fc8403763579db25cf"><code>5599e07</code></a>
Add links back to concepts from the API sections</li>
<li><a
href="https://github.com/simplistix/sybil/commit/8f0bbca593750565e11d0d4107793ff192c852a8"><code>8f0bbca</code></a>
Add start location to LexingException</li>
<li><a
href="https://github.com/simplistix/sybil/commit/1b3aad8e9f1abc92325016c4c3d7b3ee4658c27f"><code>1b3aad8</code></a>
Retire Document.find_region_sources()</li>
<li><a
href="https://github.com/simplistix/sybil/commit/86b69472b6b68352234bae888a150073502ed479"><code>86b6947</code></a>
Better error message when end pattern fails to match</li>
<li><a
href="https://github.com/simplistix/sybil/commit/c4897579bd90d451e32d38a8309b219659accb8c"><code>c489757</code></a>
Prepare for 8.0.1 release</li>
<li><a
href="https://github.com/simplistix/sybil/commit/e23e4f707fa6e4db63e8b1276697551823e7026f"><code>e23e4f7</code></a>
Remove unused constant</li>
<li>Additional commits viewable in <a
href="https://github.com/simplistix/sybil/compare/6.1.1...9.0.0">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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments