Skip to content

Commit 3cef833

Browse files
committed
build: update dependencies
1 parent f5bfa4b commit 3cef833

File tree

4 files changed

+4
-13
lines changed

4 files changed

+4
-13
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-bookworm
1+
FROM python:3.13-bookworm
22

33
LABEL org.opencontainers.image.title="Ansible Runner"
44
LABEL org.opencontainers.image.description="Ansible Run Container"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2024 Gamers Outreach Foundation
1+
Copyright 2025 Gamers Outreach Foundation
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

overlay/opt/buildpack/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ansible
33
ansible-lint
44
ansible-pylibssh
55
paramiko
6-
pyavd[ansible-collection]==4.10.1
6+
pyavd[ansible-collection]==5.1.0

overlay/opt/buildpack/requirements.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,7 @@ collections:
44
version: 7.1.0
55
source: https://galaxy.ansible.com
66
- name: arista.avd
7-
version: 4.6.0
8-
source: https://galaxy.ansible.com
9-
- name: community.docker
10-
version: 3.12.1
11-
source: https://galaxy.ansible.com
12-
- name: community.general
13-
version: 9.3.0
14-
source: https://galaxy.ansible.com
15-
- name: ansible.posix
16-
version: 1.5.4
7+
version: 5.1.0
178
source: https://galaxy.ansible.com
189
- name: vyos.vyos
1910
version: 5.0.0

0 commit comments

Comments
 (0)