Skip to content
Closed
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 src/ui/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bcrypt<5.0.0
biscuit-python==0.4.0
certbot==5.4.0
certbot==5.5.0
Flask==3.1.3
Flask-Login==0.6.3
Flask-Session[cachelib]==0.8.0
Expand Down
12 changes: 6 additions & 6 deletions src/ui/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in
#
acme==5.4.0 \
--hash=sha256:906e6cca7f58b5526c0ddfe3d71a7a41f8fa10acf3b083dd35cf619b5b015ca8 \
--hash=sha256:e05c50f64958fe26475df21e3a18949993eff9d68a7e771f215c56b83e9e66cc
acme==5.5.0 \
--hash=sha256:0c237fe013a5406e9ea8b8bb04d6b753a0ed30005df1315175cb99d9c8f2248d \
--hash=sha256:4a7f653952300053765c92359575992bc644f6253f4c95ff197681b2830d971e
# via certbot
bcrypt==4.3.0 \
--hash=sha256:0042b2e342e9ae3d2ed22727c1262f76cc4f345683b5c1715f0250cf4277294f \
Expand Down Expand Up @@ -186,9 +186,9 @@ cachelib==0.13.0 \
--hash=sha256:209d8996e3c57595bee274ff97116d1d73c4980b2fd9a34c7846cd07fd2e1a48 \
--hash=sha256:8c8019e53b6302967d4e8329a504acf75e7bc46130291d30188a6e4e58162516
# via flask-session
certbot==5.4.0 \
--hash=sha256:2306d99ad7bf6f17858a95526a7f096a47fe9be0bd603b0434febf93ecf913a3 \
--hash=sha256:c0757fbc82aec597072219ce05c559f3bd2e20e9e96a54a5286f297e639fb91b
certbot==5.5.0 \
--hash=sha256:921acc125fdaf3efa91b057cf5d6fcbb44d9bd511de8f9febd1260847cd40ae0 \
--hash=sha256:c72c813c4c8646a9658bc7a9530c757c76067503fa2f5d7eb12027e8bbf798d7
# via -r requirements.in
certifi==2026.2.25 \
--hash=sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa \
Expand Down