Skip to content

Commit 772b73e

Browse files
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 &lt;parser-from-scratch&gt;</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 &lt;Ellipsis&gt;</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 &quot;Myst&quot; -&gt; &quot;MyST&quot;</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>
2 parents c7b9986 + 735ef9b commit 772b73e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ model = []
6464
extra-lint-examples = [
6565
"pylint >= 2.17.3, < 4",
6666
"pytest >= 7.3.0, < 9",
67-
"sybil >= 6.1.1, < 9",
67+
"sybil >= 6.1.1, < 10",
6868
]
6969
dev-flake8 = [
7070
"flake8 == 7.1.1",
@@ -107,7 +107,7 @@ dev-pytest = [
107107
"pylint == 3.3.1", # We need this to check for the examples
108108
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
109109
"jinja2 == 3.1.4", # For checking the cookiecutter scripts
110-
"sybil >= 6.1.1, < 9", # Should be consistent with the extra-lint-examples dependency
110+
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
111111
]
112112
dev = [
113113
"frequenz-repo-config[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)