Skip to content

Commit b3d05bf

Browse files
authored
Bump sybil from 5.0.2 to 5.0.3 (#137)
Bumps [sybil](https://github.com/simplistix/sybil) from 5.0.2 to 5.0.3. <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>5.0.3 (14 Jul 2023)</h2> <ul> <li>Fix bug in traceback trimming on the latest release of pytest.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simplistix/sybil/commit/6cbbb7940ced12e4a77943012b499a64e52d08cb"><code>6cbbb79</code></a> Prepare for 5.0.3 release</li> <li><a href="https://github.com/simplistix/sybil/commit/280a005ad6d25f2ee85ed17348cd0904b872bb7c"><code>280a005</code></a> Adjust lexing expectations after text change</li> <li><a href="https://github.com/simplistix/sybil/commit/d92e744af3e6bbff200ac259c7590c26d8162555"><code>d92e744</code></a> Move doctest examples out of .py file</li> <li><a href="https://github.com/simplistix/sybil/commit/ed027e8c75c2c3b818ddc76249ba9d8144e1aa22"><code>ed027e8</code></a> Add explicit tests for doctests and the end of fenced python codeblocks</li> <li><a href="https://github.com/simplistix/sybil/commit/0e707b455a2aac9b749ef06dba4dd357717f3fcb"><code>0e707b4</code></a> Note that this test needs to be at the end</li> <li><a href="https://github.com/simplistix/sybil/commit/df0d221c1d9da1454a5ef7fd72675d8d43b96eb0"><code>df0d221</code></a> Deal with more pytest internals changing</li> <li>See full diff in <a href="https://github.com/simplistix/sybil/compare/5.0.2...5.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sybil&package-manager=pip&previous-version=5.0.2&new-version=5.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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 9cd9516 + 049aa40 commit b3d05bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dev-pytest = [
6969
"pytest-asyncio == 0.21.1",
7070
"pytest-mock == 3.11.1",
7171
# For checking docs examples
72-
"sybil == 5.0.2",
72+
"sybil == 5.0.3",
7373
"pylint == 2.17.4",
7474
]
7575
dev = [

0 commit comments

Comments
 (0)