We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d07865 commit ca2d172Copy full SHA for ca2d172
3 files changed
.github/workflows/integration_test_app.yaml
@@ -28,7 +28,7 @@ jobs:
28
- image: jammy
29
arch: s390x
30
steps:
31
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
32
- uses: canonical/setup-lxd@v0.1.3
33
- uses: actions/setup-python@v6
34
with:
app/requirements.txt
@@ -3,5 +3,5 @@ fabric==3.2.2
3
Jinja2==3.1.6
4
openstacksdk==4.9.0
5
pyyaml==6.0.3
6
-tenacity==9.1.2
+tenacity==9.1.4
7
typing_extensions==4.15.0
requirements.txt
@@ -1,5 +1,5 @@
1
-ops ==3.5.0
+ops ==3.5.2
2
openstacksdk ==4.9.0
pydantic ==2.12.5
-tenacity ==9.1.2
+tenacity ==9.1.4
cosl ==1.4.0
0 commit comments