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
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "monthly"
commit-message:
prefix: "ci"
groups:
ci:
patterns:
- "*"

- package-ecosystem: "pip"
directory: "docker"
allow:
- dependency-type: "all"
schedule:
interval: "monthly"
commit-message:
prefix: "build"
groups:
pip:
patterns:
- "*"
79 changes: 71 additions & 8 deletions docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,40 +1,103 @@
#
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile
#
alabaster==1.0.0
# via sphinx
annotated-doc==0.0.4
# via typer
annotated-types==0.7.0
# via pydantic
babel==2.18.0
# via sphinx
certifi==2026.5.20
# via requests
charset-normalizer==3.4.7
# via requests
docutils==0.22.4
# via
# rstcheck-core
# sphinx
# sphinx-rtd-theme
idna==3.18
# via requests
imagesize==2.0.0
Jinja2==3.1.6
# via sphinx
jinja2==3.1.6
# via
# -r requirements.in
# sphinx
lxml==6.1.1
# via -r requirements.in
markdown-it-py==4.2.0
MarkupSafe==3.0.3
# via rich
markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
packaging==26.2
# via sphinx
pydantic==2.13.4
pydantic_core==2.46.4
Pygments==2.20.0
# via rstcheck-core
pydantic-core==2.46.4
# via pydantic
pygments==2.20.0
# via
# rich
# sphinx
requests==2.34.2
# via sphinx
rich==15.0.0
# via typer
roman-numerals==4.1.0
# via sphinx
rstcheck==6.2.5
# via -r requirements.in
rstcheck-core @ git+https://github.com/StaticRocket/rstcheck-core.git@d935498cfc319d62fe2dde3012d81657510f0a90
# via
# -r requirements.in
# rstcheck
shellingham==1.5.4
# via typer
snowballstemmer==3.1.1
Sphinx==9.1.0
# via sphinx
sphinx==9.1.0
# via
# -r requirements.in
# sphinx-copybutton
# sphinx-design
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-copybutton==0.5.2
sphinx_design==0.7.0
sphinx_rtd_theme==3.1.0
# via -r requirements.in
sphinx-design==0.7.0
# via -r requirements.in
sphinx-rtd-theme==3.1.0
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
typer==0.26.7
# via rstcheck
typing-extensions==4.15.0
# via
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.2
typing_extensions==4.15.0
# via pydantic
urllib3==2.7.0
# via requests
Loading