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 content-cache-backends-config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ops ==3.7.0
pydantic ==2.13.2
pydantic ==2.13.3
2 changes: 1 addition & 1 deletion content-cache/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ parts:
nginx-upstream-healthcheck:
plugin: dump
source: https://github.com/openresty/lua-resty-upstream-healthcheck.git
source-commit: d96eeeefb4aabb4d9c344971aaec8cf32641f41b # luaHealthchecksCommit <- DO NOT REMOVE, used by renovate
source-commit: 4b1b6b69c38dc99672bc6107615085f2568c4a11 # luaHealthchecksCommit <- DO NOT REMOVE, used by renovate
override-build:
cp /root/parts/nginx-upstream-healthcheck/src/lib/resty/upstream/healthcheck.lua /root/stage/
prime:
Expand Down
4 changes: 2 additions & 2 deletions content-cache/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cosl ==1.9.1
cryptography ==46.0.7
cryptography ==47.0.0
ops ==3.7.0
pydantic ==2.13.2
pydantic ==2.13.3
python-nginx == 1.5.7
requests ==2.33.1
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
canonical-sphinx==0.6.0

# Extensions previously auto-loaded by canonical-sphinx
myst-parser==4.0.1
myst-parser==5.0.0
sphinx-autobuild==2025.8.25
sphinx-design==0.7.0
sphinx-notfound-page==1.1.0
Expand All @@ -19,11 +19,11 @@ sphinx-filtered-toctree==0.1.0
sphinx-related-links==0.1.2
sphinx-roles==0.1.0
sphinx-terminal==1.0.3
sphinx-ubuntu-images==0.1.0
sphinx-ubuntu-images==0.2.0
sphinx-youtube-links==0.1.0

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