Skip to content

Commit 83ba761

Browse files
chore(deps): update all non-major dependencies
1 parent 82fe06b commit 83ba761

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/integration_test_app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- image: resolute
3535
arch: s390x
3636
steps:
37-
- uses: actions/checkout@v6.0.2
37+
- uses: actions/checkout@v6.0.3
3838
- uses: canonical/setup-lxd@v0.1.3
3939
- uses: actions/setup-python@v6
4040
with:

.github/workflows/terraform_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
outputs:
1616
terraform: ${{ steps.filter.outputs.terraform }}
1717
steps:
18-
- uses: actions/checkout@v6.0.2
18+
- uses: actions/checkout@v6.0.3
1919
- uses: dorny/paths-filter@v4
2020
id: filter
2121
with:
@@ -32,17 +32,17 @@ jobs:
3232
WORKING_DIR: "terraform/charm"
3333
steps:
3434
- name: Check out code
35-
uses: actions/checkout@v6.0.2
35+
uses: actions/checkout@v6.0.3
3636

3737
- name: Setup Terraform
38-
uses: hashicorp/setup-terraform@v4.0.0
38+
uses: hashicorp/setup-terraform@v4.0.1
3939

4040
- name: Run terraform fmt
4141
run: terraform fmt -check -recursive
4242
working-directory: ${{env.WORKING_DIR}}
4343

4444
- name: Setup Tflint
45-
uses: terraform-linters/setup-tflint@v6.2.2
45+
uses: terraform-linters/setup-tflint@v6.3.0
4646
with:
4747
tflint_wrapper_enabled: true
4848

@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
WORKING_DIR: "terraform/charm/tests"
9090
steps:
91-
- uses: actions/checkout@v6.0.2
91+
- uses: actions/checkout@v6.0.3
9292
- uses: charmed-kubernetes/actions-operator@main
9393
with:
9494
provider: "microk8s"
@@ -112,7 +112,7 @@ jobs:
112112
echo EOF
113113
} >> "$GITHUB_ENV"
114114
- run: juju add-model test-deploy-image-builder
115-
- uses: hashicorp/setup-terraform@v4.0.0
115+
- uses: hashicorp/setup-terraform@v4.0.1
116116
- run: terraform init
117117
working-directory: ${{env.WORKING_DIR}}
118118
- run: terraform validate

app/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
click==8.3.1
2-
fabric==3.2.2
1+
click==8.4.2
2+
fabric==3.2.3
33
Jinja2==3.1.6
4-
openstacksdk==4.10.0
4+
openstacksdk==4.17.0
55
pyyaml==6.0.3
66
tenacity==9.1.4
7-
typing_extensions==4.15.0
7+
typing_extensions==4.16.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ops ==3.7.0
2-
openstacksdk ==4.10.0
3-
pydantic ==2.12.5
1+
ops ==3.8.0
2+
openstacksdk ==4.17.0
3+
pydantic ==2.13.4
44
tenacity ==9.1.4
5-
cosl ==1.6.1
5+
cosl ==1.9.2

0 commit comments

Comments
 (0)