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
1 change: 1 addition & 0 deletions .github/workflows/docs_rtd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ jobs:
secrets: inherit
with:
enable-sphinx-python-dependency-build-checks: false
python-version: '3.12'

12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Canonical theme (still needed for Furo theme and custom templates)
canonical-sphinx==0.5.2
canonical-sphinx==0.6.0

# Extensions previously auto-loaded by canonical-sphinx
myst-parser==4.0.1
sphinx-autobuild==2024.10.3
sphinx-design==0.6.1
sphinx-design==0.7.0
sphinx-notfound-page==1.1.0
sphinx-reredirects==0.1.6
sphinx-tabs==3.4.7
sphinx-tabs==3.5.0
sphinxcontrib-jquery==4.1
sphinxext-opengraph==0.13.0

# Extra extensions, previously bundled as canonical-sphinx-extensions
sphinx-config-options==0.1.0
sphinx-config-options==0.1.1
sphinx-contributor-listing==0.1.0
sphinx-filtered-toctree==0.1.0
sphinx-related-links==0.1.2
Expand All @@ -23,7 +23,7 @@ sphinx-youtube-links==0.1.0

# Other dependencies
packaging==26.0
sphinxcontrib-svg2pdfconverter[CairoSVG]==2.0.0
sphinxcontrib-svg2pdfconverter[CairoSVG]==2.1.0
sphinx-last-updated-by-git==0.3.8
sphinx-sitemap==2.9.0

Expand All @@ -32,4 +32,4 @@ rst2html==2020.7.4
vale==3.13.0.0

# Additional extensions
sphinxcontrib-mermaid==2.0.0
sphinxcontrib-mermaid==2.0.1
2 changes: 1 addition & 1 deletion haproxy-ddos-protection-configurator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"ops==3.5.2",
"ops==3.6.0",
"pydantic==2.12.5",
]

Expand Down
14 changes: 7 additions & 7 deletions haproxy-ddos-protection-configurator/uv.lock

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

6 changes: 3 additions & 3 deletions haproxy-operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"cosl==1.4.0",
"cosl==1.6.1",
"cryptography==46.0.5",
"interface-hacluster @ git+https://github.com/charmed-kubernetes/[email protected]+ck2",
"jsonschema==4.26.0",
"opentelemetry-api==1.39.1",
"ops==3.5.2",
"opentelemetry-api==1.40.0",
"ops==3.6.0",
"pydantic==2.12.5",
"validators>=0.35.0",
]
Expand Down
30 changes: 15 additions & 15 deletions haproxy-operator/uv.lock

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

2 changes: 1 addition & 1 deletion haproxy-spoe-auth-operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"charmlibs-snap==1.0.1",
"jinja2==3.1.6",
"jsonschema==4.26.0",
"ops==3.5.2",
"ops==3.6.0",
"pydantic==2.12.5",
]

Expand Down
14 changes: 7 additions & 7 deletions haproxy-spoe-auth-operator/uv.lock

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

Loading