Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.8,<4"]
requires = ["flit_core >=3.8,<5"]
build-backend = "flit_core.buildapi"

[tool.libdoc2testbench]
Expand Down
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --extra=dev --output-file=requirements-dev.txt pyproject.toml
#
astroid==4.1.2
astroid==4.3.0
# via pylint
build==1.5.0
# via
# check-manifest
# robotframework-libdoc2testbench (pyproject.toml)
certifi==2026.6.17
certifi==2026.7.22
# via requests
charset-normalizer==3.4.9
charset-normalizer==3.5.0
# via
# docformatter
# requests
Expand All @@ -30,7 +30,7 @@ colorama==0.4.6
# click
# pylint
# pytest
coverage[toml]==7.15.2
coverage[toml]==7.15.4
# via pytest-cov
dill==0.4.1
# via pylint
Expand All @@ -40,9 +40,9 @@ docutils==0.23
# via flit
exceptiongroup==1.3.1
# via pytest
flit==3.12.0
flit==4.0.2
# via robotframework-libdoc2testbench (pyproject.toml)
flit-core==3.12.0
flit-core==4.0.2
# via flit
idna==3.18
# via requests
Expand All @@ -58,7 +58,7 @@ isort==8.0.1
# via pylint
jinja2==3.1.6
# via xsdata
librt==0.13.0
librt==0.15.0
# via mypy
markupsafe==3.0.3
# via jinja2
Expand All @@ -68,21 +68,21 @@ mypy==2.3.0
# via robotframework-libdoc2testbench (pyproject.toml)
mypy-extensions==1.1.0
# via mypy
packaging==26.2
packaging==26.3
# via
# build
# pytest
pathspec==1.1.1
# via mypy
platformdirs==4.10.1
platformdirs==4.11.3
# via pylint
pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.20.0
# via pytest
pylint==4.0.6
pylint==4.0.7
# via robotframework-libdoc2testbench (pyproject.toml)
pyproject-hooks==1.2.0
# via build
Expand All @@ -98,7 +98,7 @@ requests==2.34.2
# via flit
robotframework==7.4.2
# via robotframework-libdoc2testbench (pyproject.toml)
ruff==0.15.22
ruff==0.16.3
# via
# robotframework-libdoc2testbench (pyproject.toml)
# xsdata
Expand Down