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 - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.12'
- name: Install dependencies - name: Install dependencies
run: | run: |
cd ansible/ cd ansible/
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pipenv pip install pipenv
pipenv install --skip-lock pipenv sync
- name: Lint - name: Lint
run: | run: |

View File

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

1558
ansible/Pipfile.lock generated

File diff suppressed because it is too large Load Diff