Automated upgrade: bump pulumi/pulumi to 3.134.1 (#266)

Automated upgrade: bump pulumi/pulumi to 3.134.1
This commit is contained in:
Pulumi Bot
2024-09-26 18:45:31 +01:00
committed by GitHub
parent 8151f0369f
commit 242d99d4d6
15 changed files with 872 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "pulumi_docker_build"
description = "A Pulumi provider for building modern Docker images with buildx and BuildKit."
dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1"]
dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
keywords = ["docker", "buildkit", "buildx", "kind/native"]
readme = "README.md"
requires-python = ">=3.8"