Skip to content

Commit

Permalink
build(deps-dev): bump sybil from 2.0.1 to 8.0.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent c178b2c commit 6bd9899
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 47 deletions.
8 changes: 4 additions & 4 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Third Party Library
import sybil
import sybil.parsers.codeblock
import sybil.parsers.doctest

from sybil.parsers.rest import DocTestParser, PythonCodeBlockParser

ignore_collect = sum(
(
Expand All @@ -30,8 +30,8 @@ def pytest_ignore_collect(path, config):

pytest_collect_file = sybil.Sybil(
parsers=[
sybil.parsers.doctest.DocTestParser(),
sybil.parsers.codeblock.CodeBlockParser(),
DocTestParser(),
PythonCodeBlockParser(),
],
pattern="*.rst",
fixtures=[],
Expand Down
122 changes: 93 additions & 29 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version = { use_scm = true }

[tool.pdm.dev-dependencies]
docs = ["sphinx~=7.4", "livereload ~= 2.6", "lark ~= 1.2", "tornado>=6.3.2"]
test = ["pytest-cov ~= 2.11", "pytest < 8", "pexpect ~= 4.8", "sybil ~= 2.0"]
test = ["pytest-cov ~= 5.0", "pytest ~= 8.0", "pexpect ~= 4.8", "sybil ~= 8.0"]
build_readme = ["pygments ~= 2.8", "docutils >= 0.16"]

[tool.pdm.options]
Expand Down
23 changes: 10 additions & 13 deletions scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ charset-normalizer==3.4.0 \
colorama==0.4.6; sys_platform == "win32" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
coverage==7.6.2 \
coverage[toml]==7.6.2 \
--hash=sha256:078a87519057dacb5d77e333f740708ec2a8f768655f1db07f8dfd28d7a005f0 \
--hash=sha256:087932079c065d7b8ebadd3a0160656c55954144af6439886c8bcf78bbbcde7f \
--hash=sha256:0bbae11c138585c89fb4e991faefb174a80112e1a7557d507aaa07675c62e66b \
Expand Down Expand Up @@ -258,12 +258,12 @@ ptyprocess==0.7.0 \
pygments==2.18.0 \
--hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \
--hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
pytest==7.4.4 \
--hash=sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280 \
--hash=sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8
pytest-cov==2.12.1 \
--hash=sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a \
--hash=sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7
pytest==8.3.3 \
--hash=sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181 \
--hash=sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2
pytest-cov==5.0.0 \
--hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652 \
--hash=sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
Expand Down Expand Up @@ -291,12 +291,9 @@ sphinxcontrib-qthelp==2.0.0 \
sphinxcontrib-serializinghtml==2.0.0 \
--hash=sha256:6e2cb0eef194e10c27ec0023bfeb25badbbb5868244cf5bc5bdc04e4464bf331 \
--hash=sha256:e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d
sybil==2.0.1 \
--hash=sha256:597d71e246690b9223c132f0ed7dcac470dcbe9ad022004a801e108a00dc3524 \
--hash=sha256:8b1492888b65b4a2c0e39d90b976b2a1ee00187f6210e57fb6fbc13768b9992b
toml==0.10.2 \
--hash=sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b \
--hash=sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
sybil==8.0.0 \
--hash=sha256:1230416240fe1b2c382e7575b5e51348b613adb16bfed3421e2173c99c1ba54a \
--hash=sha256:f175f0c381fe87860089ca0696093b3969d9e8c424da2226767d8d2451fe3e07
tomli==2.0.2; python_version < "3.11" \
--hash=sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38 \
--hash=sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed
Expand Down

0 comments on commit 6bd9899

Please sign in to comment.