From 67fb755b67a96f89f456d0180e00d60db8513e40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 07:27:41 +0000 Subject: [PATCH] fix(deps): update openapitools/openapi-generator-cli docker tag to v7.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1436838..a1076f7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ API_VERSION ?= v1.12.2.4211 REPO ?= Prowlarr/Prowlarr API_PATH ?= /src/Prowlarr.Api.V1/openapi.json URL ?= ${BASE_SWAGGER_URL}${REPO}/${API_VERSION}${API_PATH} -OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.19.0@sha256:b9e7ad71a9f9406bd810378a939755fad114747a767e29bbf83ef9364d5f9dc0 +OPENAPI_GENERATOR_IMAGE ?= openapitools/openapi-generator-cli:v7.20.0@sha256:fa4add01856e44becf70674164df354d61bd37ba0f444d27be949801e013921b BASE_PATH ?= .generated-code/${APP}-${SDK} PY_VERSION_FILES ?= setup.py pyproject.toml ${APP}/__init__.py ${APP}/api_client.py ${APP}/configuration.py