Update first-party Pulumi dependencies (#344)

This commit is contained in:
pulumi-renovate[bot]
2024-12-20 17:54:46 +00:00
committed by GitHub
parent fe283da7bb
commit 9d00d64258
10 changed files with 103 additions and 83 deletions

View File

@@ -1,10 +1,10 @@
[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.136.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
dependencies = ["parver>=0.2.1", "pulumi>=3.142.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"
requires-python = ">=3.9"
version = "0.1.0a0+dev"
[project.license]
text = "Apache-2.0"