Skip to content

Commit 71b2fcc

Browse files
chore(deps): update all non-major dependencies (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b87fd60 commit 71b2fcc

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/security_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
output: "trivy-results.sarif"
4949

5050
- name: Upload SARIF to GitHub Security tab
51-
uses: github/codeql-action/upload-sarif@v4.32.0
51+
uses: github/codeql-action/upload-sarif@v4.32.1
5252
with:
5353
sarif_file: "trivy-results.sarif"
5454

.github/workflows/test_terraform_module_lint.yaml

Lines changed: 2 additions & 2 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.1
18+
- uses: actions/checkout@v6.0.2
1919
- uses: dorny/paths-filter@v3
2020
id: filter
2121
with:
@@ -32,7 +32,7 @@ jobs:
3232
WORKING_DIR: "terraform/"
3333
steps:
3434
- name: Check out code
35-
uses: actions/checkout@v6.0.1
35+
uses: actions/checkout@v6.0.2
3636

3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v3.1.2

.github/workflows/test_terraform_module_plan.yaml

Lines changed: 2 additions & 2 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.1
18+
- uses: actions/checkout@v6.0.2
1919
- uses: dorny/paths-filter@v3
2020
id: filter
2121
with:
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
WORKING_DIR: "terraform/charm/tests"
3333
steps:
34-
- uses: actions/checkout@v6.0.1
34+
- uses: actions/checkout@v6.0.2
3535
- uses: charmed-kubernetes/actions-operator@main
3636
with:
3737
provider: "lxd"

base_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
ghapi==1.0.10
22
jinja2==3.1.6
33
fabric==3.2.2
4-
ops==3.5.0
4+
ops==3.5.1
55
pylxd @ git+https://github.com/canonical/pylxd
66
requests==2.32.5
77
typing-extensions==4.15.0
8-
cryptography==46.0.3
8+
cryptography==46.0.4
99
pydantic==1.10.26
1010
cosl==1.4.0
1111
PyYAML==6.0.3

github-runner-manager/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.3.1
22
fabric==3.2.2
3-
fastcore==1.12.5
3+
fastcore==1.12.11
44
flask==3.1.2
55
ghapi==1.0.10
66
jinja2==3.1.6

tests/integration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GitPython>3,<4
2-
jubilant==1.6.*
2+
jubilant==1.7.*
33
kombu==5.*
44
pygithub
55
pymongo==4.*

0 commit comments

Comments
 (0)