Update ansible pipfile (#2088)

Fixes some dependabot alerts
This commit is contained in:
Vinzenz Sinapius 2024-09-20 20:41:21 +02:00 committed by GitHub
parent feb6b1f26c
commit a674689354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 797 additions and 780 deletions

View File

@ -20,14 +20,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: |
cd ansible/
python -m pip install --upgrade pip
pip install pipenv
pipenv install --skip-lock
pipenv sync
- name: Lint
run: |

View File

@ -4,12 +4,13 @@ verify_ssl = true
name = "pypi"
[packages]
ansible = "==6.2.0"
molecule = {extras = ["docker"], version = "==4.0.1"}
ansible = "*"
molecule = {extras = ["docker"], version = "*"}
certifi = "*"
ansible-lint = "==6.16.0"
yamllint = "==1.30.0"
ansible-core = "==2.13.2"
ansible-lint = "*"
wcmatch = "*" # workaround ubuntu shipping a broken wcmatch package
yamllint = "*"
ansible-core = "*"
docker = "*"
boto3 = "*"
jmespath = "*"
@ -18,4 +19,4 @@ mkdocs-material = "*"
[dev-packages]
[requires]
python_version = "3.10"
python_version = "3.12"

1558
ansible/Pipfile.lock generated

File diff suppressed because it is too large Load Diff