From b059d7138793cb1266cf02bd525cb9be80694c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:17:58 +0000 Subject: [PATCH] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------- | | pypi | ansible | 8.4.0 | 8.5.0 | | github-tags | pre-commit/pre-commit-hooks | v4.4.0 | v4.5.0 | | github-tags | psf/black | 23.9.1 | 23.10.0 | | docker | python | 3.11.6 | 3.12.0 | --- .pre-commit-config.yaml | 4 ++-- Dockerfile | 2 +- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03399496..afa41932 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ default_stages: [ commit ] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/sondrelg/pep585-upgrade diff --git a/Dockerfile b/Dockerfile index 9c8549d1..bfd3a55e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-bookworm +FROM python:3.12.0-bookworm RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code diff --git a/requirements.txt b/requirements.txt index 65f6a85d..0fe24d97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ python-keystoneclient==5.2.0 openstacksdk ==1.5.0 deprecated ==1.2.14 Click==8.1.7 -ansible==8.4.0 +ansible==8.5.0 flake8==6.1.0 paramiko==3.3.1 ruamel.yaml==0.17.35