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
4 changes: 2 additions & 2 deletions indico_rock/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ indico-plugin-storage-s3

# SAML support libraries (carried over from the indico-operator rock). xmlsec
# is compiled here at build time where the toolchain is available.
xmlsec==1.3.15
xmlsec==1.3.17
python3-saml

# Pinned to dodge https://github.com/boto/boto3/issues/4398 which breaks
# indico-plugin-storage-s3.
boto3==1.35.99
boto3==1.43.70

# Local CLI plugins (carried over from indico-operator) that back the
# add-admin and anonymize-user charm actions: `indico autocreate admin` and
Expand Down
2 changes: 1 addition & 1 deletion terraform/product/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
vault = {
source = "hashicorp/vault"
version = "~> 5.9.0"
version = "~> 5.10.0"
}
juju = {
source = "juju/juju"
Expand Down
Loading