Skip to content

Commit 6852aae

Browse files
committed
Merge branch 'dev' into staging
2 parents af10403 + 73b63a0 commit 6852aae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
autoupdate:
88
name: autoupdate
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: docker://chinthakagodawita/autoupdate-action:v1
1212
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.8
1+
FROM python:3.13.2
22
RUN echo "deb https://deb.debian.org/debian/ stable main" > /etc/apt/sources.list
33
RUN apt-get update -y \
44
&& apt-get install -y build-essential python3-openstackclient vim\

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
setuptools==75.8.0
22
thrift==0.21.0
3-
openstacksdk==4.0.1
3+
openstacksdk==4.3.0
44
deprecated==1.2.18
55
Click==8.1.8
6-
ansible==10.5.0
6+
ansible==11.2.0
77
flake8==7.1.1
8-
paramiko==3.5.0
8+
paramiko==3.5.1
99
ruamel.yaml==0.18.10
1010
pyvim==3.0.3
1111
redis==5.2.1

0 commit comments

Comments
 (0)