This upgrades pulumi to v3.121.0 and bumps several other first-party dependencies. Note that vendored language plugins must be bumped manually because their go modules are currently untagged: * go get github.com/pulumi/pulumi/sdk/python/cmd/pulumi-language-python/v3@79e814fe0f2137ade87ee5af384e6cb71e4aa6ff * go get github.com/pulumi/pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/v3@79e814fe0f2137ade87ee5af384e6cb71e4aa6ff * go get github.com/pulumi/pulumi/sdk/go/pulumi-language-go/v3@79e814fe0f2137ade87ee5af384e6cb71e4aa6ff * go get github.com/pulumi/pulumi-dotnet/pulumi-language-dotnet@fa777213effdc3a80bb893194d63cd8b7ca7a868 * go get github.com/pulumi/pulumi-yaml@15eb402 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bryce Lampe <bryce@pulumi.com>
23 lines
731 B
TOML
Generated
23 lines
731 B
TOML
Generated
[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"]
|
|
keywords = ["docker", "buildkit", "buildx", "kind/native"]
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
version = "0.1.0a0+dev"
|
|
[project.license]
|
|
text = "Apache-2.0"
|
|
[project.urls]
|
|
Homepage = "https://pulumi.com"
|
|
Repository = "https://github.com/pulumi/pulumi-docker-build"
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool]
|
|
[tool.setuptools]
|
|
[tool.setuptools.package-data]
|
|
pulumi_docker_build = ["py.typed", "pulumi-plugin.json"]
|